function fwLoadMenus() {
  if (window.fw_menu_0) return;

  window.fw_menu_0 = new Menu("root",100,20,"MingLiu",12,"#000000","#ffffff","#AED9FF","#7799BD");
  fw_menu_0.addMenuItem("指數認股證","window.open('/einvc/chi/getpage.asp?app=EinvcWarrantCall&amp;Type=I', '_parent')");
  fw_menu_0.addMenuItem("其他認股證","window.open('/einvc/chi/getpage.asp?app=EinvcWarrantCall&amp;Type=O', '_parent')");
  fw_menu_0.hideOnMouseOut=true;

  window.fw_menu_1 = new Menu("root",100,20,"MingLiu",12,"#000000","#ffffff","#AED9FF","#7799BD");
  fw_menu_1.addMenuItem("指數認股證","window.open('/einvc/chi/getpage.asp?app=EinvcWarrantPut&amp;Type=I', '_parent')");
  fw_menu_1.addMenuItem("其他認股證","window.open('/einvc/chi/getpage.asp?app=EinvcWarrantPut&amp;Type=O', '_parent')");
  fw_menu_1.hideOnMouseOut=true;

  window.fw_menu_3 = new Menu("root",140,20,"MingLiu",12,"#000000","#ffffff","#AED9FF","#7799BD");
  fw_menu_3.addMenuItem("全部","window.open('/einvc/chi/getpage.asp?app=EinvcWarrantComm&amp;Issuer=0', '_parent')");
  fw_menu_3.addMenuItem("巴克萊亞洲","window.open('/einvc/chi/getpage.asp?app=EinvcWarrantComm&Issuer=1', '_parent')");  
  fw_menu_3.addMenuItem("大和","window.open('/einvc/chi/getpage.asp?app=EinvcWarrantComm&amp;Issuer=2', '_parent')");  
  fw_menu_3.addMenuItem("法興證券","window.open('/einvc/chi/getpage.asp?app=EinvcWarrantComm&amp;Issuer=4', '_parent')");
  fw_menu_3.addMenuItem("麥格理","window.open('/einvc/chi/getpage.asp?app=EinvcWarrantComm&amp;Issuer=5', '_parent')");
  fw_menu_3.addMenuItem("荷合","window.open('/einvc/chi/getpage.asp?app=EinvcWarrantComm&amp;Issuer=3', '_parent')");
  fw_menu_3.addMenuItem("匯豐","window.open('/einvc/chi/getpage.asp?app=EinvcWarrantComm&amp;Issuer=7', '_parent')");
  fw_menu_3.addMenuItem("瑞信","window.open('/einvc/chi/getpage.asp?app=EinvcWarrantComm&Issuer=8', '_parent')");
  fw_menu_3.addMenuItem("瑞銀","window.open('/einvc/chi/getpage.asp?app=EinvcWarrantComm&amp;Issuer=9', '_parent')");
  fw_menu_3.addMenuItem("德銀","window.open('/einvc/chi/getpage.asp?app=EinvcWarrantComm&amp;Issuer=10', '_parent')");
  fw_menu_3.addMenuItem("蘇皇","window.open('/einvc/chi/getpage.asp?app=EinvcWarrantComm&amp;Issuer=6', '_parent')");
  fw_menu_3.hideOnMouseOut=true;

  window.fw_menu_4 = new Menu("root",100,20,"MingLiu",12,"#000000","#ffffff","#AED9FF","#7799BD");
  fw_menu_4.addMenuItem("認購認股證","window.open('/einvc/chi/getpage.asp?app=EinvcWarrantIndex&amp;Type=C', '_parent')");
  fw_menu_4.addMenuItem("認沽認股證","window.open('/einvc/chi/getpage.asp?app=EinvcWarrantIndex&amp;Type=P', '_parent')");
  fw_menu_4.hideOnMouseOut=true;

  fw_menu_3.writeMenus();
  
}

