if (document.images) {

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

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

 wineon = new Image();
 wineon.src = "../images/menu_wine_on.gif";

 wineoff = new Image();
 wineoff.src = "../images/menu_wine_off.gif";

 finduson = new Image();
 finduson.src = "../images/menu_findus_on.gif";

 findusoff = new Image();
 findusoff.src = "../images/menu_findus_off.gif";

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

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

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

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

 vineyardson = new Image();
 vineyardson.src = "../images/menu_vineyards_on.gif";

 vineyardsoff = new Image();
 vineyardsoff.src = "../images/menu_vineyards_off.gif";

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

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

 purchaseon = new Image();
 purchaseon.src = "../images/menu_purchase_on.gif";

 purchaseoff = new Image();
 purchaseoff.src = "../images/menu_purchase_off.gif";

 labelson = new Image();
 labelson.src = "../images/menu_labels_on.gif";

 labelsoff = new Image();
 labelsoff.src = "../images/menu_labels_off.gif";

 factsheetson = new Image();
 factsheetson.src = "../images/menu_factsheets_on.gif";

 factsheetsoff = new Image();
 factsheetsoff.src = "../images/menu_factsheets_off.gif";

 tastingroomon = new Image();
 tastingroomon.src = "../images/menu_tastingroom_on.gif";

 tastingroomoff = new Image();
 tastingroomoff.src = "../images/menu_tastingroom_off.gif";

 distributoron = new Image();
 distributoron.src = "../images/menu_distributor_on.gif";

 distributoroff = new Image();
 distributoroff.src = "../images/menu_distributor_off.gif";

 winestoreson = new Image();
 winestoreson.src = "../images/menu_winestores_on.gif";

 winestoresoff = new Image();
 winestoresoff.src = "../images/menu_winestores_off.gif";

 poson = new Image();
 poson.src = "../images/menu_pos_on.gif";

 posoff = new Image();
 posoff.src = "../images/menu_pos_off.gif";

 bottleshotson = new Image();
 bottleshotson.src = "../images/menu_bottleshots_on.gif";

 bottleshotsoff = new Image();
 bottleshotsoff.src = "../images/menu_bottleshots_off.gif";

 contacton = new Image();
 contacton.src = "../images/menu_contact_on.gif";

 contactoff = new Image();
 contactoff.src = "../images/menu_contact_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";

 }

