if (mtDropDown.isSupported()) {

var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

var menu1 = ms.addMenu(document.getElementById("menu1"));
menu1.addItem("Drowning in Darkness","DrowninginDarkness.htm");
menu1.addItem("The City of Yes","CityofYes.htm");

mtDropDown.renderAll();
}
