if (document.images) {  menu1on = new Image();  menu1on.src = "images/menu/btn_accommo_on.jpg";  menu1off = new Image();  menu1off.src = "images/menu/btn_accommo_off.jpg";    menu2on = new Image();  menu2on.src = "images/menu/btn_hotelinfo_on.jpg";  menu2off = new Image();  menu2off.src = "images/menu/btn_hotelinfo_off.jpg";    menu3on = new Image();  menu3on.src = "images/menu/btn_areainfo_on.jpg";  menu3off = new Image();  menu3off.src = "images/menu/btn_areainfo_off.jpg";    menu4on = new Image();  menu4on.src = "images/menu/btn_packages_on.jpg";  menu4off = new Image();  menu4off.src = "images/menu/btn_packages_off.jpg";    menu5on = new Image();  menu5on.src = "images/menu/btn_contactus_on.jpg";  menu5off = new Image();  menu5off.src = "images/menu/btn_contactus_off.jpg";    menu6on = new Image();  menu6on.src = "images/menu/btn_reserv_on.jpg";  menu6off = new Image();  menu6off.src = "images/menu/btn_reserv_off.jpg";    menu7on = new Image();  menu7on.src = "images/menu/btn_specials_on.jpg";  menu7off = new Image();  menu7off.src = "images/menu/btn_specials_off.jpg";    menu8on = new Image();  menu8on.src = "images/menu/btn_guestreviews_on.jpg";  menu8off = new Image();  menu8off.src = "images/menu/btn_guestreviews_off.jpg";    diningon = new Image();  diningon.src = "images/menu/bttn_dining_on.gif";  diningoff = new Image();  diningoff.src = "images/menu/bttn_dining_off.gif";    attractionson = new Image();  attractionson.src = "images/menu/bttn_attractions_on.gif";  attractionsoff = new Image();  attractionsoff.src = "images/menu/bttn_attractions_off.gif";    disneylandcaon = new Image();  disneylandcaon.src = "images/menu/bttn_disneylandca_on.gif";  disneylandcaoff = new Image();  disneylandcaoff.src = "images/menu/bttn_disneylandca_off.gif";    eventson = new Image();  eventson.src = "images/menu/bttn_events_on.gif";  eventsoff = new Image();  eventsoff.src = "images/menu/bttn_events_off.gif";    entertainmenton = new Image();  entertainmenton.src = "images/menu/bttn_entertainment_on.gif";  entertainmentoff = new Image();  entertainmentoff.src = "images/menu/bttn_entertainment_off.gif";    mapon = new Image();  mapon.src = "images/menu/bttn_map_on.gif";  mapoff = new Image();  mapoff.src = "images/menu/bttn_map_off.gif";    weatheron = new Image();  weatheron.src = "images/menu/bttn_weather_on.gif";  weatheroff = new Image();  weatheroff.src = "images/menu/bttn_weather_off.gif";    amenitieson = new Image();  amenitieson.src = "images/menu/bttn_amenities_on.gif";  amenitiesoff = new Image();  amenitiesoff.src = "images/menu/bttn_amenities_off.gif";    layouton = new Image();  layouton.src = "images/menu/bttn_layout_on.gif";  layoutoff = new Image();  layoutoff.src = "images/menu/bttn_layout_off.gif";    meetingspaceon = new Image();  meetingspaceon.src = "images/menu/bttn_meetingspace_on.gif";  meetingspaceoff = new Image();  meetingspaceoff.src = "images/menu/bttn_meetingspace_off.gif";    guestssayon = new Image();  guestssayon.src = "images/menu/bttn_guestssay_on.gif";  guestssayoff = new Image();  guestssayoff.src = "images/menu/bttn_guestssay_off.gif";    floorplanson = new Image();  floorplanson.src = "images/menu/bttn_roomfloorplans_on.gif";  floorplansoff = new Image();  floorplansoff.src = "images/menu/bttn_roomfloorplans_off.gif";    galleryon = new Image();  galleryon.src = "images/menu/bttn_gallery_on.gif";  galleryoff = new Image();  galleryoff.src = "images/menu/bttn_gallery_off.gif";    coldstoneon = new Image();  coldstoneon.src = "images/menu/bttn_coldstone_on.gif";  coldstoneoff = new Image();  coldstoneoff.src = "images/menu/bttn_coldstone_off.gif";    holiday2009on = new Image();  holiday2009on.src = "images/menu/bttn_holiday2009_on.gif";  holiday2009off = new Image();  holiday2009off.src = "images/menu/bttn_holiday2009_off.gif";    familyvaluedealon = new Image();  familyvaluedealon.src = "images/menu/bttn_familyvaluedeal_on.gif";  familyvaluedealoff = new Image();  familyvaluedealoff.src = "images/menu/bttn_familyvaluedeal_off.gif";    stay3nightson = new Image();  stay3nightson.src = "images/menu/bttn_stay3nights_on.gif";  stay3nightsoff = new Image();  stay3nightsoff.src = "images/menu/bttn_stay3nights_off.gif";    stay2nightson = new Image();  stay2nightson.src = "images/menu/bttn_stay2nights_on.gif";  stay2nightsoff = new Image();  stay2nightsoff.src = "images/menu/bttn_stay2nights_off.gif";    disney2dayson = new Image();  disney2dayson.src = "images/menu/bttn_disney2days_on.gif";  disney2daysoff = new Image();  disney2daysoff.src = "images/menu/bttn_disney2days_off.gif";    yourspecialdayon = new Image();  yourspecialdayon.src = "http://parkvueinn.com/images/menu/bttn_yourspecialday_on.gif";  yourspecialdayoff = new Image();  yourspecialdayoff.src = "http://parkvueinn.com/images/menu/bttn_yourspecialday_off.gif";    disneyfamilyon = new Image();  disneyfamilyon.src = "http://parkvueinn.com/images/menu/bttn_disneyfamily_on.gif";  disneyfamilyoff = new Image();  disneyfamilyoff.src = "http://parkvueinn.com/images/menu/bttn_disneyfamily_off.gif";    citypasson = new Image();  citypasson.src = "http://parkvueinn.com/images/menu/bttn_citypass_on.gif";  citypassoff = new Image();  citypassoff.src = "http://parkvueinn.com/images/menu/bttn_citypass_off.gif";  }function changeImages() {  if (document.images) {    for (var i=0; i<changeImages.arguments.length; i+=2) {      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");    }  }}function MM_preloadImages() {      if (document.images) {      var imgFiles = MM_preloadImages.arguments;      var preloadArray = new Array();      for (var i=0; i<imgFiles.length; i++) {         preloadArray[i] = new Image;         preloadArray[i].src = imgFiles[i];      }   }}