	// preload images for rollovers
	company_on = new Image();
	company_on.src = "images/nav_company_1.gif";
	products_on = new Image();
	products_on.src = "images/nav_products_1.gif";
	awards_on = new Image();
	awards_on.src = "images/nav_awards_1.gif";
	dealers_on = new Image();
	dealers_on.src = "images/nav_dealers_1.gif";
	culture_on = new Image();
	culture_on.src = "images/nav_culture_1.gif";
	contact_on = new Image();
	contact_on.src = "images/nav_contact_1.gif";
	turntables_on = new Image();
	turntables_on.src = "images/subnav_turntables_1.gif";
	sg1_on = new Image();
	sg1_on.src = "images/subnav_sg1_1.gif";
	sg2_on = new Image();
	sg2_on.src = "images/subnav_sg2_1.gif";
	toneArm_on = new Image();
	toneArm_on.src = "images/subnav_toneArm_1.gif";

	var iePC = (navigator.userAgent.indexOf("MSIE") > -1 && navigator.userAgent.indexOf("Windows") > -1) ? "true":"false";

	function imgHighlight(obj,mouseState) {
		if (mouseState == "over") {
			document.getElementById(obj).style.border = "1px solid #565250";
		}
		else { 
			document.getElementById(obj).style.border = "1px solid #0D0D0D";
		}
	}
	
