/*
 * Preloads roll over images
 * so there isn't a delay when user hovers mouse over links
*/
<!-- Begin

	home = new Image();
	home.src = "/images/menu/menuh_home.png";

        vacations = new Image();
        vacations.src = "/images/menu/menuh_vacations.png";

        contact = new Image();
        contact.src = "/images/menu/menuh_contact.png";

        tips = new Image();
        tips.src = "/images/menu/menuh_tips.png";

        blog = new Image();
        blog.src = "/images/menu/menuh_blog.png";
        
        photos = new Image();
        photos.src = "/images/menu/menuh_photos.png";
// End -->

