function mmLoadMenus() {
if (window.mm_menu_about) return;
    
    window.mm_menu_about = new Menu("root",200,18,"Arial, sans-serif", 11, "#ffffff", "#000000", "#554a2b", "#E77750", "left", "middle",7,0,300,0,0,true,false,true,0,true,true);
    window.mm_menu_property = new Menu("root",230,18,"Arial, sans-serif", 11, "#ffffff", "#000000", "#554a2b", "#E77750", "left", "middle",7,0,300,0,0,true,false,true,0,true,true);
    window.mm_menu_resources = new Menu("root",151,18,"Arial, sans-serif", 11, "#ffffff", "#000000", "#554a2b", "#E77750", "left", "middle",7,0,300,0,0,true,false,true,0,true,true);
    window.mm_menu_bigIsland = new Menu("root",122,18,"Arial, sans-serif", 11, "#ffffff", "#000000", "#554a2b", "#E77750", "left", "middle",7,0,300,0,0,true,false,true,0,true,true);
    window.mm_menu_info = new Menu("root",150,18,"Arial, sans-serif", 11, "#ffffff", "#000000", "#554a2b", "#E77750", "left", "middle",7,0,300,0,0,true,false,true,0,true,true);

    mm_menu_about.hideOnMouseOut=true;
    mm_menu_property.hideOnMouseOut=true;
    mm_menu_resources.hideOnMouseOut=true;
    mm_menu_bigIsland.hideOnMouseOut=true;
    mm_menu_info.hideOnMouseOut=true;

    mm_menu_about.addMenuItem("Our Company Philosophy","location='http://www.kohalacoastproperties.net/philosophy.html'");
    mm_menu_about.addMenuItem("Research Market IQ","location='http://www.kohalacoastproperties.net/marketIQ.html'");
    mm_menu_about.addMenuItem("About Alice Hughes","location='http://www.kohalacoastproperties.net/alice.html'");
    mm_menu_about.addMenuItem("About Ken Hughes","location='http://www.kohalacoastproperties.net/ken.html'");
    mm_menu_about.addMenuItem("About Mark G. Ravelo","location='http://www.kohalacoastproperties.net/markR.html'");
    mm_menu_about.addMenuItem("About Jeff Beban","location='http://www.kohalacoastproperties.net/jeff.html'");
    mm_menu_about.addMenuItem("About Mark A. Colter","location='http://www.kohalacoastproperties.net/markC.html'");
    mm_menu_about.addMenuItem("About Cathy L. Clarin","location='http://www.kohalacoastproperties.net/cathy.html'");
    mm_menu_about.addMenuItem("About Kay Kolt","location='http://www.kohalacoastproperties.net/kay.html'");
    mm_menu_about.addMenuItem("About Cindy Kulley","location='http://www.kohalacoastproperties.net/cindy.html'");
    mm_menu_about.addMenuItem("About Carey L. Magnussen","location='http://www.kohalacoastproperties.net/carey.html'");
    mm_menu_about.addMenuItem("About V. Diana Riera","location='http://www.kohalacoastproperties.net/diana.html'");
    mm_menu_about.addMenuItem("About Mark H. Stevens","location='http://www.kohalacoastproperties.net/markS.html'");
    mm_menu_about.addMenuItem("About Aziza Wang","location='http://www.kohalacoastproperties.net/aziza.html'");
    mm_menu_about.addMenuItem("About Don Walker & Nancy Kramer","location='http://www.kohalacoastproperties.net/don_nancy.html'");
    mm_menu_about.addMenuItem("Contact Us","location='http://www.kohalacoastproperties.net/contact.html'");
        
    mm_menu_property.addMenuItem("Search Residential Properties","location='http://www.kohalacoastproperties.net/search_res_all.html'");
    mm_menu_property.addMenuItem("Search Vacant Land Properties","location='http://www.kohalacoastproperties.net/search_vac_all.html'");
    mm_menu_property.addMenuItem("Search Business & Commercial Properties","location='http://www.kohalacoastproperties.net/search_bus_all.html'");
    mm_menu_property.addMenuItem("Featured Listings","location='http://www.hawaiiinformation.com/FeaturedListings/featListg.asp?featListgId=8'");

    mm_menu_resources.addMenuItem("Buyers' Information","location='http://www.kohalacoastproperties.net/buyer.html'");
    mm_menu_resources.addMenuItem("Mortgage Calculator","location='http://www.kohalacoastproperties.net/mortgage.html'");
    mm_menu_resources.addMenuItem("Request FREE Reports","location='http://www.kohalacoastproperties.net/reports.html'");
    
    //mm_menu_bigIsland.addMenuItem("Big Island Maps","location='maps.html'");
    //mm_menu_bigIsland.addMenuItem("Weather","location='weather.html'");
    //mm_menu_bigIsland.addMenuItem("Special Interests","location='special.html'");
    //mm_menu_bigIsland.addMenuItem("Big Island Links","location='links.html'");

    //mm_menu_info.addMenuItem("Airlines","location='airlines.html'");
    //mm_menu_info.addMenuItem("Car Rentals","location='rentcar.html'");
    //mm_menu_info.addMenuItem("School Information","location='schools.html'");
    
    mm_menu_about.writeMenus();
    mm_menu_property.writeMenus();
    //mm_menu_resources.writeMenus();
    //mm_menu_bigIsland.writeMenus();
    //mm_menu_info.writeMenus();
    
}