if (mtDropDown.isSupported()) {
var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

//	Add var and menu to match the menu and render all at the bottom {

// Area Information
var menu1 = ms.addMenu(document.getElementById("menu1"));
menu1.addItem("&#8226; Lake Recreational and Graphical Weather", "http://www.wrh.noaa.gov/mso/flatheadlake");
menu1.addItem("&#8226; Missoula Forecast", "forecast.php");
menu1.addItem("&#8226; Lake Levels", "lakelevel.php");
menu1.addItem("&#8226; Vacation Accommodations ", "http://www.vacationhomes.com/");
menu1.addItem("&#8226; Area Photos ", "photos.php");

// Contact Us
var menu2 = ms.addMenu(document.getElementById("menu2"));
menu2.addItem("&#8226; Contact Information", "contact.php");
menu2.addItem("&#8226; Directions", "directions.php");
menu2.addItem("&#8226; Email Us", "mailto:info@flatheadboatcompany.com");

mtDropDown.renderAll();}
