// JScript 檔 SA_Update_97/11/10 = 606 

function getSelect()
{
	var x,y;
	if(document.all){
		x = document.all["CountryList"].options[document.all["CountryList"].selectedIndex];
		y = document.all["StateList"].options[document.all["StateList"].selectedIndex];
	}
	else{
		x = document.getElementById('CountryList').options[document.getElementById('CountryList').selectedIndex];
		y = document.getElementById('StateList').options[document.getElementById('StateList').selectedIndex];
	}
	alert(x.value);
}

function getState()
{
	var x,y;
	if(document.all){
		x = document.all["CountryList"].options[document.all["CountryList"].selectedIndex];
		y = document.all["StateList"];
	}
	else{
		x = document.getElementById('CountryList').options[document.getElementById('CountryList').selectedIndex];
		y = document.getElementById('StateList');
	}
	//alert(x.value);
if (x.value == 1){
y.length = 19;
y.selectedIndex = 0;
y.options[0].text="Cheju Island";
y.options[0].value="465";
y.options[1].text="Cheju-Do";
y.options[1].value="466";
y.options[2].text="Chungcheong";
y.options[2].value="467";
y.options[3].text="Chungcheongnam-do";
y.options[3].value="468";
y.options[4].text="Gangwon-do";
y.options[4].value="469";
y.options[5].text="Gyeonggi";
y.options[5].value="470";
y.options[6].text="Gyeonggi-do";
y.options[6].value="471";
y.options[7].text="Gyeongsan";
y.options[7].value="472";
y.options[8].text="Gyeongsangbuk-do";
y.options[8].value="473";
y.options[9].text="Gyeongsangnam-do";
y.options[9].value="474";
y.options[10].text="Incheon";
y.options[10].value="475";
y.options[11].text="Jeju Island";
y.options[11].value="476";
y.options[12].text="Jeju-do";
y.options[12].value="477";
y.options[13].text="Jeollanam-do";
y.options[13].value="478";
y.options[14].text="Kyonggi-do";
y.options[14].value="479";
y.options[15].text="Kyungsang-kum";
y.options[15].value="482";
y.options[16].text="Pusan";
y.options[16].value="484";
y.options[17].text="Sang Ku-Do";
y.options[17].value="485";
y.options[18].text="Seoul";
y.options[18].value="486";
}else if (x.value==2){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="Netherlands Antilles";
y.options[0].value="464";
}else if (x.value==3){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="Carribean";
y.options[0].value="463";
}else if (x.value==4){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="Carribean";
y.options[0].value="462";
}else if (x.value==5){
y.length = 4;
y.selectedIndex = 0;
y.options[0].text="Buenos Aires";
y.options[0].value="522";
y.options[1].text="Rio Negro";
y.options[1].value="660";
y.options[2].text="San Isidro";
y.options[2].value="707";
y.options[3].text="San Martin de los Andes";
y.options[3].value="593";
}else if (x.value==6){
y.length = 9;
y.selectedIndex = 0;
y.options[0].text="ACT";
y.options[0].value="534";
y.options[1].text="Canberra";
y.options[1].value="454";
y.options[2].text="New South Wales";
y.options[2].value="455";
y.options[3].text="Northern Territory";
y.options[3].value="456";
y.options[4].text="Queensland";
y.options[4].value="457";
y.options[5].text="South Australia";
y.options[5].value="458";
y.options[6].text="Tasmania";
y.options[6].value="459";
y.options[7].text="Victoria";
y.options[7].value="460";
y.options[8].text="Western Australia";
y.options[8].value="461";
}else if (x.value==7){
y.length = 20;
y.selectedIndex = 0;
y.options[0].text="Burgenland";
y.options[0].value="596";
y.options[1].text="Gai/Schardorf";
y.options[1].value="753";
y.options[2].text="Irdning";
y.options[2].value="730";
y.options[3].text="Kärnten";
y.options[3].value="499";
y.options[4].text="Lavant";
y.options[4].value="668";
y.options[5].text="Liezen";
y.options[5].value="729";
y.options[6].text="Lower Austria";
y.options[6].value="450";
y.options[7].text="Mondsee";
y.options[7].value="620";
y.options[8].text="Niederösterreich";
y.options[8].value="597";
y.options[9].text="Oberösterreich";
y.options[9].value="598";
y.options[10].text="Pischelsdorf am Engelbach";
y.options[10].value="726";
y.options[11].text="Salzburg";
y.options[11].value="599";
y.options[12].text="St. Florian";
y.options[12].value="695";
y.options[13].text="Steiermark";
y.options[13].value="600";
y.options[14].text="Tirol";
y.options[14].value="585";
y.options[15].text="Upper Austria";
y.options[15].value="528";
y.options[16].text="Vienna";
y.options[16].value="452";
y.options[17].text="Vorarlberg";
y.options[17].value="603";
y.options[18].text="Wien";
y.options[18].value="604";
y.options[19].text="";
y.options[19].value="449";
}else if (x.value==8){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="448";
}else if (x.value==9){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="447";
}else if (x.value==10){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="446";
}else if (x.value==11){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="445";
}else if (x.value==12){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="444";
}else if (x.value==13){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="443";
}else if (x.value==14){
y.length = 12;
y.selectedIndex = 0;
y.options[0].text="Alberta";
y.options[0].value="432";
y.options[1].text="British Columbia";
y.options[1].value="433";
y.options[2].text="Manitoba";
y.options[2].value="434";
y.options[3].text="New Brunswick";
y.options[3].value="435";
y.options[4].text="Newfoundland";
y.options[4].value="436";
y.options[5].text="Northwest Territories";
y.options[5].value="515";
y.options[6].text="Nova Scotia";
y.options[6].value="437";
y.options[7].text="Ontario";
y.options[7].value="438";
y.options[8].text="Prince Edward";
y.options[8].value="439";
y.options[9].text="Quebec";
y.options[9].value="440";
y.options[10].text="Saskatchewan";
y.options[10].value="441";
y.options[11].text="Yukon";
y.options[11].value="442";
}else if (x.value==15){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="431";
}else if (x.value==16){
y.length = 2;
y.selectedIndex = 0;
y.options[0].text="Santiago";
y.options[0].value="747";
y.options[1].text="";
y.options[1].value="691";
}else if (x.value==17){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="430";
}else if (x.value==18){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="429";
}else if (x.value==19){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="428";
}else if (x.value==20){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="427";
}else if (x.value==21){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="426";
}else if (x.value==22){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="425";
}else if (x.value==23){
y.length = 3;
y.selectedIndex = 0;
y.options[0].text="Cap Cana";
y.options[0].value="638";
y.options[1].text="Juan Dolio";
y.options[1].value="637";
y.options[2].text="";
y.options[2].value="424";
}else if (x.value==24){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="423";
}else if (x.value==25){
y.length = 2;
y.selectedIndex = 0;
y.options[0].text="Cairo";
y.options[0].value="741";
y.options[1].text="";
y.options[1].value="422";
}else if (x.value==26){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="421";
}else if (x.value==27){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="420";
}else if (x.value==28){
y.length = 29;
y.selectedIndex = 0;
y.options[0].text="Alsace";
y.options[0].value="398";
y.options[1].text="Aquitaine";
y.options[1].value="399";
y.options[2].text="Auvergne";
y.options[2].value="400";
y.options[3].text="Basse-Normandie";
y.options[3].value="401";
y.options[4].text="Bourgogne";
y.options[4].value="402";
y.options[5].text="Bretagne-";
y.options[5].value="403";
y.options[6].text="Centre";
y.options[6].value="404";
y.options[7].text="Champagne-Ardenne";
y.options[7].value="405";
y.options[8].text="Crecy la Chapelle";
y.options[8].value="701";
y.options[9].text="Digne-Les-Bains";
y.options[9].value="671";
y.options[10].text="Dom-Tom-";
y.options[10].value="406";
y.options[11].text="Franche-Comte";
y.options[11].value="407";
y.options[12].text="Haute-Normandie";
y.options[12].value="408";
y.options[13].text="Iledefrance";
y.options[13].value="409";
y.options[14].text="Languedoc-Roussillon";
y.options[14].value="410";
y.options[15].text="Limousin";
y.options[15].value="411";
y.options[16].text="Lorraine";
y.options[16].value="412";
y.options[17].text="Midipyrenees";
y.options[17].value="413";
y.options[18].text="Moëns";
y.options[18].value="661";

y.options[19].text="Nordpas-De-Calais";
y.options[19].value="414";
y.options[20].text="Paysdelaloire";
y.options[20].value="415";
y.options[21].text="Picardie";
y.options[21].value="416";
y.options[22].text="Poitou-Charentes";
y.options[22].value="417";
y.options[23].text="ProvencecotedAzur";
y.options[23].value="418";
y.options[24].text="Rhone-Alpes";
y.options[24].value="419";
y.options[25].text="Route du Golf";
y.options[25].value="667";
y.options[26].text="Saint Georges";
y.options[26].value="655";
y.options[27].text="Torcy";
y.options[27].value="626";
y.options[28].text="Autres";
y.options[28].value="614";
}else if (x.value==29){
y.length = 24;
y.selectedIndex = 0;
y.options[0].text="Baden-Württemberg";
y.options[0].value="384";
y.options[1].text="Bayern";
y.options[1].value="385";
y.options[2].text="Berlin";
y.options[2].value="529";
y.options[3].text="Berlin/Brandenburg";
y.options[3].value="386";
y.options[4].text="Brandenburg";
y.options[4].value="644";
y.options[5].text="Hamburg";
y.options[5].value="387";
y.options[6].text="Hessen";
y.options[6].value="388";
y.options[7].text="Hünfeld";
y.options[7].value="639";
y.options[8].text="Lietzenhof";
y.options[8].value="649";
y.options[9].text="Mecklenburg-Vorpommern";
y.options[9].value="389";
y.options[10].text="Niedersachsen / Bremen";
y.options[10].value="390";
y.options[11].text="Nordrhein-Westfalen";
y.options[11].value="391";
y.options[12].text="Ottobeuren";
y.options[12].value="640";
y.options[13].text="Postfach";
y.options[13].value="392";
y.options[14].text="Rheinland-Pfalz";
y.options[14].value="393";
y.options[15].text="Saarland";
y.options[15].value="611";
y.options[16].text="Sachsen";
y.options[16].value="394";
y.options[17].text="Sachsen-Anhalt";
y.options[17].value="395";
y.options[18].text="Sankt Oswald";
y.options[18].value="669";
y.options[19].text="Schleswig-Holstein";
y.options[19].value="396";
y.options[20].text="Sulfeld";
y.options[20].value="685";
y.options[21].text="Thuringen";
y.options[21].value="397";
y.options[22].text="Wallerfangen";
y.options[22].value="641";
y.options[23].text="Wiesmoor";
y.options[23].value="692";
}else if (x.value==30){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="382";
}else if (x.value==31){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="381";
}else if (x.value==32){
y.length = 5;
y.selectedIndex = 0;
y.options[0].text="Antigua";
y.options[0].value="588";
y.options[1].text="Ciudad de Guatemala";
y.options[1].value="527";
y.options[2].text="San José Pinula";
y.options[2].value="519";
y.options[3].text="Villa Nueva";
y.options[3].value="507";
y.options[4].text="";
y.options[4].value="380";
}else if (x.value==33){
y.length = 2;
y.selectedIndex = 0;
y.options[0].text="Lantau";
y.options[0].value="672";
y.options[1].text="";
y.options[1].value="379";
}else if (x.value==34){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="378";
}else if (x.value==35){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="377";
}else if (x.value==36){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="376";
}else if (x.value==37){
y.length = 12;
y.selectedIndex = 0;
y.options[0].text="Bali";
y.options[0].value="681";
y.options[1].text="Bintan Island";
y.options[1].value="615";
y.options[2].text="Jakarta Selatan";
y.options[2].value="680";
y.options[3].text="Jawa Barat";
y.options[3].value="679";
y.options[4].text="Kepulauan Riau";
y.options[4].value="589";
y.options[5].text="Medan";
y.options[5].value="619";
y.options[6].text="Nongsa";
y.options[6].value="530";
y.options[7].text="Pasuruan East Java";
y.options[7].value="698";
y.options[8].text="Pecatu";
y.options[8].value="673";
y.options[9].text="Pulau Batam";
y.options[9].value="595";
y.options[10].text="Surabaya";
y.options[10].value="697";
y.options[11].text="";
y.options[11].value="375";
}else if (x.value==38){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="374";
}else if (x.value==39){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="373";
}else if (x.value==40){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="372";
}else if (x.value==41){
y.length = 47;
y.selectedIndex = 0;
y.options[0].text="北海道";
y.options[0].value="573";
y.options[1].text="青森県";
y.options[1].value="575";
y.options[2].text="岩手県";
y.options[2].value="574";
y.options[3].text="宮城県";
y.options[3].value="577";
y.options[4].text="秋田県";
y.options[4].value="576";
y.options[5].text="山形県";
y.options[5].value="572";
y.options[6].text="福島県";
y.options[6].value="581";
y.options[7].text="茨城県";
y.options[7].value="578";
y.options[8].text="栃木県";
y.options[8].value="582";
y.options[9].text="群馬県";
y.options[9].value="580";
y.options[10].text="埼玉県";
y.options[10].value="579";
y.options[11].text="千葉県";
y.options[11].value="536";
y.options[12].text="東京都";
y.options[12].value="550";
y.options[13].text="神奈川県";
y.options[13].value="556";
y.options[14].text="山梨県";
y.options[14].value="540";
y.options[15].text="長野県";
y.options[15].value="552";
y.options[16].text="新潟県";
y.options[16].value="565";
y.options[17].text="富山県";
y.options[17].value="561";
y.options[18].text="石川県";
y.options[18].value="541";
y.options[19].text="福井県";
y.options[19].value="567";
y.options[20].text="岐阜県";
y.options[20].value="544";
y.options[21].text="静岡県";
y.options[21].value="571";
y.options[22].text="愛知県";
y.options[22].value="563";
y.options[23].text="三重県";
y.options[23].value="535";
y.options[24].text="滋賀県";
y.options[24].value="562";
y.options[25].text="京都府";
y.options[25].value="546";
y.options[26].text="大阪府";
y.options[26].value="538";
y.options[27].text="兵庫県";
y.options[27].value="543";
y.options[28].text="奈良県";
y.options[28].value="548";
y.options[29].text="和歌山県";
y.options[29].value="547";
y.options[30].text="鳥取県";
y.options[30].value="558";
y.options[31].text="島根県";
y.options[31].value="555";
y.options[32].text="岡山県";
y.options[32].value="549";
y.options[33].text="広島県";
y.options[33].value="569";
y.options[34].text="山口県";
y.options[34].value="539";
y.options[35].text="徳島県";
y.options[35].value="570";
y.options[36].text="香川県";
y.options[36].value="553";
y.options[37].text="愛媛県";
y.options[37].value="564";
y.options[38].text="高知県";
y.options[38].value="557";
y.options[39].text="福岡県";
y.options[39].value="568";
y.options[40].text="佐賀県";
y.options[40].value="542";
y.options[41].text="長崎県";
y.options[41].value="551";
y.options[42].text="熊本県";
y.options[42].value="566";
y.options[43].text="大分県";
y.options[43].value="537";
y.options[44].text="宮崎県";
y.options[44].value="554";
y.options[45].text="鹿児島";
y.options[45].value="559";
y.options[46].text="沖縄県";
y.options[46].value="545";
}else if (x.value==42){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="509";
}else if (x.value==43){
y.length = 6;
y.selectedIndex = 0;
y.options[0].text="Bandar Putra";
y.options[0].value="368";
y.options[1].text="Eastern Malaysia";
y.options[1].value="369";
y.options[2].text="Pahang";
y.options[2].value="505";
y.options[3].text="Sarawak";
y.options[3].value="627";
y.options[4].text="Western Malaysia";
y.options[4].value="370";
y.options[5].text="";
y.options[5].value="592";
}else if (x.value==44){
y.length = 26;
y.selectedIndex = 0;
y.options[0].text="Aguascalientes";
y.options[0].value="348";
y.options[1].text="Baja California";
y.options[1].value="349";
y.options[2].text="Baja California Sur";
y.options[2].value="350";
y.options[3].text="BCS";
y.options[3].value="351";
y.options[4].text="Chihuahua";
y.options[4].value="352";
y.options[5].text="Cocoyoc";
y.options[5].value="353";
y.options[6].text="Colima";
y.options[6].value="354";
y.options[7].text="Estado De Mexico";
y.options[7].value="355";
y.options[8].text="Guadalajara";
y.options[8].value="356";
y.options[9].text="Guanajuato";
y.options[9].value="357";
y.options[10].text="Guerrero";
y.options[10].value="358";
y.options[11].text="Guerro";
y.options[11].value="506";
y.options[12].text="Jalisco";
y.options[12].value="359";
y.options[13].text="Mazatlan";
y.options[13].value="498";
y.options[14].text="Mexico";
y.options[14].value="346";
y.options[15].text="Morelos";
y.options[15].value="347";
y.options[16].text="Nayarit";
y.options[16].value="360";
y.options[17].text="Nuevo Leon";
y.options[17].value="693";
y.options[18].text="Playa del Carmen";
y.options[18].value="361";
y.options[19].text="Puerto Vallarta";
y.options[19].value="362";
y.options[20].text="Quintana Roo";
y.options[20].value="363";
y.options[21].text="San Luis Potosí";
y.options[21].value="364";
y.options[22].text="Sonora";
y.options[22].value="365";
y.options[23].text="Tijuana";
y.options[23].value="366";
y.options[24].text="Zona Diamante";
y.options[24].value="367";
y.options[25].text="";
y.options[25].value="345";
}else if (x.value==45){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="344";
}else if (x.value==46){
y.length = 2;
y.selectedIndex = 0;
y.options[0].text="Appelscha";
y.options[0].value="740";
y.options[1].text="";
y.options[1].value="343";
}else if (x.value==47){
y.length = 17;
y.selectedIndex = 0;
y.options[0].text="Aorangi";
y.options[0].value="326";
y.options[1].text="Auckland";
y.options[1].value="327";
y.options[2].text="Bay of Plenty";
y.options[2].value="328";
y.options[3].text="Buller/Westland";
y.options[3].value="329";
y.options[4].text="Canterbury";
y.options[4].value="330";
y.options[5].text="Hawkes Bay";
y.options[5].value="331";
y.options[6].text="Manawatu/Wanganui";
y.options[6].value="332";
y.options[7].text="Marlborough";
y.options[7].value="333";
y.options[8].text="Nelson";
y.options[8].value="334";
y.options[9].text="North Harbour";
y.options[9].value="335";
y.options[10].text="Northland";
y.options[10].value="336";
y.options[11].text="Otago";
y.options[11].value="337";
y.options[12].text="Poverty Bay/East Coast";
y.options[12].value="338";
y.options[13].text="Southland";
y.options[13].value="339";
y.options[14].text="Taranaki";
y.options[14].value="340";
y.options[15].text="Waikato";
y.options[15].value="341";
y.options[16].text="Wellington";
y.options[16].value="342";
}else if (x.value==48){
y.length = 20;
y.selectedIndex = 0;
y.options[0].text="Akershus";
y.options[0].value="307";
y.options[1].text="Akershus/Oslo";
y.options[1].value="308";
y.options[2].text="Aust-Agder";
y.options[2].value="309";
y.options[3].text="Buskerud";
y.options[3].value="310";
y.options[4].text="Finnmark";
y.options[4].value="311";
y.options[5].text="Hedmark";
y.options[5].value="312";
y.options[6].text="Hordaland";
y.options[6].value="313";
y.options[7].text="Møre Og Romsdal";
y.options[7].value="314";
y.options[8].text="Nordland";
y.options[8].value="315";
y.options[9].text="Nord-Trøndelag";
y.options[9].value="316";
y.options[10].text="Oppland";
y.options[10].value="317";
y.options[11].text="Østfold";
y.options[11].value="318";
y.options[12].text="Rogaland";
y.options[12].value="319";
y.options[13].text="Sogn Og Fjordane";
y.options[13].value="320";
y.options[14].text="Sør-Trøndelag";
y.options[14].value="321";
y.options[15].text="Telemark";
y.options[15].value="322";
y.options[16].text="Troms";
y.options[16].value="323";
y.options[17].text="Vest-Agder";
y.options[17].value="324";
y.options[18].text="Vestfold";
y.options[18].value="325";
y.options[19].text="";
y.options[19].value="306";
}else if (x.value==49){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="305";
}else if (x.value==50){
y.length = 7;
y.selectedIndex = 0;
y.options[0].text="Islamabad";
y.options[0].value="298";
y.options[1].text="Karachi";
y.options[1].value="299";
y.options[2].text="Lahore";
y.options[2].value="300";
y.options[3].text="Peshawar";
y.options[3].value="301";
y.options[4].text="Punjab";
y.options[4].value="302";
y.options[5].text="Rawalpindi";
y.options[5].value="303";
y.options[6].text="Swat";
y.options[6].value="304";
}else if (x.value==51){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="297";
}else if (x.value==52){
y.length = 8;
y.selectedIndex = 0;
y.options[0].text="Almada";
y.options[0].value="732";
y.options[1].text="Benavente";
y.options[1].value="709";
y.options[2].text="Castro Marim";
y.options[2].value="659";
y.options[3].text="Lisboa";
y.options[3].value="731";
y.options[4].text="Obidos";
y.options[4].value="699";
y.options[5].text="Turcifal";
y.options[5].value="733";
y.options[6].text="Vilamoura";
y.options[6].value="645";
y.options[7].text="";
y.options[7].value="296";
}else if (x.value==53){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="Puerto Rico";
y.options[0].value="295";
}else if (x.value==54){
y.length = 40;
y.selectedIndex = 0;
y.options[0].text="Ashbourne";
y.options[0].value="267";
y.options[1].text="Carlow";
y.options[1].value="268";
y.options[2].text="Clare";
y.options[2].value="269";
y.options[3].text="Co Clare";
y.options[3].value="270";
y.options[4].text="Co Cork";
y.options[4].value="518";
y.options[5].text="Co. Donegal";
y.options[5].value="586";
y.options[6].text="Co. Kildare";
y.options[6].value="678";
y.options[7].text="Co. Meath";
y.options[7].value="686";
y.options[8].text="Co. Tipperary";
y.options[8].value="642";
y.options[9].text="Co. Westmeath";
y.options[9].value="271";
y.options[10].text="Cork";
y.options[10].value="272";
y.options[11].text="County Donegal";
y.options[11].value="663";
y.options[12].text="County Laois";
y.options[12].value="677";
y.options[13].text="County Louth";
y.options[13].value="273";
y.options[14].text="Donegal";
y.options[14].value="745";
y.options[15].text="Douglas";
y.options[15].value="497";
y.options[16].text="Dublin";
y.options[16].value="274";
y.options[17].text="Dunfanaghy";
y.options[17].value="665";
y.options[18].text="Fanad";
y.options[18].value="664";
y.options[19].text="Galway";
y.options[19].value="275";
y.options[20].text="Kerry";
y.options[20].value="276";
y.options[21].text="Kildare";
y.options[21].value="277";
y.options[22].text="Kilkenny";
y.options[22].value="278";
y.options[23].text="Laois";
y.options[23].value="279";
y.options[24].text="Leitrim";
y.options[24].value="280";
y.options[25].text="Limerick";
y.options[25].value="281";
y.options[26].text="Longford";
y.options[26].value="282";
y.options[27].text="Louth";
y.options[27].value="283";
y.options[28].text="Mayo";
y.options[28].value="284";
y.options[29].text="Meath";
y.options[29].value="285";
y.options[30].text="Navan";
y.options[30].value="500";
y.options[31].text="Offaly";
y.options[31].value="286";
y.options[32].text="Roscommon";
y.options[32].value="287";
y.options[33].text="Sligo";
y.options[33].value="288";
y.options[34].text="Tipperary";
y.options[34].value="289";
y.options[35].text="Waterford";
y.options[35].value="290";
y.options[36].text="Westmeath";
y.options[36].value="291";
y.options[37].text="Wexford";
y.options[37].value="292";
y.options[38].text="Wicklow";
y.options[38].value="293";
y.options[39].text="";
y.options[39].value="694";
}else if (x.value==55){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="266";
}else if (x.value==56){
y.length = 2;
y.selectedIndex = 0;
y.options[0].text="Breda";
y.options[0].value="687";
y.options[1].text="";
y.options[1].value="265";
}else if (x.value==57){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="264";
}else if (x.value==58){
y.length = 9;
y.selectedIndex = 0;
y.options[0].text="Eastern Cape";
y.options[0].value="255";
y.options[1].text="Free State";
y.options[1].value="736";
y.options[2].text="Gauteng";
y.options[2].value="734";
y.options[3].text="KwaZulu-Natal";
y.options[3].value="258";
y.options[4].text="Limpopo";
y.options[4].value="609";
y.options[5].text="Mpumalanga";
y.options[5].value="260";
y.options[6].text="North West";
y.options[6].value="735";
y.options[7].text="Northern Cape";
y.options[7].value="262";
y.options[8].text="Western Cape";
y.options[8].value="263";
}else if (x.value==59){
y.length = 70;
y.selectedIndex = 0;
y.options[0].text="Adanero";
y.options[0].value="744";
y.options[1].text="Alava";
y.options[1].value="204";
y.options[2].text="Albacete";
y.options[2].value="205";
y.options[3].text="Alicante";
y.options[3].value="206";
y.options[4].text="Almería";
y.options[4].value="207";
y.options[5].text="Andalucia";
y.options[5].value="608";
y.options[6].text="Asturias";
y.options[6].value="208";
y.options[7].text="Ávila";
y.options[7].value="209";
y.options[8].text="Badajoz";
y.options[8].value="210";
y.options[9].text="Balearen";
y.options[9].value="517";
y.options[10].text="Baleares";
y.options[10].value="754";
y.options[11].text="Barcelona";
y.options[11].value="211";
y.options[12].text="Benidorm";
y.options[12].value="670";
y.options[13].text="Biscay";
y.options[13].value="631";
y.options[14].text="Burgos";
y.options[14].value="212";
y.options[15].text="Cáceres";
y.options[15].value="213";
y.options[16].text="Cádiz";
y.options[16].value="214";
y.options[17].text="Canarias";
y.options[17].value="756";
y.options[18].text="Canary Islands";
y.options[18].value="605";
y.options[19].text="Cantabria";
y.options[19].value="215";
y.options[20].text="Castellón";
y.options[20].value="216";
y.options[21].text="Chiclana";
y.options[21].value="607";
y.options[22].text="Ciudad Real";
y.options[22].value="217";
y.options[23].text="Córdoba";
y.options[23].value="218";
y.options[24].text="Cuenca";
y.options[24].value="219";
y.options[25].text="Fuerteventura";
y.options[25].value="652";
y.options[26].text="Fueteventura";
y.options[26].value="606";
y.options[27].text="Gerona";
y.options[27].value="220";
y.options[28].text="Gran Canaria";
y.options[28].value="653";
y.options[29].text="Granada";
y.options[29].value="221";
y.options[30].text="Guadalajara";
y.options[30].value="222";
y.options[31].text="Guipcoa";
y.options[31].value="223";
y.options[32].text="Huelva";
y.options[32].value="224";
y.options[33].text="Huesca";
y.options[33].value="225";
y.options[34].text="Ibiza";
y.options[34].value="226";
y.options[35].text="Is.Canarias";
y.options[35].value="739";
y.options[36].text="Jaen";
y.options[36].value="227";
y.options[37].text="La Coruña";
y.options[37].value="228";
y.options[38].text="La Rioja";
y.options[38].value="229";
y.options[39].text="Las Palmas";
y.options[39].value="230";
y.options[40].text="León";
y.options[40].value="231";
y.options[41].text="Lerida";
y.options[41].value="232";
y.options[42].text="Lugo";
y.options[42].value="233";
y.options[43].text="Madrid";
y.options[43].value="234";
y.options[44].text="Malaga";
y.options[44].value="755";
y.options[45].text="Málaga";
y.options[45].value="235";
y.options[46].text="Mallorca";
y.options[46].value="236";
y.options[47].text="Mazarrón";
y.options[47].value="748";
y.options[48].text="Menorca";
y.options[48].value="237";
y.options[49].text="Mijas Costa";
y.options[49].value="591";
y.options[50].text="Murcia";
y.options[50].value="238";
y.options[51].text="Navarra";
y.options[51].value="239";
y.options[52].text="Orense";
y.options[52].value="240";
y.options[53].text="Palencia";
y.options[53].value="241";
y.options[54].text="Pontevedra";
y.options[54].value="242";
y.options[55].text="Salamanca";
y.options[55].value="243";
y.options[56].text="Saldaña de Burgos";
y.options[56].value="654";
y.options[57].text="Santa Cruz de Tenerife";
y.options[57].value="244";
y.options[58].text="Segovia";
y.options[58].value="245";
y.options[59].text="Sevilla";
y.options[59].value="246";
y.options[60].text="Soria";
y.options[60].value="247";
y.options[61].text="Tarragona";
y.options[61].value="248";
y.options[62].text="Tenerife";
y.options[62].value="630";
y.options[63].text="Toledo";
y.options[63].value="249";
y.options[64].text="Valencia";
y.options[64].value="250";
y.options[65].text="Valladolid";
y.options[65].value="251";
y.options[66].text="Vizcaya";
y.options[66].value="252";
y.options[67].text="Zamora";
y.options[67].value="253";
y.options[68].text="Zaragoza";
y.options[68].value="254";
y.options[69].text="";
y.options[69].value="203";
}else if (x.value==60){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="202";
}else if (x.value==61){
y.length = 5;
y.selectedIndex = 0;
y.options[0].text="Breil/Brigels";
y.options[0].value="752";
y.options[1].text="Gams";
y.options[1].value="749";
y.options[2].text="Münchenbuchsee";
y.options[2].value="750";
y.options[3].text="Schönenberg";
y.options[3].value="751";
y.options[4].text="";
y.options[4].value="201";
}else if (x.value==62){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="200";
}else if (x.value==63){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="199";
}else if (x.value==64){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="198";
}else if (x.value==70){
y.length = 5;
y.selectedIndex = 0;
y.options[0].text="Alain";
y.options[0].value="662";
y.options[1].text="Dubai";
y.options[1].value="617";
y.options[2].text="Qatar";
y.options[2].value="612";
y.options[3].text="Sharjah";
y.options[3].value="618";
y.options[4].text="";
y.options[4].value="54";
}else if (x.value==71){
y.length = 53;
y.selectedIndex = 0;
y.options[0].text="Alabama";
y.options[0].value="1";
y.options[1].text="Alaska";
y.options[1].value="2";
y.options[2].text="Arizona";
y.options[2].value="3";
y.options[3].text="Arkansas";
y.options[3].value="4";
y.options[4].text="California";
y.options[4].value="5";
y.options[5].text="Colorado";
y.options[5].value="6";
y.options[6].text="Connecticut";
y.options[6].value="7";
y.options[7].text="Delaware";
y.options[7].value="9";
y.options[8].text="District of Columbia";
y.options[8].value="8";
y.options[9].text="Florida";
y.options[9].value="10";
y.options[10].text="Georgia";
y.options[10].value="11";
y.options[11].text="Guam";
y.options[11].value="12";
y.options[12].text="Hawaii";
y.options[12].value="13";
y.options[13].text="Idaho";
y.options[13].value="14";
y.options[14].text="Illinois";
y.options[14].value="15";
y.options[15].text="Indiana";
y.options[15].value="16";
y.options[16].text="Iowa";
y.options[16].value="17";
y.options[17].text="Kansas";
y.options[17].value="18";
y.options[18].text="Kentucky";
y.options[18].value="19";
y.options[19].text="Louisiana";
y.options[19].value="20";
y.options[20].text="Maine";
y.options[20].value="21";
y.options[21].text="Maryland";
y.options[21].value="22";
y.options[22].text="Massachusetts";
y.options[22].value="23";
y.options[23].text="Michigan";
y.options[23].value="24";
y.options[24].text="Minnesota";
y.options[24].value="25";
y.options[25].text="Mississippi";
y.options[25].value="26";
y.options[26].text="Missouri";
y.options[26].value="27";
y.options[27].text="Montana";
y.options[27].value="28";
y.options[28].text="Nebraska";
y.options[28].value="29";
y.options[29].text="Nevada";
y.options[29].value="30";
y.options[30].text="New Hampshire";
y.options[30].value="31";
y.options[31].text="New Jersey";
y.options[31].value="32";
y.options[32].text="New Mexico";
y.options[32].value="33";
y.options[33].text="New York";
y.options[33].value="34";
y.options[34].text="North Carolina";
y.options[34].value="35";
y.options[35].text="North Dakota";
y.options[35].value="36";
y.options[36].text="Ohio";
y.options[36].value="37";
y.options[37].text="Oklahoma";
y.options[37].value="38";
y.options[38].text="Oregon";
y.options[38].value="39";
y.options[39].text="Pennsylvania";
y.options[39].value="40";
y.options[40].text="Rhode Island";
y.options[40].value="41";
y.options[41].text="South Carolina";
y.options[41].value="42";
y.options[42].text="South Dakota";
y.options[42].value="43";
y.options[43].text="Tennessee";
y.options[43].value="44";
y.options[44].text="Texas";
y.options[44].value="45";
y.options[45].text="Utah";
y.options[45].value="46";
y.options[46].text="Vermont";
y.options[46].value="47";
y.options[47].text="Virgia Island";
y.options[47].value="49";
y.options[48].text="Virginia";
y.options[48].value="48";
y.options[49].text="Washington";
y.options[49].value="50";
y.options[50].text="West Virginia";
y.options[50].value="51";
y.options[51].text="Wisconsin";
y.options[51].value="52";
y.options[52].text="Wyoming";
y.options[52].value="53";
}else if (x.value==72){
y.length = 2;
y.selectedIndex = 0;
y.options[0].text="Punta del Este";
y.options[0].value="583";
y.options[1].text="";
y.options[1].value="513";
}else if (x.value==73){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="491";
}else if (x.value==74){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="490";
}else if (x.value==75){
y.length = 3;
y.selectedIndex = 0;
y.options[0].text="Pomiechówek";
y.options[0].value="682";
y.options[1].text="Wisznia Mala";
y.options[1].value="683";
y.options[2].text="";
y.options[2].value="489";
}else if (x.value==76){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="Poste de Flacq";
y.options[0].value="488";
}else if (x.value==77){
y.length = 2;
y.selectedIndex = 0;
y.options[0].text="Mutare";
y.options[0].value="689";
y.options[1].text="";
y.options[1].value="487";
}else if (x.value==78){
y.length = 7;
y.selectedIndex = 0;
y.options[0].text="Aruba";
y.options[0].value="650";
y.options[1].text="Caribbean";
y.options[1].value="492";
y.options[2].text="Carribean";
y.options[2].value="494";
y.options[3].text="Jamaica";
y.options[3].value="495";
y.options[4].text="Netherlands Antilles";
y.options[4].value="493";
y.options[5].text="Seychelles";
y.options[5].value="643";
y.options[6].text="Tobago";
y.options[6].value="746";
}else if (x.value==79){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="Marsa";
y.options[0].value="496";
}else if (x.value==80){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="510";
}else if (x.value==81){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="511";
}else if (x.value==82){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="512";
}else if (x.value==83){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="520";
}else if (x.value==84){
y.length = 2;
y.selectedIndex = 0;
y.options[0].text="Caicos Islands";
y.options[0].value="646";
y.options[1].text="Grand Cayman";
y.options[1].value="521";
}else if (x.value==88){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="590";
}else if (x.value==89){
y.length = 2;
y.selectedIndex = 0;
y.options[0].text="Rio Hato";
y.options[0].value="623";
y.options[1].text="";
y.options[1].value="621";
}else if (x.value==90){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="622";
}else if (x.value==91){
y.length = 3;
y.selectedIndex = 0;
y.options[0].text="Hammamet";
y.options[0].value="648";
y.options[1].text="Port El Kantaoui";
y.options[1].value="625";
y.options[2].text="";
y.options[2].value="624";
}else if (x.value==95){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="628";
}else if (x.value==98){
y.length = 144;
y.selectedIndex = 0;
y.options[0].text="Channel Islands-Guernsey";
y.options[0].value="196";
y.options[1].text="Channel Islands-Jersey";
y.options[1].value="197";
y.options[2].text="England-Aviemore";
y.options[2].value="696";
y.options[3].text="England-Avon";
y.options[3].value="134";
y.options[4].text="England-Bedfordshire";
y.options[4].value="135";
y.options[5].text="England-Berkshire";
y.options[5].value="136";
y.options[6].text="England-Bradford-on-Avon";
y.options[6].value="137";
y.options[7].text="England-Bristol";
y.options[7].value="138";
y.options[8].text="England-Buckinghamshire";
y.options[8].value="139";
y.options[9].text="England-Cambridge";
y.options[9].value="688";
y.options[10].text="England-Cambridgeshire";
y.options[10].value="140";
y.options[11].text="England-Cheshire";
y.options[11].value="141";
y.options[12].text="England-Cleveland";
y.options[12].value="142";
y.options[13].text="England-Co Durham";
y.options[13].value="143";
y.options[14].text="England-Cornwall";
y.options[14].value="144";
y.options[15].text="England-County Durham";
y.options[15].value="145";
y.options[16].text="England-Cumbria";
y.options[16].value="146";
y.options[17].text="England-Derbyshire";
y.options[17].value="147";
y.options[18].text="England-Devon";
y.options[18].value="148";
y.options[19].text="England-Dorset";
y.options[19].value="149";
y.options[20].text="England-East Lothian";
y.options[20].value="150";
y.options[21].text="England-East Sussex";
y.options[21].value="151";
y.options[22].text="England-East Yorkshire";
y.options[22].value="152";
y.options[23].text="England-East Yourkshire";
y.options[23].value="153";
y.options[24].text="England-Essex";
y.options[24].value="154";
y.options[25].text="England-Flaxton";
y.options[25].value="738";
y.options[26].text="England-Gloucestershire";
y.options[26].value="155";
y.options[27].text="England-Greater London";
y.options[27].value="156";
y.options[28].text="England-Hampshire";
y.options[28].value="157";
y.options[29].text="England-Herefordshire";
y.options[29].value="158";
y.options[30].text="England-Hertfordshire";
y.options[30].value="159";
y.options[31].text="England-Herts";
y.options[31].value="160";
y.options[32].text="England-Isle of Man";
y.options[32].value="161";
y.options[33].text="England-Isle of Wight";
y.options[33].value="162";
y.options[34].text="England-Isles of Scilly";
y.options[34].value="163";
y.options[35].text="England-Jersey";
y.options[35].value="656";
y.options[36].text="England-Kent";
y.options[36].value="164";
y.options[37].text="England-Lancashire";
y.options[37].value="165";
y.options[38].text="England-Leicestershire";
y.options[38].value="166";
y.options[39].text="England-Lincoln";
y.options[39].value="743";
y.options[40].text="England-Lincolnshire";
y.options[40].value="167";
y.options[41].text="England-Liverpool";
y.options[41].value="702";
y.options[42].text="England-London";
y.options[42].value="168";
y.options[43].text="England-Manchester";
y.options[43].value="169";
y.options[44].text="England-Merseyside";
y.options[44].value="170";
y.options[45].text="England-Middlesex";
y.options[45].value="171";
y.options[46].text="England-Near Oldham";
y.options[46].value="172";
y.options[47].text="England-Norfolk";
y.options[47].value="173";
y.options[48].text="England-North Humberside";
y.options[48].value="174";
y.options[49].text="England-North Lanarkshire";
y.options[49].value="175";
y.options[50].text="England-North Lanarkshire";
y.options[50].value="657";
y.options[51].text="England-North Lincolnshire";
y.options[51].value="742";
y.options[52].text="England-North Yorkshire";
y.options[52].value="176";
y.options[53].text="England-Northamptonshire";
y.options[53].value="177";
y.options[54].text="England-Northants";
y.options[54].value="516";
y.options[55].text="England-Northumberland";
y.options[55].value="178";
y.options[56].text="England-Nottinghamshire";
y.options[56].value="179";
y.options[57].text="England-Nr Lincoln";
y.options[57].value="180";
y.options[58].text="England-Oakham";
y.options[58].value="674";
y.options[59].text="England-Oxfordshire";
y.options[59].value="181";
y.options[60].text="England-Shropshire";
y.options[60].value="182";
y.options[61].text="England-Somerset";
y.options[61].value="183";
y.options[62].text="England-South Humberside";
y.options[62].value="184";
y.options[63].text="England-South Yorkshire";
y.options[63].value="185";
y.options[64].text="England-Staffordshire";
y.options[64].value="186";
y.options[65].text="England-Suffolk";
y.options[65].value="187";
y.options[66].text="England-Surrey";
y.options[66].value="188";
y.options[67].text="England-Tyne and Wear";
y.options[67].value="189";
y.options[68].text="England-Warwickshire";
y.options[68].value="190";
y.options[69].text="England-West Midlands";
y.options[69].value="191";
y.options[70].text="England-West Sussex";
y.options[70].value="192";
y.options[71].text="England-West Yorkshire";
y.options[71].value="193";
y.options[72].text="England-Wiltshire";
y.options[72].value="194";
y.options[73].text="England-Worcestershire";
y.options[73].value="195";
y.options[74].text="Scotland-Aberdeenshire";
y.options[74].value="73";
y.options[75].text="Scotland-Angus";
y.options[75].value="74";
y.options[76].text="Scotland-Argyll";
y.options[76].value="75";
y.options[77].text="Scotland-Ayrshire";
y.options[77].value="76";
y.options[78].text="Scotland-Banffshire";
y.options[78].value="77";
y.options[79].text="Scotland-Berwickshire";
y.options[79].value="78";
y.options[80].text="Scotland-Caithness";
y.options[80].value="79";
y.options[81].text="Scotland-Clackmannanshire";
y.options[81].value="80";
y.options[82].text="Scotland-Dumfries and Galloway";
y.options[82].value="81";
y.options[83].text="Scotland-Dumfriesshire";
y.options[83].value="82";
y.options[84].text="Scotland-Dunbartonshire";
y.options[84].value="83";
y.options[85].text="Scotland-East Lothian";
y.options[85].value="84";
y.options[86].text="Scotland-Fife";
y.options[86].value="85";
y.options[87].text="Scotland-Inverness";
y.options[87].value="728";
y.options[88].text="Scotland-Inverness-Shire";
y.options[88].value="86";
y.options[89].text="Scotland-Irvine";
y.options[89].value="675";
y.options[90].text="Scotland-Isle of Arran";
y.options[90].value="87";
y.options[91].text="Scotland-Isle Of Barra";
y.options[91].value="88";
y.options[92].text="Scotland-Isle of Bute";
y.options[92].value="89";
y.options[93].text="Scotland-Isle of Colonsay";
y.options[93].value="90";
y.options[94].text="Scotland-Isle of Cumbrae";
y.options[94].value="91";
y.options[95].text="Scotland-Isle of Gigha";
y.options[95].value="92";
y.options[96].text="Scotland-Isle of Harris";
y.options[96].value="93";
y.options[97].text="Scotland-Isle of Islay";
y.options[97].value="94";
y.options[98].text="Scotland-Isle of Lewis";
y.options[98].value="95";
y.options[99].text="Scotland-Isle of Mull";
y.options[99].value="96";
y.options[100].text="Scotland-Isle of Skye";
y.options[100].value="97";
y.options[101].text="Scotland-Isle of Tiree";
y.options[101].value="98";
y.options[102].text="Scotland-Kincardineshire";
y.options[102].value="99";
y.options[103].text="Scotland-Kinross";
y.options[103].value="676";
y.options[104].text="Scotland-Kirkcudbrightshire";
y.options[104].value="100";
y.options[105].text="Scotland-Lanarkshire";
y.options[105].value="101";
y.options[106].text="Scotland-Lothian";
y.options[106].value="102";
y.options[107].text="Scotland-Midlothian";
y.options[107].value="103";
y.options[108].text="Scotland-Morayshire";
y.options[108].value="104";
y.options[109].text="Scotland-Orkney";
y.options[109].value="105";
y.options[110].text="Scotland-Orkney Islands";
y.options[110].value="106";
y.options[111].text="Scotland-Peeblesshire";
y.options[111].value="107";
y.options[112].text="Scotland-Perth";
y.options[112].value="108";
y.options[113].text="Scotland-Perthshire";
y.options[113].value="109";
y.options[114].text="Scotland-Porterhead";
y.options[114].value="666";
y.options[115].text="Scotland-Renfrewshire";
y.options[115].value="110";
y.options[116].text="Scotland-Ross-Shire";
y.options[116].value="111";
y.options[117].text="Scotland-Roxburghshire";
y.options[117].value="112";
y.options[118].text="Scotland-Selkirkshire";
y.options[118].value="113";
y.options[119].text="Scotland-Shetland Islands";
y.options[119].value="114";
y.options[120].text="Scotland-Stirlingshire";
y.options[120].value="115";
y.options[121].text="Scotland-Sutherland";
y.options[121].value="116";
y.options[122].text="Scotland-Tayside";
y.options[122].value="117";
y.options[123].text="Scotland-West Lothian";
y.options[123].value="118";
y.options[124].text="Scotland-Wigtownshire";
y.options[124].value="119";
y.options[125].text="Wales-Anglesey";
y.options[125].value="55";
y.options[126].text="Wales-Cambridgeshire";
y.options[126].value="56";
y.options[127].text="Wales-Carmarthernshire";
y.options[127].value="658";
y.options[128].text="Wales-Ceredigion";
y.options[128].value="57";
y.options[129].text="Wales-Clwyd";
y.options[129].value="58";
y.options[130].text="Wales-Conwy";
y.options[130].value="59";
y.options[131].text="Wales-Cumbria";
y.options[131].value="60";
y.options[132].text="Wales-Denbighshire";
y.options[132].value="61";
y.options[133].text="Wales-Dyfed";
y.options[133].value="62";
y.options[134].text="Wales-Ffestiniog";
y.options[134].value="63";
y.options[135].text="Wales-Flintshire";
y.options[135].value="64";
y.options[136].text="Wales-Gwent";
y.options[136].value="65";
y.options[137].text="Wales-Gwynedd";
y.options[137].value="66";
y.options[138].text="Wales-Mid Glamorgan";
y.options[138].value="67";
y.options[139].text="Wales-Monmouthshire";
y.options[139].value="68";
y.options[140].text="Wales-Pembrokeshire";
y.options[140].value="69";
y.options[141].text="Wales-Powys";
y.options[141].value="70";
y.options[142].text="Wales-South Glamorgan";
y.options[142].value="71";
y.options[143].text="Wales-West Glamorgan";
y.options[143].value="72";
}else if (x.value==99){
y.length = 2;
y.selectedIndex = 0;
y.options[0].text="Swakopmund";
y.options[0].value="708";
y.options[1].text="Windhoek";
y.options[1].value="647";
}else if (x.value==100){
y.length = 14;
y.selectedIndex = 0;
y.options[0].text="Co Antrim";
y.options[0].value="120";
y.options[1].text="Co Armagh";
y.options[1].value="121";
y.options[2].text="Co Down";
y.options[2].value="122";
y.options[3].text="Co Fermanagh";
y.options[3].value="123";
y.options[4].text="Co Londonderry";
y.options[4].value="124";
y.options[5].text="Co Tyrone";
y.options[5].value="125";
y.options[6].text="County Antrim";
y.options[6].value="126";
y.options[7].text="County Armagh";
y.options[7].value="127";
y.options[8].text="County Derry";
y.options[8].value="128";
y.options[9].text="County Donegal";
y.options[9].value="129";
y.options[10].text="County Down";
y.options[10].value="130";
y.options[11].text="County Limavady";
y.options[11].value="131";
y.options[12].text="County Londonderry";
y.options[12].value="132";
y.options[13].text="Londonderry";
y.options[13].value="133";
}else if (x.value==101){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="Gaborone";
y.options[0].value="690";
}else if(x.value=="107"){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="Nagaparou";
y.options[0].value="818";
}else if (x.value==117){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="737";
}else if(x.value==118){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="759";
}else if(x.value==120){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="";
y.options[0].value="791";
}else if(x.value==121){
y.length = 5;
y.selectedIndex = 0;
y.options[0].text="Bernolákovo";
y.options[0].value="796";
y.options[1].text="Brezno";
y.options[1].value="794";
y.options[2].text="Dunajská Streda";
y.options[2].value="793";
y.options[3].text="Malacky";
y.options[3].value="792";
y.options[4].text="Veľká Lomnica";
y.options[4].value="795";
}else if(x.value==122){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="Managua";
y.options[0].value="797";
}else if(x.value==123){
y.length = 1;
y.selectedIndex = 0;
y.options[0].text="South Coast";
y.options[0].value="802";
}else if(x.value==125){
y.length = 2;
y.selectedIndex = 0;
y.options[0].text="Aruba";
y.options[0].value="804";
y.options[1].text="Caribbean";
y.options[1].value="805";
}
}