
//BEGIN ROLLOVERS FOR ADMIN REPORTS PAGE

if (document.images) {       //if image object is available     

img1on = new Image();           // MouseOver Images
img1on.src = "images/architectural_on.jpg";

img2on = new Image();           // MouseOver Images
img2on.src = "images/industrial_on.jpg";

img3on = new Image();           // MouseOver Images
img3on.src = "images/foodservice_on.jpg";

img4on = new Image();           // MouseOver Images
img4on.src = "images/architectural_on.jpg";

img5on = new Image();           // MouseOver Images
img5on.src = "images/industrial_on.jpg";

img6on = new Image();           // MouseOver Images
img6on.src = "images/foodservice_on.jpg";

productson = new Image();           // MouseOver Images
productson.src = "images/arch_products_on.gif";

faqson = new Image();           // MouseOver Images
faqson.src = "images/arch_faq_on.gif";

installationon = new Image();           // MouseOver Images
installationon.src = "images/arch_install_on.gif";

dealerson = new Image();           // MouseOver Images
dealerson.src = "images/dealers_on.gif";

fabricatorson = new Image();           // MouseOver Images
fabricatorson.src = "images/fabricators_on.gif";

propertieson = new Image();           // MouseOver Images
propertieson.src = "images/arch_properties_on.gif";

orderon = new Image();           // MouseOver Images
orderon.src = "images/order_on.gif";

msdson = new Image();           // MouseOver Images
msdson.src = "images/ind_msds_on.gif";

distributorson = new Image();                  
distributorson.src = "images/food_distributors_on.gif";

proceedon = new Image();                  
proceedon.src = "images/proceed_on.gif";

submiton = new Image();                  
submiton.src = "images/submit_on.gif";

//Mouse out images
img1off = new Image();                  
img1off.src = "images/architectural.jpg";

img2off = new Image();                  
img2off.src = "images/industrial.jpg";

img3off = new Image();                  
img3off.src = "images/foodservice.jpg";

img4off = new Image();                  
img4off.src = "images/architectural.jpg";

img5off = new Image();                  
img5off.src = "images/industrial.jpg";

img6off = new Image();                  
img6off.src = "images/foodservice.jpg";

productsoff = new Image();                  
productsoff.src = "images/arch_products.gif";

faqsoff = new Image();                  
faqsoff.src = "images/arch_faq.gif";

installationoff = new Image();                  
installationoff.src = "images/arch_install.gif";

dealersoff = new Image();                  
dealersoff.src = "images/dealers.gif";

fabricatorsoff = new Image();                  
fabricatorsoff.src = "images/fabricators.gif";

propertiesoff = new Image();                  
propertiesoff.src = "images/arch_properties.gif";

orderoff = new Image();                  
orderoff.src = "images/order.gif";

msdsoff = new Image();                  
msdsoff.src = "images/ind_msds.gif";

distributorsoff = new Image();                  
distributorsoff.src = "images/food_distributors.gif";

proceedoff = new Image();                  
proceedoff.src = "images/proceed.gif";

submitoff = new Image();                  
submitoff.src = "images/submit.gif";
}

function changeImages(imgName) 
	{ 
	
      if (document.images) 
	  {
			  for (var i=0; i<changeImages.arguments.length; i+=2) 
			  {
			    document [changeImages.arguments[i]].src = eval (changeImages.arguments[i+1] + ".src");
			}
	  }
	}
    
        
                    

//END ROLLOVERS
	
	