<!-- -------------------
  
// --------------------- -->

		
if(!isIE3())


{


alt0 = new Image();
alt0.src = "pix/rollover_default.gif";

alt1 = new Image();
alt1.src = "pix/rollover_coatings.gif";

alt2 = new Image();
alt2.src = "pix/rollover_process.gif";

alt3 = new Image();
alt3.src = "pix/rollover_colors.gif";

alt4 = new Image();
alt4.src = "pix/rollover_projects.gif";

alt5 = new Image();
alt5.src = "pix/rollover_adv.gif";

alt6 = new Image();
alt6.src = "pix/rollover_contact.gif";

graphic1= new Image();
graphic1.src = "pix/nav_coatings.gif";
graphic1on = new Image();
graphic1on.src = "pix/nav_coatings_on.gif";

graphic2= new Image();
graphic2.src = "pix/nav_process.gif";
graphic2on = new Image();
graphic2on.src = "pix/nav_process_on.gif";

graphic3= new Image();
graphic3.src = "pix/nav_colors.gif";
graphic3on = new Image();
graphic3on.src = "pix/nav_colors_on.gif";

graphic4= new Image();
graphic4.src = "pix/nav_projects.gif";
graphic4on = new Image();
graphic4on.src = "pix/nav_projects_on.gif";

graphic5= new Image();
graphic5.src = "pix/nav_adv.gif";
graphic5on = new Image();
graphic5on.src = "pix/nav_adv_on.gif";

graphic6= new Image();
graphic6.src = "pix/nav_contact.gif";
graphic6on = new Image();
graphic6on.src = "pix/nav_contact_on.gif";
}





function imageChange(imageID,imageName,imageID2,imageName2) 


{


	if (!isIE3())


	{


		document.images[imageID].src = eval(imageName + ".src");


		document.images[imageID2].src = eval(imageName2 + ".src");


	}


}
