if (mtDropDown.isSupported()) 
{
var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
var down_menu1 = ms.addMenu(document.getElementById('down_menu1'));
down_menu1.addItem('Biography & Photo', 'Page.php?id=136');
down_menu1.addItem('Office of the  General President', 'Page.php?id=142');
down_menu1.addItem('Skip Mason Inauguration 2009', 'Page.php?id=201');
mtDropDown.renderAll();
}
mtDropDown.initialize();