<!--
if (document.images) {
	hpimage1on = new Image();
	hpimage1on.src = "images/home_on.gif";

	hpimage2on = new Image();
	hpimage2on.src = "images/aboutus_on.gif";

	hpimage3on = new Image();
	hpimage3on.src = "images/quote_on.gif";

	hpimage4on = new Image();
	hpimage4on.src = "images/locations_on.gif";

	hpimage5on = new Image();
	hpimage5on.src = "images/contact_on.gif";
	
	hpimage6on = new Image();
	hpimage6on.src = "images/media_on.gif";
	
	hpimage7on = new Image();
	hpimage7on.src = "images/summary_on.gif";
	
	hpimage8on = new Image();
	hpimage8on.src = "images/technology_on.gif";
	
	hpimage9on = new Image();
	hpimage9on.src = "images/product_on.gif";
	
	hpimage10on = new Image();
	hpimage10on.src = "images/sitemap_on.gif";	
	
	

	
		
	//TURN OFF
	
	hpimage1off = new Image();
	hpimage1off.src = "images/home.gif";

	hpimage2off = new Image();
	hpimage2off.src = "images/aboutus.gif";

	hpimage3off = new Image();
	hpimage3off.src = "images/quote.gif";

	hpimage4off = new Image();
	hpimage4off.src = "images/locations.gif";

	hpimage5off = new Image();
	hpimage5off.src = "images/contact.gif";
	
	hpimage6off = new Image();
	hpimage6off.src = "images/media.gif";
	
	hpimage7off = new Image();
	hpimage7off.src = "images/summary.gif";
	
	hpimage8off = new Image();
	hpimage8off.src = "images/technology.gif";
	
	hpimage9off = new Image();
	hpimage9off.src = "images/product.gif";
	
	hpimage10off = new Image();
	hpimage10off.src = "images/sitemap.gif";	
	
	
	
	
	hpimage15off = new Image();
	hpimage15off.src = "images/more.jpg";
	
		
}

function turnOn(imageName) {
	if (document.images) {
		document[imageName].src = eval(imageName + "on.src");
	}
}

function turnOff(imageName) {
	if (document.images) {
		document[imageName].src = eval(imageName + "off.src");
	}
}
// -->
