 if (mtDropDown.isSupported()) {
var ms = new mtDropDownSet(mtDropDown.direction.down, 0,0, mtDropDown.reference.bottomLeft);
var Menu1=ms.addMenu(document.getElementById("Menu1"));
Menu1.addItem(' &nbsp;&nbsp;&nbsp;Company Profile','eabout.html');
Menu1.addItem(' &nbsp;&nbsp;&nbsp;Ceos Note','eceo.html');
Menu1.addItem(' &nbsp;&nbsp;&nbsp;Styles','estyle.html');
Menu1.addItem(' &nbsp;&nbsp;&nbsp;Honors','ehonor.html'); 
Menu1.addItem(' &nbsp;&nbsp;&nbsp;Culture','eculture.html');
Menu1.addItem(' &nbsp;&nbsp;&nbsp;Organizations','efram.html');
var Menu16 = Menu1.addMenu(Menu1.items[2]);
  Menu16.addItem(' Manage','egl.html');
  Menu16.addItem(' Equipment','eequipment.html');
  Menu16.addItem(' Communion','ejl.html');
  Menu16.addItem(' Third Industry','ethree.html');

var Menu2=ms.addMenu(document.getElementById("Menu2"));
Menu2.addItem(' &nbsp;&nbsp;&nbsp;Products','eproduct.html');
Menu2.addItem(' &nbsp;&nbsp;&nbsp;Quality','equality.html');
mtDropDown.renderAll();
}