<!--  Hide for Java Challenged Browsers
		if (document.images) {


 			   		
   		homeon = new Image(150,33);
  			homeon.src = "/images/navigation/home_but_ovr.gif"
  			homeoff = new Image(150,33);
 			homeoff.src = "/images/navigation/home_but.gif" 			
 			
  			serieson = new Image(110,27);
  			serieson.src = "/images/navigation/series_but_ovr.gif"
  			seriesoff = new Image(110,27);
  			seriesoff.src = "/images/navigation/series_but.gif"
 			
  			abouton = new Image(110,51);
			abouton.src = "/images/navigation/about_but_ovr.gif"
 			aboutoff = new Image(110,51);
 			aboutoff.src = "/images/navigation/about_but.gif"
 			
  			testimonialson = new Image(110,51);
			testimonialson.src = "/images/navigation/testimonials_but_ovr.gif"
 			testimonialsoff = new Image(110,51);
 			testimonialsoff.src = "/images/navigation/testimonials_but.gif"
 			
  			shop_onlineon = new Image(110,30);
			shop_onlineon.src = "/images/navigation/shop_online_but_ovr.gif"
 			shop_onlineoff = new Image(110,30);
 			shop_onlineoff.src = "/images/navigation/shop_online_but.gif"
 			
  			contacton = new Image(110,32);
			contacton.src = "/images/navigation/contact_but_ovr.gif"
 			contactoff = new Image(110,32);
 			contactoff.src = "/images/navigation/contact_but.gif"
 			
  			learnmoreon = new Image(110,32);
			learnmoreon.src = "/images/home_learnmore_but_ovr.jpg"
 			learnmoreoff = new Image(110,32);
 			learnmoreoff.src = "/images/home_learnmore_but.jpg" 			
 			
  			infomercialon = new Image(110,32);
			infomercialon.src = "/images/home_sched_but_ovr.jpg"
 			infomercialoff = new Image(110,32);
 			infomercialoff.src = "/images/home_sched_but.jpg" 
 			
  			homebuynowon = new Image(110,32);
			homebuynowon.src = "/images/home_freedvd_offer_ovr.jpg"
 			homebuynowoff = new Image(110,32);
 			homebuynowoff.src = "/images/home_freedvd_offer.jpg"  			
 			
 			
 			
 			}

		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 --->
