// JavaScript Document

// Every page has the top menu pictures and so preload all these images
if (document.images) {
	button1on = new Image(); 
	button1on.src = "../img/btn/aboutuson.gif";
	button1off = new Image();
	button1off.src = "../img/btn/aboutusoff.gif";
	button1over = new Image();
	button1over.src = "../img/btn/aboutusover.gif";

	button2on = new Image();
	button2on.src = "../img/btn/productson.gif";
	button2off = new Image();
	button2off.src = "../img/btn/productsoff.gif";
	button2over = new Image();
	button2over.src = "../img/btn/productsover.gif";

	button3on = new Image();
	button3on.src = "../img/btn/purchaseon.gif";
	button3off = new Image();
	button3off.src = "../img/btn/purchaseoff.gif";
	button3over = new Image();
	button3over.src = "../img/btn/purchaseover.gif";

	button4on = new Image();
	button4on.src = "../img/btn/warrantyon.gif";
	button4off = new Image();
	button4off.src = "../img/btn/warrantyoff.gif";
	button4over = new Image();
	button4over.src = "../img/btn/warrantyover.gif";

	button5on = new Image();
	button5on.src = "../img/btn/contactuson.gif";
	button5off = new Image();
	button5off.src = "../img/btn/contactusoff.gif";
	button5over = new Image();
	button5over.src = "../img/btn/contactusover.gif";
	
}
