if (document.images) {

 homeon = new Image();
 homeon.src = "/images/menu_home_on.gif";

 homeoff = new Image();
 homeoff.src = "/images/menu_home_off.gif";

 wineson = new Image();
 wineson.src = "/images/menu_wines_on.gif";

 winesoff = new Image();
 winesoff.src = "/images/menu_wines_off.gif";

 about_uson = new Image();
 about_uson.src = "/images/menu_about_us_on.gif";

 about_usoff = new Image();
 about_usoff.src = "/images/menu_about_us_off.gif";

 tasting_roomon = new Image();
 tasting_roomon.src = "/images/menu_tasting_room_on.gif";

 tasting_roomoff = new Image();
 tasting_roomoff.src = "/images/menu_tasting_room_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";
 
 eventson = new Image();
 eventson.src = "/images/menu_events_on.gif";

 eventsoff = new Image();
 eventsoff.src = "/images/menu_events_off.gif";

 orderon = new Image();
 orderon.src = "/images/menu_order_on.gif";

 orderoff = new Image();
 orderoff.src = "/images/menu_order_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";
 
 mailing_liston = new Image();
 mailing_liston.src = "/images/menu_mailing_list_on.gif";

 mailing_listoff = new Image();
 mailing_listoff.src = "/images/menu_mailing_list_off.gif";
 
 tradeon = new Image();
 tradeon.src = "/images/menu_trade_on.gif";

 tradeoff = new Image();
 tradeoff.src = "/images/menu_trade_off.gif";

 }
