﻿     function getCountryCode(country){ 
     // get selected country
	 var countryCode;
	  if(country == "") countryCode = '';
     if(country == "Afghanistan") countryCode = '0093';
     if(country == "Ägypten") countryCode = '0020';
     if(country == "Albanien") countryCode = '00355';
     if(country == "Algerien") countryCode = '00213';
     if(country == "Andorra") countryCode = '00376';
     if(country == "Angola") countryCode = '00244';
     if(country == "Arabische Emirate") countryCode = '00971';
     if(country == "Argentinien") countryCode = '0054';
     if(country == "Armenien") countryCode = '00374';
     if(country == "Äthiopien") countryCode = '00251';
     if(country == "Australien") countryCode = '0061';
     if(country == "Bahamas") countryCode = '001242';
     if(country == "Bahrein") countryCode = '00973';
     if(country == "Bangladesch") countryCode = '00880';
     if(country == "Barbados") countryCode = '001246';
     if(country == "Belgien") countryCode = '0032';
     if(country == "Belize") countryCode = '00501';
     if(country == "Benin") countryCode = '00229';
     if(country == "Bermuda") countryCode = '001441';
     if(country == "Bolivien") countryCode = '00591';
     if(country == "Bosnien-Herzegowina") countryCode = '00387';
     if(country == "Brasilien") countryCode = '0055';
     if(country == "Brunei") countryCode = '00637';
     if(country == "Bulgarien") countryCode = '00359';
     if(country == "Burundi") countryCode = '00257';
     if(country == "Chile") countryCode = '0056';
     if(country == "China") countryCode = '0086';
     if(country == "Costa Rica") countryCode = '00506';
     if(country == "Dänemark") countryCode = '0045';
     if(country == "Demokr. Rep. Kongo") countryCode = '00243'; 
     if(country == "Deutschland") countryCode = '0049';
     if(country == "Dominikanische Rep.") countryCode = '001809';
     if(country == "England / GB") countryCode = '0044';
     if(country == "Ecuador") countryCode = '00593';
     if(country == "El Salvador") countryCode = '00503';
     if(country == "Estland") countryCode = '00372';
     if(country == "Finnland") countryCode = '00358';
     if(country == "Frankreich") countryCode = '0033';
     if(country == "Grenada") countryCode = '001473';
	 if(country == "Griechenland") countryCode = '0030';
     if(country == "Grönland") countryCode = '00299';
     if(country == "Grossbritannien") countryCode = '0044';
     if(country == "Guatemala") countryCode = '00502';
     if(country == "Haiti") countryCode = '00509';
     if(country == "Holland") countryCode = '0031';
     if(country == "Honduras") countryCode = '00504';
     if(country == "Hongkong") countryCode = '00852';
     if(country == "Indien") countryCode = '0091';
     if(country == "Indonesien") countryCode = '0062';
     if(country == "Irak") countryCode = '00964';
     if(country == "Iran") countryCode = '0098';
     if(country == "Irland") countryCode = '00353';
     if(country == "Island") countryCode = '00354';
     if(country == "Israel") countryCode = '00972';
     if(country == "Italien") countryCode = '0039';
     if(country == "Jamaika") countryCode = '001876';
     if(country == "Japan") countryCode = '0081';
     if(country == "Jugoslawien") countryCode = '00381';
     if(country == "Kamerun") countryCode = '00237';
     if(country == "Kanada") countryCode = '001';
     if(country == "Kanalinseln") countryCode = '0044';
     if(country == "Kenia") countryCode = '00254';
     if(country == "Kolumbien") countryCode = '0057';
     if(country == "Korea") countryCode = '0082';
     if(country == "Kroatien") countryCode = '00385';
     if(country == "Kuba") countryCode = '0053';
     if(country == "Kuwait") countryCode = '00965';
     if(country == "Liechtenstein") countryCode = '00423';
     if(country == "Litauen") countryCode = '00370';	 
     if(country == "Luxemburg") countryCode = '00352';
     if(country == "Madagaskar") countryCode = '00261';
     if(country == "Malaysia") countryCode = '0060';
     if(country == "Malediven") countryCode = '00960';
     if(country == "Malta") countryCode = '00356';
     if(country == "Marokko") countryCode = '00212';
     if(country == "Mauretanien") countryCode = '00222';
     if(country == "Mauritius") countryCode = '00230';
     if(country == "Mazedonien") countryCode = '00389';
     if(country == "Mongolei") countryCode = '00976';
     if(country == "Mosambik/Mocambique") countryCode = '00258';
     if(country == "Mexiko") countryCode = '0052';
     if(country == "Monaco") countryCode = '00377';
     if(country == "Mosambik") countryCode = '00258';
     if(country == "Nepal") countryCode = '00977';
     if(country == "Neuseeland") countryCode = '0064';
     if(country == "Nicaragua") countryCode = '00505';
     if(country == "Niederlande") countryCode = '0031';
     if(country == "Nigeria") countryCode = '00234';
	 if(country == "Nordirland") countryCode = '0044';
     if(country == "Nordirland") countryCode = '0047';
     if(country == "Österreich") countryCode = '0043';
     if(country == "Pakistan") countryCode = '0092';
     if(country == "Panama") countryCode = '00507';
     if(country == "Paraguay") countryCode = '00595';
     if(country == "Peru") countryCode = '0051';
     if(country == "Philippinen") countryCode = '0063';
     if(country == "Polen") countryCode = '0048';
     if(country == "Portugal") countryCode = '00351';
     if(country == "Puerto Rico") countryCode = '001787';
     if(country == "Rumänien") countryCode = '0040';
     if(country == "Russland (Föderat.)") countryCode = '007'; 
     if(country == "Saudi-Arabien") countryCode = '00966';
     if(country == "Schweden") countryCode = '0046';
     if(country == "Schweiz") countryCode = '0041';
     if(country == "Senegal") countryCode = '00221';
     if(country == "Serbien-Montenegro") countryCode = '00381';
     if(country == "Seychellen") countryCode = '00248';
     if(country == "Simbabwe") countryCode = '00263';
     if(country == "Singapur") countryCode = '0065';
     if(country == "Slowakei") countryCode = '00421'; 
     if(country == "Slowenien") countryCode = '00386';
     if(country == "Spanien") countryCode = '0034';
     if(country == "Sri Lanka") countryCode = '0094';
     if(country == "Südafrika") countryCode = '0027';
     if(country == "Sudan") countryCode = '00249';
     if(country == "Südkorea") countryCode = '0082';	 
     if(country == "Syrien") countryCode = '00963';
     if(country == "Taiwan") countryCode = '00886';
     if(country == "Tansania") countryCode = '00255';
     if(country == "Thailand") countryCode = '0066';
     if(country == "Tschad") countryCode = '00235';
     if(country == "Tschechien") countryCode = '00420';
     if(country == "Tunesien") countryCode = '00216';
     if(country == "Türkei") countryCode = '0090';
     if(country == "Uganda") countryCode = '00256';
     if(country == "Ukraine") countryCode = '00380';
     if(country == "Ungarn") countryCode = '0036';
     if(country == "Uruguay") countryCode = '00598';
     if(country == "USA") countryCode = '001';
     if(country == "Usbekistan") countryCode = '00998';
     if(country == "Vatikan Staat") countryCode = '00396';
     if(country == "Venezuela") countryCode = '0058';
     if(country == "Ver. Arabische Emirate") countryCode = '00971';
     if(country == "Vietnam") countryCode = '0084';
     if(country == "Weissrussland") countryCode = '00375';
     if(country == "Zypern") countryCode = '00357';

     $i("countryCode").value = countryCode;
     document.form1.countryCode.focus();
     }