<!--
   if (document.images) {
   
	gpwg_on = new Image(); gpwg_on.src = "images/gp_img1.jpg";
	gpwg_off = new Image(); gpwg_off.src = "images/gp_logo1.gif";
	
	gpig_on = new Image(); gpig_on.src = "images/gp_img2.jpg";
	gpig_off = new Image(); gpig_off.src = "images/gp_logo2.gif";
	
	gpbw_on = new Image(); gpbw_on.src = "images/gp_img3.jpg";
	gpbw_off = new Image(); gpbw_off.src = "images/gp_logo3.gif";
	
	hmwg_on = new Image(); hmwg_on.src = "images/gp_logo1.gif";
	hmwg_off = new Image(); hmwg_off.src = "images/hm_img1.jpg";
	
	hmig_on = new Image(); hmig_on.src = "images/gp_logo2.gif";
	hmig_off = new Image(); hmig_off.src = "images/hm_img2.jpg";
	
	hmbw_on = new Image(); hmbw_on.src = "images/gp_logo3.gif";
	hmbw_off = new Image(); hmbw_off.src = "images/hm_img3.jpg";
		
	}


function hiLite(imgDocID,imgObjName) {
	if (document.images) {
		document.images[imgDocID].src = eval(imgObjName + ".src");
	}
}
//-->
