<!--
   if (document.images) {
   
	home_on = new Image(); home_on.src = "images/mainnav_home_on.gif";
	home_off = new Image(); home_off.src = "images/mainnav_home_off.gif";
	
	mvalve_on = new Image(); mvalve_on.src = "images/mainnav_metalvalve_on.gif";
	mvalve_off = new Image(); mvalve_off.src = "images/mainnav_metalvalve_off.gif";
	
	instru_on = new Image(); instru_on.src = "images/mainnav_instru_on.gif";
	instru_off = new Image(); instru_off.src = "images/mainnav_instru_off.gif";
	
	plastic_on = new Image(); plastic_on.src = "images/mainnav_plastic_on.gif";
	plastic_off = new Image(); plastic_off.src = "images/mainnav_plastic_off.gif";
	
	cvalve_on = new Image(); cvalve_on.src = "images/mainnav_controlvalve_on.gif";
	cvalve_off = new Image(); cvalve_off.src = "images/mainnav_controlvalve_off.gif";
	
	hmmvalve_on = new Image(); hmmvalve_on.src = "images/hm_metalvalve_on.jpg";
	hmmvalve_off = new Image(); hmmvalve_off.src = "images/hm_metalvalve_off.jpg";
	
	hminstru_on = new Image(); hminstru_on.src = "images/hm_instru_on.jpg";
	hminstru_off = new Image(); hminstru_off.src = "images/hm_instru_off.jpg";
	
	hmplastic_on = new Image(); hmplastic_on.src = "images/hm_plastic_on.jpg";
	hmplastic_off = new Image(); hmplastic_off.src = "images/hm_plastic_off.jpg";
	
	hmcvalve_on = new Image(); hmcvalve_on.src = "images/hm_controlvalve_on.jpg";
	hmcvalve_off = new Image(); hmcvalve_off.src = "images/hm_controlvalve_off.jpg";
		
	}


function hiLite(imgDocID,imgObjName) {
	if (document.images) {
		document.images[imgDocID].src = eval(imgObjName + ".src");
	}
}



//-->
