if (document.images) {

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

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

 our_menuson = new Image();
 our_menuson.src = "/images/menu_our_menus_on.gif";

 our_menusoff = new Image();
 our_menusoff.src = "/images/menu_our_menus_off.gif";

 news_and_mediaon = new Image();
 news_and_mediaon.src = "/images/menu_news_and_media_on.gif";

 news_and_mediaoff = new Image();
 news_and_mediaoff.src = "/images/menu_news_and_media_off.gif";

 restauranton = new Image();
 restauranton.src = "images/menu_restaurant_on.gif";

 restaurantoff = new Image();
 restaurantoff.src = "images/menu_restaurant_off.gif";

 fast_factson = new Image();
 fast_factson.src = "images/menu_fast_facts_on.gif";

 fast_factsoff = new Image();
 fast_factsoff.src = "images/menu_fast_facts_off.gif";

 historyon = new Image();
 historyon.src = "images/menu_history_on.gif";

 historyoff = new Image();
 historyoff.src = "images/menu_history_off.gif";

 regionon = new Image();
 regionon.src = "images/menu_region_on.gif";

 regionoff = new Image();
 regionoff.src = "images/menu_region_off.gif";

 dinneron = new Image();
 dinneron.src = "images/menu_dinner_on.gif";

 dinneroff = new Image();
 dinneroff.src = "images/menu_dinner_off.gif";

 lunchon = new Image();
 lunchon.src = "images/menu_lunch_on.gif";

 lunchoff = new Image();
 lunchoff.src = "images/menu_lunch_off.gif";

 breakfaston = new Image();
 breakfaston.src = "images/menu_breakfast_on.gif";

 breakfastoff = new Image();
 breakfastoff.src = "images/menu_breakfast_off.gif";

 wine_liston = new Image();
 wine_liston.src = "images/menu_wine_list_on.gif";

 wine_listoff = new Image();
 wine_listoff.src = "images/menu_wine_list_off.gif";

 }
 
