if (mtDropDown.isSupported()) {

    var mpath = '';
    var wch_hack = null;
    var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
    
    
    // menu : #1
    var menu1 = ms.addMenu(document.getElementById("menu1"));
    
    // menu : #2
    var menu2 = ms.addMenu(document.getElementById("menu2"));
    menu2.addItem("How to Choose", "http://lowa.de/english/worth_knowing/look_inside/look_inside.html");
    menu2.addItem("Mountaineering", mpath+"/catalog/catalog.cfm?Category=1");
    menu2.addItem("Backpacking", mpath+"/catalog/catalog.cfm?Category=2");
    menu2.addItem("Light Backpacking", mpath+"/catalog/catalog.cfm?Category=6");
    menu2.addItem("Hiking", mpath+"/catalog/catalog.cfm?Category=3");
    menu2.addItem("Light Hiking", mpath+"/catalog/catalog.cfm?Category=4");
    menu2.addItem("Field", mpath+"/catalog/catalog.cfm?Category=12");
    menu2.addItem("Trail Running", mpath+"/catalog/catalog.cfm?Category=9");
    //menu2.addItem("Sport Sandals", mpath+"/catalog/catalog.cfm?Category=11");
    //menu2.addItem("KIDZ", mpath+"/catalog/catalog.cfm?Category=14");
    menu2.addItem("Walking/Fitness Walking/Travel Shoes", mpath+"/catalog/catalog.cfm?Category=5");
    menu2.addItem("Task Force/Military/Duty", mpath+"/catalog/catalog.cfm?Category=8");
    menu2.addItem("Snowboots", mpath+"/catalog/catalog.cfm?Category=10");
    //menu2.addItem("Backcountry AT Ski", mpath+"/catalog/catalog.cfm?Category=7");
    menu2.addItem("Accessories", mpath+"/catalog/catalog.cfm?Category=13");
    menu2.addItem("On Sale", mpath+"/ecatalog/saleboots.cfm?Type=M");
    
    // menu : #3
    var menu3 = ms.addMenu(document.getElementById("menu3"));
    menu3.addItem("USA Stores", mpath+"/stores/locator.cfm");
    menu3.addItem("Online Retailers (USA only)", mpath+"/stores/online.cfm");
    menu3.addItem("Task Force/Military/Duty Retailers", mpath+"/stores/taskForce.cfm");
    menu3.addItem("LOWA Clearance Room", mpath+"/ecatalog/saleboots.cfm?Type=M");
    
    // menu : #4
    var menu4 = ms.addMenu(document.getElementById("menu4"));
    
    // menu : #5
    var menu5 = ms.addMenu(document.getElementById("menu5"));
    //menu5.addItem("New for 2008!", mpath+"/about/boots.cfm");
    menu5.addItem("About LOWA", mpath+"/clinic/glossary.cfm");
    menu5.addItem("LOWA Technical Detail", mpath+"/about/");
    menu5.addItem("Glossary of Terms", mpath+"/clinic/glossary-terms.cfm");
    menu5.addItem("Corporate Responsibility Statement", mpath+"/about/FactoryOverview.cfm");	
    menu5.addItem("Learn More", mpath+"/clinic/presentation.cfm");
	
    // menu : #6
    var menu6 = ms.addMenu(document.getElementById("menu6"));
    menu6.addItem("Join the Club", "http://links.mkt1030.com/servlet/SignUpForm?f=448942");
    menu6.addItem("News & Reviews", mpath+"/news/newsroom.cfm");
    menu6.addItem("Send Us A Story", mpath+"/walker");
    
    // menu : #7
    var menu7 = ms.addMenu(document.getElementById("menu7"));
    menu7.addItem("Leather Treatment Tips", mpath+"/faq/grangers.cfm");
    //menu7.addItem("Boot Q & A", mpath+"/faq/faq.cfm");
    menu7.addItem("Size Chart", mpath+"/faq/sizing.cfm");
    menu7.addItem("Ask A Question", mpath+"/faq/questions.cfm");
    menu7.addItem("Join Mailing List", "http://links.mkt1030.com/servlet/SignUpForm?f=448942");
    menu7.addItem("Warranty", mpath+"/faq/warranty.cfm");
    menu7.addItem("International", mpath+"/stores/worldwide.cfm");
    menu7.addItem("Contact Us", mpath+"/contactus/contactus.cfm");
    
    
    mtDropDown.renderAll();
}
