







//<PRE>
function indexSearch_mapCreditcardOption(targetObjID)
{ 
    var targetOption = getElement(targetObjID);
    var i = 0;
    targetOption.options[i++] = new Option('----- 請選擇 -----','#');
//    document.write("<OPTGROUP LABEL='-- 消閒系列 --'>");

targetOption.options[i++] = new Option('AEON JUSCO Visa 卡'   ,'/main_creditcard/creditcard_list/creditcard_leisure-jusco-visa.html'     );
targetOption.options[i++] = new Option('AEON JUSCO 萬事達卡'     ,'/main_creditcard/creditcard_list/creditcard_leisure-jusco-master.html'         );
targetOption.options[i++] = new Option('AEON JUSCO 美國運通信用卡'  ,'/main_creditcard/creditcard_list/creditcard_leisure-jusco-ae.html'       );
targetOption.options[i++] = new Option('AEON JUSCO JCB 卡'    ,'/main_creditcard/creditcard_list/creditcard_leisure-jusco-jcb.html'        );
targetOption.options[i++] = new Option('AEON JUSCO 銀聯信用卡'    ,'/main_creditcard/creditcard_list/creditcard_leisure-jusco-unionpay.html'   );
targetOption.options[i++] = new Option('AEON 至尚美國運通信用卡'      ,'/main_creditcard/creditcard_list/creditcard_leisure-privilege-ae.html'     );
targetOption.options[i++] = new Option('AEON 至尚Plus美國運通信用卡'  ,'/main_creditcard/creditcard_list/creditcard_leisure-privilegeplus-ae.html' );
targetOption.options[i++] = new Option('最好電器萬事達卡'            ,'/main_creditcard/creditcard_list/creditcard_leisure-bestdenki-master.html' );
targetOption.options[i++] = new Option('日本城 Visa 卡'          ,'/main_creditcard/creditcard_list/creditcard_leisure-japanhome-visa.html'   );
targetOption.options[i++] = new Option('Q-PETS Titanium 萬事達卡','/main_creditcard/creditcard_list/creditcard_leisure-qpets-master.html'     );
targetOption.options[i++] = new Option('Suzuya Visa 卡'       ,'/main_creditcard/creditcard_list/creditcard_leisure-suzuya-visa.html'      );
targetOption.options[i++] = new Option('Vertical Club Visa 卡','/main_creditcard/creditcard_list/creditcard_leisure-verticalclub-visa.html');
targetOption.options[i++] = new Option('KCP Visa卡'           ,'/main_creditcard/creditcard_list/creditcard_leisure-kcp-visa.html'         );
//    document.write("</OPTGROUP>");

//    document.write("<OPTGROUP LABEL='-- 旅遊系列 --'>");
targetOption.options[i++] = new Option('東瀛遊 JCB 卡','/main_creditcard/creditcard_list/creditcard_travel-egl-jcb.html');
//    document.write("</OPTGROUP>");

//    document.write("<OPTGROUP LABEL='-- 健美系列 --'>");
targetOption.options[i++] = new Option('DR Visa卡','/main_creditcard/creditcard_list/creditcard_beauty-and-health-dr-visa.html');
//    document.write("</OPTGROUP>");

//    document.write("<OPTGROUP LABEL='-- 餐飲系列 --'>");
targetOption.options[i++] = new Option('居食屋「和民」Visa 卡','/main_creditcard/creditcard_list/creditcard_restaurant-watami-visa.html'       );
targetOption.options[i++] = new Option('小肥羊萬事達卡'      ,'/main_creditcard/creditcard_list/creditcard_restaurant-littlesheep-master.html');
targetOption.options[i++] = new Option('元綠壽司萬事達卡'     ,'/main_creditcard/creditcard_list/creditcard_restaurant-gsushi-master.html'     );
targetOption.options[i++] = new Option('元綠壽司 JCB 卡'   ,'/main_creditcard/creditcard_list/creditcard_restaurant-gsushi-jcb.html'        );
//targetOption.options[i++] = new Option('加太賀萬事達卡'      ,'/main_creditcard/creditcard_list/creditcard_restaurant-katiga-master.html'     );
targetOption.options[i++] = new Option('KFC Visa卡'    ,'/main_creditcard/creditcard_list/creditcard_restaurant-kfc-visa.html'          );
//    document.write("</OPTGROUP>");

//    document.write("<OPTGROUP LABEL='-- 理財系列 --'>");
targetOption.options[i++] = new Option('AEON 招財卡','/main_creditcard/creditcard_list/creditcard_financial-plan-chiuchoi.html');
//    document.write("</OPTGROUP>");

//    document.write("<OPTGROUP LABEL='-- 愛心系列 --'>");
targetOption.options[i++] = new Option('愛護動物協會萬事達卡（小狗）','/main_creditcard/creditcard_list/creditcard_charity-spcapuppy-master.html'     );
targetOption.options[i++] = new Option('愛護動物協會萬事達卡（小貓）','/main_creditcard/creditcard_list/creditcard_charity-spcakitten-master.html'    );
targetOption.options[i++] = new Option('苗圃行動銀聯信用卡'     ,'/main_creditcard/creditcard_list/creditcard_charity-sowersaction-unionpay.html');
//    document.write("</OPTGROUP>");

//    document.write("<OPTGROUP LABEL='-- 其他系列 --'>");
targetOption.options[i++] = new Option('香港山東商會萬事達白金卡'           ,'/main_creditcard/creditcard_list/creditcard_other-shandong-master.html');
targetOption.options[i++] = new Option('GAMA Titanium 萬事達卡'     ,'/main_creditcard/creditcard_list/creditcard_other-gama-master.html'    );
targetOption.options[i++] = new Option('香港美髮美容業商會 Titanium 萬事達卡','/main_creditcard/creditcard_list/creditcard_other-hkhbma-master.html'  );
//    document.write("</OPTGROUP>");

} 
