function ChagePC(id,id2){ $('#'+id).attr('linkobj',id2); $('#'+id).change(function (){ products_catalog_key(id2,$(this).val(),document.getElementById($(this).attr('linkobj'))); }); } function products_catalog_key(id2,num,st) { var ctr=0;st.selectedIndex=0;st.empty; if( id2 == 'pcid'){st.options[0]=new Option("選擇國家","");ctr=ctr+1;} else if( id2 == 'cid'){st.options[0]=new Option("選擇城市","");ctr=ctr+1;} if(num=="0"){st.options[ctr]=new Option("歐  洲","63");ctr=ctr+1;} if(num=="0"){st.options[ctr]=new Option("亞  洲","70");ctr=ctr+1;} if(num=="0"){st.options[ctr]=new Option("美  洲","64");ctr=ctr+1;} if(num=="0"){st.options[ctr]=new Option("大 洋 洲","68");ctr=ctr+1;} if(num=="0"){st.options[ctr]=new Option("中東非洲","69");ctr=ctr+1;} if(num=="0"){st.options[ctr]=new Option("日本專館","67");ctr=ctr+1;} if(num=="0"){st.options[ctr]=new Option("郵輪假期","65");ctr=ctr+1;} if(num=="63"){st.options[ctr]=new Option("東南歐","75");ctr=ctr+1;} if(num=="63"){st.options[ctr]=new Option("東歐","122");ctr=ctr+1;} if(num=="63"){st.options[ctr]=new Option("葡萄牙","135");ctr=ctr+1;} if(num=="70"){st.options[ctr]=new Option("韓國","95");ctr=ctr+1;} if(num=="68"){st.options[ctr]=new Option("澳洲","90");ctr=ctr+1;} if(num=="68"){st.options[ctr]=new Option("紐西蘭","91");ctr=ctr+1;} if(num=="94"){st.options[ctr]=new Option("大阪","100");ctr=ctr+1;} if(num=="94"){st.options[ctr]=new Option("東京","101");ctr=ctr+1;} if(num=="94"){st.options[ctr]=new Option("九州","102");ctr=ctr+1;} if(num=="94"){st.options[ctr]=new Option("東北","111");ctr=ctr+1;} if(num=="70"){st.options[ctr]=new Option("中國","149");ctr=ctr+1;} if(num=="150"){st.options[ctr]=new Option("香港","151");ctr=ctr+1;} if(num=="94"){st.options[ctr]=new Option("中國","153");ctr=ctr+1;} if(num=="176"){st.options[ctr]=new Option("汶萊","177");ctr=ctr+1;} if(num=="176"){st.options[ctr]=new Option("馬來西亞","181");ctr=ctr+1;} if(num=="176"){st.options[ctr]=new Option("越南","191");ctr=ctr+1;} if(num=="65"){st.options[ctr]=new Option("MSC郵輪","192");ctr=ctr+1;} if(num=="69"){st.options[ctr]=new Option("摩洛哥","193");ctr=ctr+1;} if(num=="94"){st.options[ctr]=new Option("四國","194");ctr=ctr+1;} if(num=="176"){st.options[ctr]=new Option("泰國","195");ctr=ctr+1;} if(num=="94"){st.options[ctr]=new Option("北海道","196");ctr=ctr+1;} if(num=="94"){st.options[ctr]=new Option("北陸","197");ctr=ctr+1;} if(num=="94"){st.options[ctr]=new Option("沖繩","198");ctr=ctr+1;} if(num=="69"){st.options[ctr]=new Option("土耳其","199");ctr=ctr+1;} if(num=="63"){st.options[ctr]=new Option("冰島","200");ctr=ctr+1;} if(num=="94"){st.options[ctr]=new Option("新潟","201");ctr=ctr+1;} if(num=="64"){st.options[ctr]=new Option("北美洲","202");ctr=ctr+1;} if(num=="202"){st.options[ctr]=new Option("加拿大","203");ctr=ctr+1;} if(num=="67"){st.options[ctr]=new Option("北海道(新千歲.函館.旭川.帶廣)","205");ctr=ctr+1;} if(num=="67"){st.options[ctr]=new Option("東北(青森.仙台.花卷.秋田.新潟.山形)","206");ctr=ctr+1;} if(num=="67"){st.options[ctr]=new Option("關東(東京.橫濱.箱根.伊豆.靜岡.日光.輕井澤)","208");ctr=ctr+1;} if(num=="67"){st.options[ctr]=new Option("中部北陸(名古屋.小松.能登.富山.立山黑部)","210");ctr=ctr+1;} if(num=="67"){st.options[ctr]=new Option("關西(大阪.京都.神戶.奈良.南紀.三重)","209");ctr=ctr+1;} if(num=="67"){st.options[ctr]=new Option("中國(鳥取.島根.岡山.廣島.山口)","211");ctr=ctr+1;} if(num=="67"){st.options[ctr]=new Option("四國(德島.香川.愛媛.高知)","212");ctr=ctr+1;} if(num=="67"){st.options[ctr]=new Option("九州(福岡.宮崎.鹿兒島.熊本)","204");ctr=ctr+1;} if(num=="67"){st.options[ctr]=new Option("沖繩/琉球/久米島)","207");ctr=ctr+1;} if(num=="70"){st.options[ctr]=new Option("越南","213");ctr=ctr+1;} if(num=="63"){st.options[ctr]=new Option("北歐","214");ctr=ctr+1;} if(num=="70"){st.options[ctr]=new Option("西伯利亞+蒙古","215");ctr=ctr+1;} if(num=="65"){st.options[ctr]=new Option("Emerald 翡翠河輪","216");ctr=ctr+1;} st.length=ctr;$('#'+st.id).change(); }