 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;Bio-Based High Performance Polyamide','#');
Menu1.addItem(' &nbsp;&nbsp;&nbsp;Intermediates ','#');
Menu1.addItem(' &nbsp;&nbsp;&nbsp;Polyamide Powder','#');
var Menu16 = Menu1.addMenu(Menu1.items[0]);
  Menu16.addItem(' Hiprolon<sup>&reg;</sup> 70 Series (PA610)','template/product01.htm');
  Menu16.addItem(' Hiprolon<sup>&reg;</sup> 90 Series(PA612)','template/product02.htm');
  Menu16.addItem(' Hiprolon<sup>&reg;</sup> 200 Series(PA1010)','template/product03.htm');
  Menu16.addItem(' Hiprolon<sup>&reg;</sup> 400 Series(PA1012)','template/product04.htm');
  Menu16.addItem(' Hiprolon<sup>&reg;</sup> 11 ','template/product05.htm');
  Menu16.addItem(' Hiprolon<sup>&reg;</sup> 211 ','template/product06.htm');
var Menu16 = Menu1.addMenu(Menu1.items[1]);
  Menu16.addItem(' Hipromin<sup>&reg;</sup> 1,10-Decamethylenediamine','template/product07.htm');
var Menu16 = Menu1.addMenu(Menu1.items[2]);
  Menu16.addItem(' Fluidized bed dipping powder','template/product08.htm');
  Menu16.addItem(' Electrostatic powder coating','template/product09.htm');

var Menu2=ms.addMenu(document.getElementById("Menu2"));
Menu2.addItem(' &nbsp;&nbsp;&nbsp;Automoive Tubing System','#');
Menu2.addItem(' &nbsp;&nbsp;&nbsp;Industrial Pipes','#');
Menu2.addItem(' &nbsp;&nbsp;&nbsp;Optical Fibre and Cables','#');
Menu2.addItem(' &nbsp;&nbsp;&nbsp;Consumer Electronics','#');
var Menu17 = Menu2.addMenu(Menu2.items[0]);
  Menu17.addItem(' Air Brake Tubing','template/air.htm');
  Menu17.addItem(' Fuel Lines','template/fuel.htm');
  Menu17.addItem(' Quick Connector','template/connector.htm');
  Menu17.addItem(' Under The Hood','template/under.htm');
var Menu17 = Menu2.addMenu(Menu2.items[1]);
  Menu17.addItem(' Pneumatic Tubes','template/pheumatic.htm');
  Menu17.addItem(' Offshore Pipe','template/offshore.htm');
  Menu17.addItem(' Gas Pipes','template/gas.htm');
var Menu17 = Menu2.addMenu(Menu2.items[2]);
    Menu17.addItem(' Optical Fibre Jacket','template/optical.htm');
  Menu17.addItem(' Calbe Sheathing','template/calbe.htm');
var Menu17 = Menu2.addMenu(Menu2.items[3]);
  Menu17.addItem(' Portable handsets','template/portable.htm');
  Menu17.addItem(' Home Appliance','template/appliance.htm');

var Menu3=ms.addMenu(document.getElementById("Menu3"));
Menu3.addItem(' &nbsp;&nbsp;&nbsp;Contact','template/contact.htm');
Menu3.addItem(' &nbsp;&nbsp;&nbsp;Job','template/job.htm');
mtDropDown.renderAll();

var Menu4=ms.addMenu(document.getElementById("Menu4"));
Menu4.addItem(' &nbsp;&nbsp;&nbsp;Media Services','template/news.htm');
Menu4.addItem(' &nbsp;&nbsp;&nbsp;Download','template/down.htm');
Menu4.addItem(' &nbsp;&nbsp;&nbsp;Link Service','template/news-b.htm');
mtDropDown.renderAll();

var Menu5=ms.addMenu(document.getElementById("Menu5"));
Menu5.addItem(' &nbsp;&nbsp;&nbsp;Company Introduction','template/about.htm');
Menu5.addItem(' &nbsp;&nbsp;&nbsp;Vision and Mission','template/mission.htm');
Menu5.addItem(' &nbsp;&nbsp;&nbsp;Production Facility','template/factory.htm');
Menu5.addItem(' &nbsp;&nbsp;&nbsp;Milestone','template/milestone.htm');
Menu5.addItem(' &nbsp;&nbsp;&nbsp;Management System','template/management.htm');

mtDropDown.renderAll();
}
