if (mtDropDown.isSupported())
{
var ms=new mtDropDownSet(mtDropDown.direction.down,0,0,mtDropDown.reference.bottomLeft);

var menu1=ms.addMenu(document.getElementById("menu1"));
menu1.addItem("Honors","honor.asp?fid=1");
menu1.addItem("Aptitude","honor.asp?fid=2");
menu1.addItem("News Center","newsclass.asp");
var menu2=ms.addMenu(document.getElementById("menu2"));
menu2.addItem("System Integration","proclass.asp?fid=1");
menu2.addItem("Our Products","proclass1.asp?fid=2");
menu2.addItem("Brand Supply","proclass2.asp");

mtDropDown.renderAll();
}