<!--  Hide for Java Challenged Browsers
		if (document.images) {


 			   		
   			homeon = new Image(150,33);
  			homeon.src = "/images/home_but_ovr.gif"
  			homeoff = new Image(150,33);
 			homeoff.src = "/images/home_but.gif" 			
 			   		
   			productson = new Image(150,33);
  			productson.src = "/images/products_but_ovr.gif"
  			productsoff = new Image(150,33);
 			productsoff.src = "/images/products_but.gif" 	
 			
  			faqon = new Image(110,27);
  			faqon.src = "/images/faq_but_ovr.gif"
  			faqoff = new Image(110,27);
  			faqoff.src = "/images/faq_but.gif"
 			
  			testimonialson = new Image(110,51);
			testimonialson.src = "/images/testimonials_but_ovr.gif"
 			testimonialsoff = new Image(110,51);
 			testimonialsoff.src = "/images/testimonials_but.gif"
 			
  			infomercialon = new Image(110,30);
			infomercialon.src = "/images/infomercial_but_ovr.gif"
 			infomercialoff = new Image(110,30);
 			infomercialoff.src = "/images/infomercial_but.gif"
 			
  			blogon = new Image(110,30);
			blogon.src = "/images/blog_but_ovr.gif"
 			blogoff = new Image(110,30);
 			blogoff.src = "/images/blog_but.gif"
 			
  			kettlenewson = new Image(110,30);
			kettlenewson.src = "/images/kettlenews_but_ovr.gif"
 			kettlenewsoff = new Image(110,30);
 			kettlenewsoff.src = "/images/kettlenews_but.gif"
 			
  			contacton = new Image(110,30);
			contacton.src = "/images/contact_but_ovr.gif"
 			contactoff = new Image(110,30);
 			contactoff.src = "/images/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 --->