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

   			homeon = new Image(133,26);
  			homeon.src = "images/navigation/home_but_ovr.gif"
  			homeoff = new Image(133,26);
 			homeoff.src = "images/navigation/home_but.gif"
 			
  			catalogon = new Image(133,26);
 			catalogon.src = "images/navigation/catalog_but_ovr.gif"
 			catalogoff = new Image(133,26);
 			catalogoff.src = "images/navigation/catalog_but.gif"
 
   			serviceson = new Image(133,26);
  			serviceson.src = "images/navigation/services_but_ovr.gif"
  			servicesoff = new Image(133,26);
 			servicesoff.src = "images/navigation/services_but.gif"

   			testimonialson = new Image(133,26);
  			testimonialson.src = "images/navigation/testimonials_but_ovr.gif"
  			testimonialsoff = new Image(133,26);
 			testimonialsoff.src = "images/navigation/testimonials_but.gif"

   			whatshoton = new Image(133,26);
  			whatshoton.src = "images/navigation/whatshot_but_ovr.gif"
  			whatshotoff = new Image(133,26);
 			whatshotoff.src = "images/navigation/whatshot_but.gif" 			

   			quote_reqon = new Image(133,26);
  			quote_reqon.src = "images/navigation/quote_req_but_ovr.gif"
  			quote_reqoff = new Image(133,26);
 			quote_reqoff.src = "images/navigation/quote_req_but.gif"

   			contacton = new Image(133,26);
  			contacton.src = "images/navigation/contact_but_ovr.gif"
  			contactoff = new Image(133,26);
 			contactoff.src = "images/navigation/contact_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 --->