 if (document.images) {
	
	  abouton = new Image(77, 47);
      abouton.src = "/images/hNav_AboutUs_on.png";
      aboutoff = new Image(77, 47);
      aboutoff.src = "/images/hNav_AboutUs.png";
	  
	  galleryon = new Image(69, 41);
      galleryon.src = "/images/hNav_Gallery_on.png";
      galleryoff = new Image(69, 41);
      galleryoff.src = "/images/hNav_Gallery.png";
	  
	  productson = new Image(82, 35);
      productson.src = "/images/hNav_Products_on.png";
      productsoff = new Image(82, 35);
      productsoff.src = "/images/hNav_Products.png";

	  serviceson = new Image(77, 31);
      serviceson.src = "/images/hNav_Services_on.png";
      servicesoff = new Image(77, 31);
      servicesoff.src = "/images/hNav_Services.png";

	  quoteon = new Image(77, 29);
      quoteon.src = "/images/hNav_Quote_on.png";
      quoteoff = new Image(77, 29);
      quoteoff.src = "/images/hNav_Quote.png";
	  
	  contacton = new Image(98, 29);
      contacton.src = "/images/hNav_ContactUs_on.png";
      contactoff = new Image(98, 29);
      contactoff.src = "/images/hNav_ContactUs.png";
	  
	  bgalleryon = new Image(204, 377);
      bgalleryon.src = "/images/hp_image_Gallery_on.jpg";
      bgalleryoff = new Image(204, 377);
      bgalleryoff.src = "/images/hp_image_Gallery.jpg";
	  
	  bproductson = new Image(225, 377);
      bproductson.src = "/images/hp_image_Products_on.jpg";
      bproductsoff = new Image(255, 377);
      bproductsoff.src = "/images/hp_image_Products.jpg";
	  
	  bserviceson = new Image(272, 377);
      bserviceson.src = "/images/hp_image_Services_on.jpg";
      bservicesoff = new Image(272, 377);
      bservicesoff.src = "/images/hp_image_Services.jpg";
	  
	  ap1on = new Image(300, 243);
      ap1on.src = "/images/_products/ap1_collage_on.jpg";
      ap1off = new Image(300, 243);
      ap1off.src = "/images/_products/ap1_collage.jpg";
	  
	  ap2on = new Image(300, 243);
      ap2on.src = "/images/_products/ap2_collage_on.jpg";
      ap2off = new Image(300, 243);
      ap2off.src = "/images/_products/ap2_collage.jpg";
	  
	  proon = new Image(277, 243);
      proon.src = "/images/_products/pro_collage_on.jpg";
      prooff = new Image(277, 243);
      prooff.src = "/images/_products/pro_collage.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;
      }
   }
