<!--

 if (mtDropDown.isSupported()) {

  var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

  var menu1 = ms.addMenu(document.getElementById("menu1"));
  menu1.addItem("<img src=\"../image/bullet01.gif\">&nbsp; 公 司 背 景  ", "profile1.html");
  menu1.addItem("<img src=\"../image/bullet01.gif\">&nbsp; 服 務 介 紹  ", "profile2.html");
  menu1.addItem("<img src=\"../image/bullet01.gif\">&nbsp; 發 展 方 向  ", "profile3.html");
  menu1.addItem("<img src=\"../image/bullet01.gif\">&nbsp; 公 司 實 績  ", "profile4.html");
 
  var menu2 = ms.addMenu(document.getElementById("menu2"));
  menu2.addItem("<img src=\"../image/bullet01.gif\">&nbsp; 電 力 工 程  ", "engineer1.html");
  menu2.addItem("<img src=\"../image/bullet01.gif\">&nbsp; 水 務 工 程  ", "engineer2.html");
  menu2.addItem("<img src=\"../image/bullet01.gif\">&nbsp; 裝 修 工 程  ", "engineer3.html");
  menu2.addItem("<img src=\"../image/bullet01.gif\">&nbsp; 鎖 類 防 盜 工 程  ", "engineer4.html");
  menu2.addItem("<img src=\"../image/bullet01.gif\">&nbsp; 冷 氣 工 程  ", "engineer5.html");
  menu2.addItem("<img src=\"../image/bullet01.gif\">&nbsp; 其 他  ", "engineer6.html");  
  mtDropDown.renderAll();
 }

