function loadmenus() {
if (window.mountainreviews) return;

window.mountainreviews = new Menu('mountainreviews')

mountainreviews.addMenuItem("Australia","document.location.href='http://www.snowcentral.com.au/australia.cfm'");

mountainreviews.addMenuItem("New Zealand","document.location.href='http://www.snowcentral.com.au/new_zealand.cfm'");

mountainreviews.addMenuItem("Canada","document.location.href='http://www.snowcentral.com.au/canada.cfm'");

mountainreviews.addMenuItem("USA","document.location.href='http://www.snowcentral.com.au/usa.cfm'");

mountainreviews.addMenuItem("Europe","document.location.href='http://www.snowcentral.com.au/europe.cfm'");

mountainreviews.addMenuItem("South America","document.location.href='http://www.snowcentral.com.au/south_amerrica.cfm'");

mountainreviews.addMenuItem("Japan","document.location.href='http://www.snowcentral.com.au/japan.cfm'");

mountainreviews.addMenuItem("Submit a Review","document.location.href='http://www.snowcentral.com.au/submit_a_review.cfm'");

mountainreviews.menuWidth = 125
mountainreviews.hideOnMouseOut=true;

window.snowcams = new Menu('snowcams')

snowcams.addMenuItem("Northern Hemisphere","document.location.href='http://www.snowcentral.com.au/northern_hemisphere_1.cfm'");

snowcams.addMenuItem("Snow Reports","document.location.href='http://www.snowcentral.com.au/snow_reports.cfm'");

snowcams.menuWidth = 157
snowcams.hideOnMouseOut=true;

window.weatherinfo = new Menu('weatherinfo')

weatherinfo.addMenuItem("Northern Hemisphere","document.location.href='http://www.snowcentral.com.au/northern_hemisphere.cfm'");

weatherinfo.menuWidth = 157
weatherinfo.hideOnMouseOut=true;

window.news = new Menu('news')

news.addMenuItem("Latest News","document.location.href='http://www.snowcentral.com.au/latest_news.cfm'");

news.addMenuItem("Archive","document.location.href='http://www.snowcentral.com.au/archive.cfm'");

news.menuWidth = 93
news.hideOnMouseOut=true;

window.gallery = new Menu('gallery')

gallery.addMenuItem("View Images","document.location.href='http://www.snowcentral.com.au/view_images.cfm'");

gallery.addMenuItem("Submit Images","document.location.href='http://www.snowcentral.com.au/submit_images.cfm'");

gallery.menuWidth = 109
gallery.hideOnMouseOut=true;

window.aboutus = new Menu('aboutus')

aboutus.addMenuItem("Company Profile","document.location.href='http://www.snowcentral.com.au/company_profile.cfm'");

aboutus.addMenuItem("Our Team","document.location.href='http://www.snowcentral.com.au/our_team.cfm'");

aboutus.addMenuItem("Contact Us","document.location.href='http://www.snowcentral.com.au/contact_us.cfm'");

aboutus.addMenuItem("Trading Hours","document.location.href='http://www.snowcentral.com.au/trading_hours.cfm'");

aboutus.addMenuItem("Map","document.location.href='http://www.snowcentral.com.au/map.cfm'");

aboutus.menuWidth = 125
aboutus.hideOnMouseOut=true;


mountainreviews.writeMenus();

}

