
if (document.images) {

homeon = new Image();
	
        homeon.src = "images/nav_home_on.gif";

        homeoff = new Image();

        homeoff.src = "images/nav_home_off.gif";


abouton = new Image();
	
        abouton.src = "images/nav_about_on.gif";

        aboutoff = new Image();

        aboutoff.src = "images/nav_about_off.gif";


producton = new Image();
	
        producton.src = "images/nav_product_on.gif";

        productoff = new Image();

        productoff.src = "images/nav_product_off.gif";


serviceon = new Image();
	
        serviceon.src = "images/nav_service_on.gif";

        serviceoff = new Image();

        serviceoff.src = "images/nav_service_off.gif";

customeron = new Image();
	
        customeron.src = "images/nav_customer_on.gif";

        customeroff = new Image();

        customeroff.src = "images/nav_customer_off.gif";

partneron = new Image();
	
        partneron.src = "images/nav_partner_on.gif";

        partneroff = new Image();

        partneroff.src = "images/nav_partner_off.gif";

jobon = new Image();
	
        jobon.src = "images/nav_job_on.gif";

        joboff = new Image();

        joboff.src = "images/nav_job_off.gif";

contacton = new Image();
	
        contacton.src = "images/nav_contact_on.gif";

        contactoff = new Image();

        contactoff.src = "images/nav_contact_off.gif";
      
}



function hiLite(imgDocID,imgObjName)

{

if (document.images)

	{

	document[imgDocID].src = eval(imgObjName + ".src");

	}

}
