//  <!--
if (document.images) {       
nutritionon = new Image();   
nutritionon.src = "http://www.readypac.com/images/nutritionon.jpg";

nutritionoff = new Image();   
nutritionoff.src = "http://www.readypac.com/images/nutritionoff.jpg";

                           
homeon = new Image();                 
homeon.src = "http://www.readypac.com/images/homeon.gif";
recipeson = new Image();                 
recipeson.src = "http://www.readypac.com/images/recipeson.gif";
productson = new Image();                 
productson.src = "http://www.readypac.com/images/productson.gif";
healthyon = new Image();                 
healthyon.src = "http://www.readypac.com/images/healthyon.gif";
promotionson = new Image();                 
promotionson.src = "http://www.readypac.com/images/promotionson.gif";
foodserviceon = new Image();                 
foodserviceon.src = "http://www.readypac.com/images/foodon.gif";
mediaon = new Image();                 
mediaon.src = "http://www.readypac.com/images/mediaon.gif";
careerson = new Image();                 
careerson.src = "http://www.readypac.com/images/careerson.gif";
abouton = new Image();                 
abouton.src = "http://www.readypac.com/images/abouton.gif";
contacton = new Image();                 
contacton.src = "http://www.readypac.com/images/contacton.gif";

homeoff = new Image();                
homeoff.src = "http://www.readypac.com/images/homeoff.gif";
recipesoff = new Image();                
recipesoff.src = "http://www.readypac.com/images/recipesoff.gif";
productsoff = new Image();                
productsoff.src = "http://www.readypac.com/images/productsoff.gif";
healthyoff = new Image();                
healthyoff.src = "http://www.readypac.com/images/healthyoff.gif";
promotionsoff = new Image();                
promotionsoff.src = "http://www.readypac.com/images/promotionsoff.gif";
foodserviceoff = new Image();                
foodserviceoff.src = "http://www.readypac.com/images/foodoff.gif";
mediaoff = new Image();                
mediaoff.src = "http://www.readypac.com/images/mediaoff.gif";
careersoff = new Image();                 
careersoff.src = "http://www.readypac.com/images/careersoff.gif";
aboutoff = new Image();                
aboutoff.src = "http://www.readypac.com/images/aboutoff.gif";
contactoff = new Image();                
contactoff.src = "http://www.readypac.com/images/contactoff.gif";


function imgOn(imgName) {
        if (document.images) {
                document[imgName].src = eval(imgName + "on.src");
            
        }
}

function imgOff(imgName) {
        if (document.images) {
                document[imgName].src = eval(imgName + "off.src");
	
				}
			}
}
// -->