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

//	Jason, add var and menu to match the menu and render all at the bottom {

// Club Info
var menu1 = ms.addMenu(document.getElementById("menu1"));
menu1.addItem("&#8226; FAQ's", "faqs.htm");
menu1.addItem("&#8226; Family Participation Plan", "fpp.htm");
menu1.addItem("&#8226; History of Luge", "history.htm");
menu1.addItem("&#8226; Membership App", "memapp.htm");
menu1.addItem("&#8226; Gear Swap", "gearswap.htm");
menu1.addItem("&#8226; Contact Us", "contact.htm");

// Calendar Info
var menu2 = ms.addMenu(document.getElementById("menu2"));
menu2.addItem("&#8226; Calendar", "calendar.htm");

// Gallery
var menu3 = ms.addMenu(document.getElementById("menu3"));
menu3.addItem("&#8226; WLC Store", "wlcstore.htm");
menu3.addItem("&#8226; Pictures", "pictures.htm");
menu3.addItem("&#8226; Race Results", "results.htm");

// Program
var menu4 = ms.addMenu(document.getElementById("menu4"));
menu4.addItem("&#8226; Non-Sliding Club Activities", "club.htm");
menu4.addItem("&#8226; Summer Luge Opportunities", "summer.htm");
menu4.addItem("&#8226; Winter Beginner Programs", "winter.htm");
menu4.addItem("&#8226; Winter Sliding Schedules", "winsched.htm");

mtDropDown.renderAll();}