







//<PRE>
function indexSearch_mapCreditcardOption(targetObjID)
{ 
    var targetOption = getElement(targetObjID);
    var i = 0;
    targetOption.options[i++] = new Option('--- Please Select ---','#');
//    document.write("<OPTGROUP LABEL='-- Leisure Series --'>");
targetOption.options[i++] = new Option('AEON JUSCO Visa Card'                            ,'/main_creditcard/creditcard_list/creditcard_leisure-jusco-visa.html'     );
targetOption.options[i++] = new Option('AEON JUSCO MasterCard'                           ,'/main_creditcard/creditcard_list/creditcard_leisure-jusco-master.html'         );
targetOption.options[i++] = new Option('AEON JUSCO American Express Credit Card'         ,'/main_creditcard/creditcard_list/creditcard_leisure-jusco-ae.html'       );
targetOption.options[i++] = new Option('AEON JUSCO JCB Card'                             ,'/main_creditcard/creditcard_list/creditcard_leisure-jusco-jcb.html'        );
targetOption.options[i++] = new Option('AEON JUSCO UnionPay Credit Card'                 ,'/main_creditcard/creditcard_list/creditcard_leisure-jusco-unionpay.html'   );
targetOption.options[i++] = new Option('AEON Privilege American Express Credit Card'     ,'/main_creditcard/creditcard_list/creditcard_leisure-privilege-ae.html'     );
targetOption.options[i++] = new Option('AEON Privilege Plus American Express Credit Card','/main_creditcard/creditcard_list/creditcard_leisure-privilegeplus-ae.html' );
targetOption.options[i++] = new Option('Best Denki MasterCard'                           ,'/main_creditcard/creditcard_list/creditcard_leisure-bestdenki-master.html' );
targetOption.options[i++] = new Option('Japan Home Centre Visa Card'                     ,'/main_creditcard/creditcard_list/creditcard_leisure-japanhome-visa.html'   );
targetOption.options[i++] = new Option('Q-PETS Titanium MasterCard'                      ,'/main_creditcard/creditcard_list/creditcard_leisure-qpets-master.html'     );
targetOption.options[i++] = new Option('Suzuya Visa Card'                                ,'/main_creditcard/creditcard_list/creditcard_leisure-suzuya-visa.html'      );
targetOption.options[i++] = new Option('Vertical Club Visa Card'                         ,'/main_creditcard/creditcard_list/creditcard_leisure-verticalclub-visa.html');
targetOption.options[i++] = new Option('KCP Visa Card'                                   ,'/main_creditcard/creditcard_list/creditcard_leisure-kcp-visa.html'         );
//    document.write("</OPTGROUP>");

//    document.write("<OPTGROUP LABEL='-- Travel Series --'>");
targetOption.options[i++] = new Option('EGL JCB Card','/main_creditcard/creditcard_list/creditcard_travel-egl-jcb.html');
//    document.write("</OPTGROUP>");

//    document.write("<OPTGROUP LABEL='-- Beauty and Health Series --'>");
targetOption.options[i++] = new Option('DR Visa Card','/main_creditcard/creditcard_list/creditcard_beauty-and-health-dr-visa.html');
//    document.write("</OPTGROUP>");

//    document.write("<OPTGROUP LABEL='-- Restaurant Series --'>");
targetOption.options[i++] = new Option('WATAMI Visa Card'       ,'/main_creditcard/creditcard_list/creditcard_restaurant-watami-visa.html'       );
targetOption.options[i++] = new Option('Little Sheep MasterCard','/main_creditcard/creditcard_list/creditcard_restaurant-littlesheep-master.html');
targetOption.options[i++] = new Option('G.Sushi MasterCard'     ,'/main_creditcard/creditcard_list/creditcard_restaurant-gsushi-master.html'     );
targetOption.options[i++] = new Option('G.Sushi JCB Card'       ,'/main_creditcard/creditcard_list/creditcard_restaurant-gsushi-jcb.html'        );
//targetOption.options[i++] = new Option('Katiga MasterCard'      ,'/main_creditcard/creditcard_list/creditcard_restaurant-katiga-master.html'     );
targetOption.options[i++] = new Option('KFC Visa Card'          ,'/main_creditcard/creditcard_list/creditcard_restaurant-kfc-visa.html'          );
//    document.write("</OPTGROUP>");

//    document.write("<OPTGROUP LABEL='-- Financial Plan Series --'>");
targetOption.options[i++] = new Option('AEON Chiu Choi Card','/main_creditcard/creditcard_list/creditcard_financial-plan-chiuchoi.html');
//    document.write("</OPTGROUP>");

//    document.write("<OPTGROUP LABEL='-- Charity Series --'>");
targetOption.options[i++] = new Option('SPCA MasterCard (Puppy)'           ,'/main_creditcard/creditcard_list/creditcard_charity-spcapuppy-master.html'     );
targetOption.options[i++] = new Option('SPCA MasterCard (Kitten)'          ,'/main_creditcard/creditcard_list/creditcard_charity-spcakitten-master.html'    );
targetOption.options[i++] = new Option('Sowers Action UnionPay Credit Card','/main_creditcard/creditcard_list/creditcard_charity-sowersaction-unionpay.html');
//    document.write("</OPTGROUP>");

//    document.write("<OPTGROUP LABEL='-- Study & Travel Series --'>");
targetOption.options[i++] = new Option('ISIC Visa Card','/main_creditcard/creditcard_list/creditcard_student-isic-visa.html');
targetOption.options[i++] = new Option('ITIC Visa Card','/main_creditcard/creditcard_list/creditcard_student-itic-visa.html');
targetOption.options[i++] = new Option('IYTC Visa Card','/main_creditcard/creditcard_list/creditcard_student-iytc-visa.html');
//    document.write("</OPTGROUP>");

//    document.write("<OPTGROUP LABEL='-- Other Series --'>");
targetOption.options[i++] = new Option('Hong Kong ShanDong Business Association MasterCard Privilege'     ,'/main_creditcard/creditcard_list/creditcard_other-shandong-master.html');
targetOption.options[i++] = new Option('GAMA Titanium MasterCard'                                         ,'/main_creditcard/creditcard_list/creditcard_other-gama-master.html'    );
targetOption.options[i++] = new Option('Hong Kong Hair & Beauty Merchants Association Titanium MasterCard','/main_creditcard/creditcard_list/creditcard_other-hkhbma-master.html'  );
//    document.write("</OPTGROUP>");

} 
