<!--  Hide for Java Challenged Browsers
		if (document.images) {


 			   		
   			home_abouton = new Image(150,33);
  			home_abouton.src = "images/navigation/home_about_but_ovr.gif"
  			home_aboutoff = new Image(150,33);
 			home_aboutoff.src = "images/navigation/home_about_but.gif" 			
 			
  			home_unitson = new Image(110,27);
  			home_unitson.src = "images/navigation/home_units_but_ovr.gif"
  			home_unitsoff = new Image(110,27);
  			home_unitsoff.src = "images/navigation/home_units_but.gif"
 			
  			home_locationon = new Image(110,51);
			home_locationon.src = "images/navigation/home_location_but_ovr.gif"
 			home_locationoff = new Image(110,51);
 			home_locationoff.src = "images/navigation/home_location_but.gif"
 			
  			home_galleryon = new Image(110,51);
			home_galleryon.src = "images/navigation/home_gallery_but_ovr.gif"
 			home_galleryoff = new Image(110,51);
 			home_galleryoff.src = "images/navigation/home_gallery_but.gif"
 			
  			home_areaon = new Image(110,51);
			home_areaon.src = "images/navigation/home_area_but_ovr.gif"
 			home_areaoff = new Image(110,51);
 			home_areaoff.src = "images/navigation/home_area_but.gif"
 			
  			home_requeston = new Image(110,30);
			home_requeston.src = "images/navigation/home_request_but_ovr.gif"
 			home_requestoff = new Image(110,30);
 			home_requestoff.src = "images/navigation/home_request_but.gif"
  			
  			home_emailon = new Image(110,30);
			home_emailon.src = "images/navigation/home_email_but_ovr.gif"
 			home_emailoff = new Image(110,30);
 			home_emailoff.src = "images/navigation/home_email_but.gif" 			
 			
  			home_loginon = new Image(110,30);
			home_loginon.src = "images/navigation/home_login_but_ovr.gif"
 			home_loginoff = new Image(110,30);
 			home_loginoff.src = "images/navigation/home_login_but.gif" 
 			
  			home_flyinon = new Image(110,30);
			home_flyinon.src = "images/navigation/home_flyin_but_ovr.gif"
 			home_flyinoff = new Image(110,30);
 			home_flyinoff.src = "images/navigation/home_flyin_but.gif" 
 			
  			home_sitetouron = new Image(110,30);
			home_sitetouron.src = "images/navigation/home_sitetour_but_ovr.gif"
 			home_sitetouroff = new Image(110,30);
 			home_sitetouroff.src = "images/navigation/home_sitetour_but.gif" 
 			
 			}

		function img_act(imgName) {
			if (document.images) {
				imgOn = eval(imgName + "on.src");
				document [imgName].src = imgOn;
			}
		}

		function img_inact(imgName) {
			if (document.images) {
				imgOff = eval(imgName + "off.src");
				document [imgName].src = imgOff;
			}
	}
// END --->