if (document.images) {

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

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

 abouton = new Image();
 abouton.src = "/images/menu_about_on.gif";

 aboutoff = new Image();
 aboutoff.src = "/images/menu_about_off.gif";

 storelocatoron = new Image();
 storelocatoron.src = "/images/menu_storelocator_on.gif";

 storelocatoroff = new Image();
 storelocatoroff.src = "/images/menu_storelocator_off.gif";

 thebuzzon = new Image();
 thebuzzon.src = "/images/menu_thebuzz_on.gif";

 thebuzzoff = new Image();
 thebuzzoff.src = "/images/menu_thebuzz_off.gif";

 contactuson = new Image();
 contactuson.src = "/images/menu_contactus_on.gif";

 contactusoff = new Image();
 contactusoff.src = "/images/menu_contactus_off.gif";

 leftmenuon = new Image();
 leftmenuon.src = "/images/menu_left_on.gif";

 leftmenuon2 = new Image();
 leftmenuon2.src = "/images/menu_left_on2.gif";

 leftmenuon3 = new Image();
 leftmenuon3.src = "/images/menu_left_on3.gif";

 leftmenuoff = new Image();
 leftmenuoff.src = "/images/menu_left_off.gif";

 rightmenuon = new Image();
 rightmenuon.src = "/images/menu_right_on.gif";

 rightmenuon2 = new Image();
 rightmenuon2.src = "/images/menu_right_on2.gif";

 menuoff = new Image();
 menuoff.src = "/images/menu_off.gif";

 }
