function HomeOver()

{

            document.HomeButton.src = "images/HomeRollover.gif";

}

 
function HomeClick()

{

            document.HomeButton.src = "images/HomeOnClick.gif";
	    window.location = "http://www.directvoxx.com/Default.htm";

}

function HomeOut()

{

            document.HomeButton.src = "images/HomeButton.gif";

}

function AboutOver()

{

            document.AboutButton.src = "images/AboutRollover.gif";

}

 
function AboutClick()

{

            document.AboutButton.src = "images/AboutOnClick.gif";
	    window.location = "http://www.directvoxx.com/About.htm";
}

function AboutOut()

{

            document.AboutButton.src = "images/AboutButton.gif";

}




function ProductsOver()

{

            document.ProductsButton.src = "images/ProductsRollover.gif";

}

 
function ProductsClick()

{

            document.ProductsButton.src = "images/ProductsOnClick.gif";
	    window.location = "http://www.directvoxx.com/Products.htm";
}

function ProductsOut()

{

            document.ProductsButton.src = "images/ProductsButton.gif";

}




function StoreOver()

{

            document.StoreButton.src = "images/StoreRollover.gif";

}

 
function StoreClick()

{

            document.StoreButton.src = "images/StoreOnClick.gif";
	      // alert('Coming Soon!!');	
		window.location = "http://www.directvoxx.com/preorder.asp";

}

function StoreOut()

{

            document.StoreButton.src = "images/StoreButton.gif";

}






function InvestOver()

{

            document.InvestButton.src = "images/InvestRollover.gif";

}

 
function InvestClick()

{

            document.InvestButton.src = "images/InvestOnClick.gif";
	    window.location = "http://www.directvoxx.com/Investors.htm";
	   
}

function InvestOut()

{

            document.InvestButton.src = "images/InvestButton.gif";

}








function ContactOver()

{

            document.ContactButton.src = "images/ContactRollover.gif";

}

 
function ContactClick()

{

            document.ContactButton.src = "images/ContactOnClick.gif";
	    window.location = "http://www.directvoxx.com/Contact.htm";
	   
}

function ContactOut()

{

            document.ContactButton.src = "images/ContactButton.gif";

}


function HandCursor(element,mode)

{

	document.body.style.cursor = 'hand'; 

}

function NormalCursor(element,mode)

{

	document.body.style.cursor = 'default'; 

}

function goToProduct()


{

	    window.location = "http://www.directvoxx.com/Products.htm";
	   
}
