 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;Active Pharmaceutical Ingredients','/template/producte-a.htm');
Menu1.addItem(' &nbsp;&nbsp;&nbsp;Platinum group metals chemical products','/template/producte-b.htm');
Menu1.addItem(' &nbsp;&nbsp;&nbsp;Trading materials','/template/producte-c.htm');
mtDropDown.renderAll();
}
