// menu image preloading for personal development centre

var base = "http://www.personaldevelopmentcentre.com.au/";

home = new Image();
home.src = base + "images/menu/home.gif";
home_hi = new Image();
home_hi.src = base + "images/menu/homex.gif";

about = new Image();
about.src = base + "images/menu/about.gif";
about_hi = new Image();
about_hi.src = base + "images/menu/aboutx.gif";

personal = new Image();
personal.src = base + "images/menu/personal.gif";
personal_hi = new Image();
personal_hi.src = base + "images/menu/personalx.gif";

heal = new Image();
heal.src = base + "images/menu/heal.gif";
heal_hi = new Image();
heal_hi.src = base + "images/menu/healx.gif";

holistic = new Image();
holistic.src = base + "images/menu/holistic.gif";
holistic_hi = new Image();
holistic_hi.src = base + "images/menu/holisticx.gif";

contact = new Image();
contact.src = base + "images/menu/contact.gif";
contact_hi = new Image();
contact_hi.src = base + "images/menu/contactx.gif";

events = new Image();
events.src = base + "images/menu/events.gif";
events_hi = new Image();
events_hi.src = base + "images/menu/eventsx.gif";

