﻿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;Company profile&nbsp;&nbsp;", "about.asp");
  menu1.addItem("&nbsp;&nbsp;Culture&nbsp;&nbsp;", "about.asp?id=33");
  menu1.addItem("&nbsp;&nbsp;Service&nbsp;&nbsp;", "about.asp?id=29");
  menu1.addItem("&nbsp;&nbsp;Network&nbsp;&nbsp;", "about.asp?id=31");  
  
  var menu2 = ms.addMenu(document.getElementById("menu2"));
  menu2.addItem("&nbsp;&nbsp;Plate-making equipment&nbsp;&nbsp;", "ProductList.asp?SortID=66&SortPath=0,66,");
  menu2.addItem("&nbsp;&nbsp;Printing equipment&nbsp;&nbsp;", "ProductList.asp?SortID=70&SortPath=0,70,");
  menu2.addItem("&nbsp;&nbsp;Printing Supplies&nbsp;&nbsp;", "ProductList.asp?SortID=71&SortPath=0,71,");
  menu2.addItem("&nbsp;&nbsp;VISCOSITY REGULATOR&nbsp;&nbsp;", "ProductView.asp?ID=337&SortID=86");
  


  

  
  mtDropDown.renderAll();
 }

 















