if (document.images) {

 homeon = new Image();
 homeon.src = "/images/menu_home_on.gif";

 homeoff = new Image();
 homeoff.src = "/images/menu_home_off.gif";

 aboutuson = new Image();
 aboutuson.src = "/images/menu_aboutus_on.gif";

 aboutusoff = new Image();
 aboutusoff.src = "/images/menu_aboutus_off.gif";

 howitworkson = new Image();
 howitworkson.src = "/images/menu_howitworks_on.gif";

 howitworksoff = new Image();
 howitworksoff.src = "/images/menu_howitworks_off.gif";

 whatyougeton = new Image();
 whatyougeton.src = "/images/menu_whatyouget_on.gif";

 whatyougetoff = new Image();
 whatyougetoff.src = "/images/menu_whatyouget_off.gif";

 howtodoiton = new Image();
 howtodoiton.src = "/images/menu_howtodoit_on.gif";

 howtodoitoff = new Image();
 howtodoitoff.src = "/images/menu_howtodoit_off.gif";

 whyuseuson = new Image();
 whyuseuson.src = "/images/menu_whyuseus_on.gif";

 whyuseusoff = new Image();
 whyuseusoff.src = "/images/menu_whyuseus_off.gif";

 portfolioon = new Image();
 portfolioon.src = "/images/menu_portfolio_on.gif";

 portfoliooff = new Image();
 portfoliooff.src = "/images/menu_portfolio_off.gif";

 pricingon = new Image();
 pricingon.src = "/images/menu_pricing_on.gif";

 pricingoff = new Image();
 pricingoff.src = "/images/menu_pricing_off.gif";

 presson = new Image();
 presson.src = "/images/menu_press_on.gif";

 pressoff = new Image();
 pressoff.src = "/images/menu_press_off.gif";

 contactuson = new Image();
 contactuson.src = "/images/menu_contactus_on.gif";

 contactusoff = new Image();
 contactusoff.src = "/images/menu_contactus_off.gif";

 downloadon = new Image();
 downloadon.src = "/images/menu_download_on.gif";

 downloadoff = new Image();
 downloadoff.src = "/images/menu_download_off.gif";

 }
