if (document.images) {

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

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

 our_storyon = new Image();
 our_storyon.src = "/images/menu_our_story_on.gif";

 our_storyoff = new Image();
 our_storyoff.src = "/images/menu_our_story_off.gif";

 wineryon = new Image();
 wineryon.src = "/images/menu_winery_on.gif";

 wineryoff = new Image();
 wineryoff.src = "/images/menu_winery_off.gif";

 wineson = new Image();
 wineson.src = "/images/menu_wines_on.gif";

 winesoff = new Image();
 winesoff.src = "/images/menu_wines_off.gif";

 wine_clubon = new Image();
 wine_clubon.src = "/images/menu_wine_club_on.gif";

 wine_cluboff = new Image();
 wine_cluboff.src = "/images/menu_wine_club_off.gif";

 orderon = new Image();
 orderon.src = "/images/menu_order_on.gif";

 orderoff = new Image();
 orderoff.src = "/images/menu_order_off.gif";
	
 winemakeron = new Image();
 winemakeron.src = "/images/menu_winemaker_on.gif";

 winemakeroff = new Image();
 winemakeroff.src = "/images/menu_winemaker_off.gif";

 eventson = new Image();
 eventson.src = "/images/menu_events_on.gif";

 eventsoff = new Image();
 eventsoff.src = "/images/menu_events_off.gif";

 paso_robleson = new Image();
 paso_robleson.src = "/images/menu_paso_robles_on.gif";

 paso_roblesoff = new Image();
 paso_roblesoff.src = "/images/menu_paso_robles_off.gif";

 tradeon = new Image();
 tradeon.src = "/images/menu_trade_on.gif";

 tradeoff = new Image();
 tradeoff.src = "/images/menu_trade_off.gif";

 contact_uson = new Image();
 contact_uson.src = "/images/menu_contact_us_on.gif";

 contact_usoff = new Image();
 contact_usoff.src = "/images/menu_contact_us_off.gif";

 }

