// Define all images for the main menu
homeOn = new Image();
homeOn.src = "/pix/menu/home_on.jpg";
homeOff = new Image();
homeOff.src = "/pix/menu/home_off.jpg";

aboutUsOn = new Image();
aboutUsOn.src = "/pix/menu/about_us_on.gif";
aboutUsOff = new Image();
aboutUsOff.src = "/pix/menu/about_us_off.gif";

aboutUsTallOn = new Image();
aboutUsTallOn.src = "/pix/menu/about_us_tall_on.gif";
aboutUsTallOff = new Image();
aboutUsTallOff.src = "/pix/menu/about_us_tall_off.gif";

eventsOn = new Image();
eventsOn.src = "/pix/menu/weddings_events_on.gif";
eventsOff = new Image();
eventsOff.src = "/pix/menu/weddings_events_off.gif";

arrangementsOn = new Image();
arrangementsOn.src = "/pix/menu/arrangements_on.gif";
arrangementsOff = new Image();
arrangementsOff.src = "/pix/menu/arrangements_off.gif";

botanicalOn = new Image();
botanicalOn.src = "/pix/menu/botanical_on.gif";
botanicalOff = new Image();
botanicalOff.src = "/pix/menu/botanical_off.gif";

calendarOn = new Image();
calendarOn.src = "/pix/menu/calendar_on.gif";
calendarOff = new Image();
calendarOff.src = "/pix/menu/calendar_off.gif";

contactUsOn = new Image();
contactUsOn.src = "/pix/menu/contact_us_on.gif";
contactUsOff = new Image();
contactUsOff.src = "/pix/menu/contact_us_off.gif";
