function showNetworkBranchOption()
{ 
    var thisPath = '';
    var currURL = document.location.href;
    var rootNetwork = "/main_network/branch_network/";
    document.write("<option value='#'>---- 請選擇 ----</option>");
    document.write("<option value='#'>---- 香港島 ----</option>");

    thisPath = rootNetwork + "branch_hk/branch_causewaybay/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">銅鑼灣</option>"); 
    thisPath = rootNetwork + "branch_hk/branch_quarrybay/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">康　怡</option>"); 
    //thisPath = rootNetwork + "branch_hk/branch_sheungwan/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">上　環</option>"); 
    //thisPath = rootNetwork + "branch_hk/branch_central/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">中　環</option>"); 
    //thisPath = rootNetwork + "branch_hk/branch_quarrybay/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">康　怡</option>"); 
    thisPath = rootNetwork + "branch_hk/branch_chaiwan/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">柴　灣</option>"); 
    //thisPath = rootNetwork + "branch_hk/branch_aberdeen/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">香港仔</option>"); 

    document.write("<option value='#'>---- 九　龍 ----</option>");

    thisPath = rootNetwork + "branch_kln/branch_kwuntong/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">觀　塘</option>"); 
    //thisPath = rootNetwork + "branch_kln/branch_sanpokong/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">新蒲崗</option>"); 
    thisPath = rootNetwork + "branch_kln/branch_lokfu/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">樂　富</option>"); 
    //thisPath = rootNetwork + "branch_kln/branch_shamshuipo/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">深水埗</option>"); 
    thisPath = rootNetwork + "branch_kln/branch_mongkok/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">旺　角</option>"); 
    //thisPath = rootNetwork + "branch_kln/branch_jordan/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">佐　敦</option>"); 
    //thisPath = rootNetwork + "branch_kln/branch_tsimshatsui/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">尖沙咀</option>"); 
	       thisPath = rootNetwork + "branch_kln/branch_whampoa/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">黃　埔</option>"); 
	thisPath = rootNetwork + "branch_kln/branch_kowloonbay/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">九龍灣</option>"); 
    thisPath = rootNetwork + "branch_kln/branch_tseungkwano/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">將軍澳</option>"); 
    document.write("<option value='#'>---- 新　界 ----</option>");

    thisPath = rootNetwork + "branch_nt/branch_kwaichung/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">葵　涌</option>"); 
    thisPath = rootNetwork + "branch_nt/branch_shatin/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">沙　田</option>"); 
   // thisPath = rootNetwork + "branch_nt/branch_taipo/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">大　埔</option>"); 
    thisPath = rootNetwork + "branch_nt/branch_tsuenwan/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">荃　灣</option>"); 
    thisPath = rootNetwork + "branch_nt/branch_tuenmun/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">屯　門</option>"); 
    thisPath = rootNetwork + "branch_nt/branch_yuenlong/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">元　朗</option>"); 
 //   thisPath = rootNetwork + "branch_nt/branch_sheungshui/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">上　水</option>"); 

    document.write("<option value='#'>---- 離島 ----</option>");

    thisPath = rootNetwork + "branch_outlying/branch_skyplaza/";document.write("<option value='" + thisPath + "' " + ((currURL.indexOf(thisPath) != -1) ? "SELECTED" : "") + ">機　場</option>"); 
//    document.write("</OPTGROUP>");

}