







//<PRE>
function indexSearch_mapInsuranceOption(targetObjID)
{ 
    var targetOption = getElement(targetObjID);
    targetOption.options[0] = new Option('----- 請選擇 -----','#');
    targetOption.options[1] = new Option('意外周全保障','/main_insurance/accident_insurance/');
    targetOption.options[2] = new Option('住院現金保障','/main_insurance/hospital_cash_plan/');
    targetOption.options[3] = new Option('優越意外保障及門診醫療','/main_insurance/priority_protection/');
    targetOption.options[4] = new Option('旅遊保險','/main_insurance/travelcare/');
    targetOption.options[5] = new Option('家傭保險','/main_insurance/domestic_insurance/');
    targetOption.options[6] = new Option('高爾夫球保險','/main_insurance/golf_insurance/');
    targetOption.options[7] = new Option('「健樂保」僱用保險','/main_insurance/home_helper_plus/');
    targetOption.options[8] = new Option('家居保險','/main_insurance/home_insurance/');
    targetOption.options[9] = new Option('汽車保險','/main_insurance/car_insurance/');
    targetOption.options[10] = new Option('全球失物保障','/main_insurance/worldwide_loss/');
} 
