if (document.images) {

 text_off = new Image();
 text_off.src = "/images/clear.gif";

 what_we_doon = new Image();
 what_we_doon.src = "/images/menu_what_we_do_on.jpg";

 what_we_dooff = new Image();
 what_we_dooff.src = "/images/menu_what_we_do_off.jpg";

 what_we_dotext = new Image();
 what_we_dotext.src = "/images/text_what_we_do.png";

 what_we_dotext_gif = new Image();
 what_we_dotext_gif.src = "/images/text_what_we_do.gif";

 whats_on_handon = new Image();
 whats_on_handon.src = "/images/menu_whats_on_hand_on.jpg";

 whats_on_handoff = new Image();
 whats_on_handoff.src = "/images/menu_whats_on_hand_off.jpg";

 whats_on_handtext = new Image();
 whats_on_handtext.src = "/images/text_whats_on_hand.png";

 whats_on_handtext_gif = new Image();
 whats_on_handtext_gif.src = "/images/text_whats_on_hand.gif";

 who_we_areon = new Image();
 who_we_areon.src = "/images/menu_who_we_are_on.jpg";

 who_we_areoff = new Image();
 who_we_areoff.src = "/images/menu_who_we_are_off.jpg";

 who_we_aretext = new Image();
 who_we_aretext.src = "/images/text_who_we_are.png";

 who_we_aretext_gif = new Image();
 who_we_aretext_gif.src = "/images/text_who_we_are.gif";

 buy_wines_nowtext = new Image();
 buy_wines_nowtext.src = "/images/text_buy_wine_now.png";

 buy_wines_nowtext_gif = new Image();
 buy_wines_nowtext_gif.src = "/images/text_buy_wine_now.gif";
 
 how_to_contact_uson = new Image();
 how_to_contact_uson.src = "/images/menu_how_to_contact_us_on.jpg";

 how_to_contact_usoff = new Image();
 how_to_contact_usoff.src = "/images/menu_how_to_contact_us_off.jpg";

 how_to_contact_ustext = new Image();
 how_to_contact_ustext.src = "/images/text_how_to_contact_us.png";

 how_to_contact_ustext_gif = new Image();
 how_to_contact_ustext_gif.src = "/images/text_how_to_contact_us.gif";

 learn_moreon = new Image();
 learn_moreon.src = "/images/learn_more_on.gif";

 learn_moreoff = new Image();
 learn_moreoff.src = "/images/learn_more_off.gif";

 }
 
