// JavaScript Document
function fwLoadMenus() {

if (window.fw_menu_0) return;

  window.fw_menu_0 = new Menu("root",170,20,"Verdana, taipei",9,"#6C6C6C","#464646","#ffffff","#FFCCCC");
  fw_menu_0.addMenuItem("Huanan Commercial Bank","window.open('http://www.hncb.com.tw/')");
  fw_menu_0.addMenuItem("South China Insurance","window.open('http://www.south-china.com.tw/')");
  //fw_menu_0.addMenuItem("Huanan Bills Finance","window.open('http://www.huananbills.com.tw/')");
  fw_menu_0.addMenuItem("Huanan Investment Trust Corp","window.open('http://www.hnitc.com.tw/')");
  fw_menu_0.addMenuItem("Huanan Securities Co., Ltd","window.open('http://www.entrust.com.tw/')");
  fw_menu_0.addMenuItem("Huanan Venture Capital Co., Ltd","location='#"); 
  fw_menu_0.addMenuItem("Huanan Management & Consulting Co., Ltd","location='#");
  fw_menu_0.addMenuItem("Huanan Assets Management Co., Ltd","window.open('http://www.hnamc.com.tw/')");
  fw_menu_0.hideOnMouseOut=true;

window.fw_menu_1 = new Menu("root",130,20,"新細明體,Arial, Verdana, Helvetica, sans-serif",12,"#6C6C6C","#464646","#ffffff","#FFCCCC");
  fw_menu_1.addMenuItem("年報","location='/02expose/02-1.shtml'");
  fw_menu_1.addMenuItem("關係人揭露事項");
  fw_menu_1.addMenuItem("內部稽核組織及運作","location='/02expose/02-3.shtml'");
  fw_menu_1.addMenuItem("董事會決議事項");
  fw_menu_1.addMenuItem("法人說明會簡報");
  fw_menu_1.addMenuItem("證交所公開資訊查詢");
  fw_menu_1.hideOnMouseOut=true;

window.fw_menu_2 = new Menu("root",128,20,"新細明體,Arial, Verdana, Helvetica, sans-serif",12,"#6C6C6C","#464646","#ffffff","#FFCCCC");
    fw_menu_2.addMenuItem("財務訊息","location='/01investor/01-11.shtml'");
    fw_menu_2.addMenuItem("股務專區","location='/01investor/01-21.shtml'");
    fw_menu_2.addMenuItem("財務報告","location='/01investor/01-3.shtml'");
    fw_menu_2.addMenuItem("信用評等","location='/01investor/01-4.shtml'");
    fw_menu_2.addMenuItem("投資人服務窗口","location='/01investor/01-5.shtml'");
    fw_menu_2.hideOnMouseOut=true;

window.fw_menu_3 = new Menu("root",124,20,"新細明體,Arial, Verdana, Helvetica, sans-serif",12,"#6C6C6C","#464646","#ffffff","#FFCCCC");
    fw_menu_3.addMenuItem("個人金融","location='/03services/03-1.shtml'");
    fw_menu_3.addMenuItem("中小企業","location='/03services/03-2.shtml'");
    fw_menu_3.addMenuItem("大型企業","location='/03services/03-3.shtml'");
    fw_menu_3.hideOnMouseOut=true;
    
window.fw_menu_4 = new Menu("root",155,20,"新細明體,Arial, Verdana, Helvetica, sans-serif",12,"#6C6C6C","#464646","#ffffff","#FFCCCC");
    fw_menu_4.addMenuItem("華南商業銀行","location='/04where/04-1.shtml'");
    fw_menu_4.addMenuItem("華南產物保險","location='/04where/04-3.shtml'");
    //fw_menu_4.addMenuItem("華南票券金融","location='/04where/04-4.shtml'");
    fw_menu_4.addMenuItem("華南永昌投信","location='/04where/04-51.shtml'");
    fw_menu_4.addMenuItem("華南永昌綜合投信","location='/04where/04-6.shtml'");
    fw_menu_4.addMenuItem("華南金創業投資","location='/04where/04-7.shtml'");
    fw_menu_4.addMenuItem("華南金管顧","location='/04where/04-8.shtml'");
    fw_menu_4.hideOnMouseOut=true;
 
 window.fw_menu_5 = new Menu("root",100,20,"新細明體,Arial, Verdana, Helvetica, sans-serif",12,"#6C6C6C","#464646","#ffffff","#FFCCCC");
    fw_menu_5.addMenuItem("設立沿革","location='/05others/about.shtml'");
    fw_menu_5.addMenuItem("首長介紹","location='/05others/boss.shtml'");
    fw_menu_5.addMenuItem("組織架構","location='/05others/org.shtml'");
    fw_menu_5.addMenuItem("最新訊息","location='http://10.8.61.131/hnfhc/05others/news-list.jsp'");
    fw_menu_5.hideOnMouseOut=true;
 	 
window.fw_menu_8 = new Menu("root",140,20,"新細明體,Arial, Verdana, Helvetica, sans-serif",12,"#6C6C6C","#464646","#ffffff","#FFCCCC");
    fw_menu_8.addMenuItem("華南商業銀行","location='/03services/03-1.shtml'");
    fw_menu_8.addMenuItem("華南產物保險","location='/03services/03-2.shtml'");
    //fw_menu_8.addMenuItem("華南票券金融","location='/03services/03-3.shtml'");
    fw_menu_8.addMenuItem("華南永昌投信","location='/03services/03-3.shtml'");
    fw_menu_8.addMenuItem("華南永昌綜合投信","location='/03services/03-3.shtml'");
    fw_menu_8.addMenuItem("華南金創業投資","location='/03services/03-3.shtml'");
    fw_menu_8.addMenuItem("華南金管顧","location='/03services/03-3.shtml'");
	 fw_menu_8.hideOnMouseOut=true;
     fw_menu_8.writeMenus();
} // fwLoadMenus()
