<!--
if (document.images) {
	dealers1 = new Image();
	dealers1.src = "nav/dealers.gif";
	dealers2 = new Image();
	dealers2.src = "nav/dealers2.gif";
	store1 = new Image();
	store1.src = "nav/store.gif";
	store2 = new Image();
	store2.src = "nav/store2.gif";
	applications1 = new Image();
	applications1.src = "nav/apps.gif";
	applications2 = new Image();
	applications2.src = "nav/apps2.gif";
	products1 = new Image();
	products1.src = "nav/products.gif";
	products2 = new Image();
	products2.src = "nav/products2.gif";
	productapplications1 = new Image();
	productapplications1.src = "nav/productapplications.gif";
	productapplications2 = new Image();
	productapplications2.src = "nav/productapplications2.gif";
	bactron1 = new Image();
	bactron1.src = "nav/bactron.gif";
	bactron2 = new Image();
	bactron2.src = "nav/bactron2.gif";
	oem1 = new Image();
	oem1.src = "nav/oem.gif";
	oem2 = new Image();
	oem2.src = "nav/oem2.gif";
	links1 = new Image();
	links1.src = "nav/links.gif";
	links2 = new Image();
	links2.src = "nav/links2.gif";
	contactus1 = new Image();
	contactus1.src = "nav/contactus.gif";
	contactus2 = new Image();
	contactus2.src = "nav/contactus2.gif";
	aboutus1 = new Image();
	aboutus1.src = "nav/aboutus.gif";
	aboutus2 = new Image();
	aboutus2.src = "nav/aboutus2.gif";
	support1 = new Image();
	support1.src = "nav/techsupport.gif";
	support2 = new Image();
	support2.src = "nav/techsupport2.gif";
	home1 = new Image();
	home1.src = "nav/home.gif";
	home2 = new Image();
	home2.src = "nav/home2.gif";
calendar1 = new Image();
	calendar1.src = "nav/calendar.gif";
	calendar2 = new Image();
	calendar2.src = "nav/calendar2.gif";
tour1 = new Image();
tour1.src = "nav/tour.gif";
tour2 = new Image();
tour2.src = "nav/tour2.gif";
literature1 = new Image();
literature1.src = "nav/literature.gif";
literature2 = new Image();
literature2.src = "nav/literature2.gif";
join1 = new Image();
join1.src = "nav/join.gif";
join2 = new Image();
join2.src = "nav/join2.gif";

	}
	
	function act(pos,imgName) {
	if (document.images)
	document.images[pos].src = eval(imgName + "2.src");
	}
	
	function inact(pos,imgName) {
	if (document.images)
	document.images[pos].src = eval(imgName + "1.src");
	}
// -->
