function displayCountryName(countryID)
{
	var myCountry = arrayCountry();

	for (i=0; i<myCountry.length; i++)
	{
		if (myCountry[i][0] == countryID)
		{
			document.write (myCountry[i][1]);
			break;
		}
	}	
}

function generateCountries(selected)
{
	var myCountry = arrayCountry();

	for (i=0; i<myCountry.length; i++)
	{
		document.write ("<option value='" + myCountry[i][0] + "'")
		
		if (myCountry[i][0]==selected)
		{
			document.write (" selected='true'");
		}

		document.write (">" + myCountry[i][1] + "</option>");
	}	
}

function arrayCountry()
{
	var country = new Array(237);

	for (i=0; i<237; i++)
	{
		country[i] = new Array(2);
	}

	country[0][0] = "AF";
	country[0][1] = "Afghanistan";
	country[1][0] = "AL";
	country[1][1] = "Albania";
	country[2][0] = "DZ";
	country[2][1] = "Algeria";
	country[3][0] = "AS";
	country[3][1] = "American Samoa";
	country[4][0] = "AD";
	country[4][1] = "Andorra";
	country[5][0] = "AO";
	country[5][1] = "Angola";
	country[6][0] = "AI";
	country[6][1] = "Anguilla";
	country[7][0] = "AQ";
	country[7][1] = "Antarctica";
	country[8][0] = "AG";
	country[8][1] = "Antigua And Barbuda";
	country[9][0] = "AR";
	country[9][1] = "Argentina";
	country[10][0] = "AM";
	country[10][1] = "Armenia";
	country[11][0] = "AW";
	country[11][1] = "Aruba";
	country[12][0] = "AU";
	country[12][1] = "Australia";
	country[13][0] = "AT";
	country[13][1] = "Austria";
	country[14][0] = "AZ";
	country[14][1] = "Azerbaijan";
	country[15][0] = "BS";
	country[15][1] = "Bahamas";
	country[16][0] = "BH";
	country[16][1] = "Bahrain";
	country[17][0] = "BD";
	country[17][1] = "Bangladesh";
	country[18][0] = "BB";
	country[18][1] = "Barbados";
	country[19][0] = "BY";
	country[19][1] = "Belarus";
	country[20][0] = "BE";
	country[20][1] = "Belgium";
	country[21][0] = "BZ";
	country[21][1] = "Belize";
	country[22][0] = "BJ";
	country[22][1] = "Benin";
	country[23][0] = "BM";
	country[23][1] = "Bermuda";
	country[24][0] = "BT";
	country[24][1] = "Bhutan";
	country[25][0] = "BO";
	country[25][1] = "Bolivia";
	country[26][0] = "BA";
	country[26][1] = "Bosnia and Herzegovina";
	country[27][0] = "BW";
	country[27][1] = "Botswana";
	country[28][0] = "BV";
	country[28][1] = "Bouvet Island";
	country[29][0] = "BR";
	country[29][1] = "Brazil";
	country[30][0] = "IO";
	country[30][1] = "British Indian Ocean Territory";
	country[31][0] = "BN";
	country[31][1] = "Brunei";
	country[32][0] = "BG";
	country[32][1] = "Bulgaria";
	country[33][0] = "BF";
	country[33][1] = "Burkina Faso";
	country[34][0] = "BI";
	country[34][1] = "Burundi";
	country[35][0] = "KH";
	country[35][1] = "Cambodia";
	country[36][0] = "CM";
	country[36][1] = "Cameroon";
	country[37][0] = "CA";
	country[37][1] = "Canada";
	country[38][0] = "CV";
	country[38][1] = "Cape Verde";
	country[39][0] = "KY";
	country[39][1] = "Cayman Islands";
	country[40][0] = "CF";
	country[40][1] = "Central African Republic";
	country[41][0] = "TD";
	country[41][1] = "Chad";
	country[42][0] = "CL";
	country[42][1] = "Chile";
	country[43][0] = "CN";
	country[43][1] = "China";
	country[44][0] = "CX";
	country[44][1] = "Christmas Island";
	country[45][0] = "CC";
	country[45][1] = "Cocos (Keeling) Islands";
	country[46][0] = "CO";
	country[46][1] = "Colombia";
	country[47][0] = "KM";
	country[47][1] = "Comoros";
	country[48][0] = "CG";
	country[48][1] = "Congo";
	country[49][0] = "CD";
	country[49][1] = "Congo, Democractic Republic of the";
	country[50][0] = "CK";
	country[50][1] = "Cook Islands";
	country[51][0] = "CR";
	country[51][1] = "Costa Rica";
	country[52][0] = "CI";
	country[52][1] = "Cote D'Ivoire (Ivory Coast)";
	country[53][0] = "HR";
	country[53][1] = "Croatia (Hrvatska)";
	country[54][0] = "CU";
	country[54][1] = "Cuba";
	country[55][0] = "CY";
	country[55][1] = "Cyprus";
	country[56][0] = "CZ";
	country[56][1] = "Czech Republic";
	country[57][0] = "DK";
	country[57][1] = "Denmark";
	country[58][0] = "DJ";
	country[58][1] = "Djibouti";
	country[59][0] = "DM";
	country[59][1] = "Dominica";
	country[60][0] = "DO";
	country[60][1] = "Dominican Republic";
	country[61][0] = "TP";
	country[61][1] = "East Timor";
	country[62][0] = "EC";
	country[62][1] = "Ecuador";
	country[63][0] = "EG";
	country[63][1] = "Egypt";
	country[64][0] = "SV";
	country[64][1] = "El Salvador";
	country[65][0] = "GQ";
	country[65][1] = "Equatorial Guinea";
	country[66][0] = "ER";
	country[66][1] = "Eritrea";
	country[67][0] = "EE";
	country[67][1] = "Estonia";
	country[68][0] = "ET";
	country[68][1] = "Ethiopia";
	country[69][0] = "FK";
	country[69][1] = "Falkland Islands (Islas Malvinas)";
	country[70][0] = "FO";
	country[70][1] = "Faroe Islands";
	country[71][0] = "FJ";
	country[71][1] = "Fiji Islands";
	country[72][0] = "FI";
	country[72][1] = "Finland";
	country[73][0] = "FR";
	country[73][1] = "France";
	country[74][0] = "GF";
	country[74][1] = "French Guiana";
	country[75][0] = "PF";
	country[75][1] = "French Polynesia";
	country[76][0] = "TF";
	country[76][1] = "French Southern Territories";
	country[77][0] = "GA";
	country[77][1] = "Gabon";
	country[78][0] = "GM";
	country[78][1] = "Gambia";
	country[79][0] = "GE";
	country[79][1] = "Georgia";
	country[80][0] = "DE";
	country[80][1] = "Germany";
	country[81][0] = "GH";
	country[81][1] = "Ghana";
	country[82][0] = "GI";
	country[82][1] = "Gibraltar";
	country[83][0] = "GR";
	country[83][1] = "Greece";
	country[84][0] = "GL";
	country[84][1] = "Greenland";
	country[85][0] = "GD";
	country[85][1] = "Grenada";
	country[86][0] = "GP";
	country[86][1] = "Guadeloupe";
	country[87][0] = "GU";
	country[87][1] = "Guam";
	country[88][0] = "GT";
	country[88][1] = "Guatemala";
	country[89][0] = "GN";
	country[89][1] = "Guinea";
	country[90][0] = "GW";
	country[90][1] = "Guinea-Bissau";
	country[91][0] = "GY";
	country[91][1] = "Guyana";
	country[92][0] = "HT";
	country[92][1] = "Haiti";
	country[93][0] = "HM";
	country[93][1] = "Heard and McDonald Islands";
	country[94][0] = "HN";
	country[94][1] = "Honduras";
	country[95][0] = "HK";
	country[95][1] = "Hong Kong S.A.R.";
	country[96][0] = "HU";
	country[96][1] = "Hungary";
	country[97][0] = "IS";
	country[97][1] = "Iceland";
	country[98][0] = "IN";
	country[98][1] = "India";
	country[99][0] = "ID";
	country[99][1] = "Indonesia";
	country[100][0] = "IR";
	country[100][1] = "Iran";
	country[101][0] = "IQ";
	country[101][1] = "Iraq";
	country[102][0] = "IE";
	country[102][1] = "Ireland";
	country[103][0] = "IL";
	country[103][1] = "Israel";
	country[104][0] = "IT";
	country[104][1] = "Italy";
	country[105][0] = "JM";
	country[105][1] = "Jamaica";
	country[106][0] = "JP";
	country[106][1] = "Japan";
	country[107][0] = "JO";
	country[107][1] = "Jordan";
	country[108][0] = "KZ";
	country[108][1] = "Kazakhstan";
	country[109][0] = "KE";
	country[109][1] = "Kenya";
	country[110][0] = "KI";
	country[110][1] = "Kiribati";
	country[111][0] = "KR";
	country[111][1] = "Korea";
	country[112][0] = "KP";
	country[112][1] = "Korea, North ";
	country[113][0] = "KW";
	country[113][1] = "Kuwait";
	country[114][0] = "KG";
	country[114][1] = "Kyrgyzstan";
	country[115][0] = "LA";
	country[115][1] = "Laos";
	country[116][0] = "LV";
	country[116][1] = "Latvia";
	country[117][0] = "LB";
	country[117][1] = "Lebanon";
	country[118][0] = "LS";
	country[118][1] = "Lesotho";
	country[119][0] = "LR";
	country[119][1] = "Liberia";
	country[120][0] = "LY";
	country[120][1] = "Libya";
	country[121][0] = "LI";
	country[121][1] = "Liechtenstein";
	country[122][0] = "LT";
	country[122][1] = "Lithuania";
	country[123][0] = "LU";
	country[123][1] = "Luxembourg";
	country[124][0] = "MO";
	country[124][1] = "Macau S.A.R.";
	country[125][0] = "MK";
	country[125][1] = "Macedonia, Former Yugoslav Republic of";
	country[126][0] = "MG";
	country[126][1] = "Madagascar";
	country[127][0] = "MW";
	country[127][1] = "Malawi";
	country[128][0] = "MY";
	country[128][1] = "Malaysia";
	country[129][0] = "MV";
	country[129][1] = "Maldives";
	country[130][0] = "ML";
	country[130][1] = "Mali";
	country[131][0] = "MT";
	country[131][1] = "Malta";
	country[132][0] = "MH";
	country[132][1] = "Marshall Islands";
	country[133][0] = "MQ";
	country[133][1] = "Martinique";
	country[134][0] = "MR";
	country[134][1] = "Mauritania";
	country[135][0] = "MU";
	country[135][1] = "Mauritius";
	country[136][0] = "YT";
	country[136][1] = "Mayotte";
	country[137][0] = "MX";
	country[137][1] = "Mexico";
	country[138][0] = "FM";
	country[138][1] = "Micronesia";
	country[139][0] = "MD";
	country[139][1] = "Moldova";
	country[140][0] = "MC";
	country[140][1] = "Monaco";
	country[141][0] = "MN";
	country[141][1] = "Mongolia";
	country[142][0] = "MS";
	country[142][1] = "Montserrat";
	country[143][0] = "MA";
	country[143][1] = "Morocco";
	country[144][0] = "MZ";
	country[144][1] = "Mozambique";
	country[145][0] = "MM";
	country[145][1] = "Myanmar";
	country[146][0] = "NA";
	country[146][1] = "Namibia";
	country[147][0] = "NR";
	country[147][1] = "Nauru";
	country[148][0] = "NP";
	country[148][1] = "Nepal";
	country[149][0] = "AN";
	country[149][1] = "Netherlands Antilles";
	country[150][0] = "NL";
	country[150][1] = "Netherlands";
	country[151][0] = "NC";
	country[151][1] = "New Caledonia";
	country[152][0] = "NZ";
	country[152][1] = "New Zealand";
	country[153][0] = "NI";
	country[153][1] = "Nicaragua";
	country[154][0] = "NE";
	country[154][1] = "Niger";
	country[155][0] = "NG";
	country[155][1] = "Nigeria";
	country[156][0] = "NU";
	country[156][1] = "Niue";
	country[157][0] = "NF";
	country[157][1] = "Norfolk Island";
	country[158][0] = "MP";
	country[158][1] = "Northern Mariana Islands";
	country[159][0] = "NO";
	country[159][1] = "Norway";
	country[160][0] = "OM";
	country[160][1] = "Oman";
	country[161][0] = "PK";
	country[161][1] = "Pakistan";
	country[162][0] = "PW";
	country[162][1] = "Palau";
	country[163][0] = "PA";
	country[163][1] = "Panama";
	country[164][0] = "PG";
	country[164][1] = "Papua new Guinea";
	country[165][0] = "PY";
	country[165][1] = "Paraguay";
	country[166][0] = "PE";
	country[166][1] = "Peru";
	country[167][0] = "PH";
	country[167][1] = "Philippines";
	country[168][0] = "PN";
	country[168][1] = "Pitcairn Island";
	country[169][0] = "PL";
	country[169][1] = "Poland";
	country[170][0] = "PT";
	country[170][1] = "Portugal";
	country[171][0] = "PR";
	country[171][1] = "Puerto Rico";
	country[172][0] = "QA";
	country[172][1] = "Qatar";
	country[173][0] = "RE";
	country[173][1] = "Reunion";
	country[174][0] = "RO";
	country[174][1] = "Romania";
	country[175][0] = "RU";
	country[175][1] = "Russia";
	country[176][0] = "RW";
	country[176][1] = "Rwanda";
	country[177][0] = "SH";
	country[177][1] = "Saint Helena";
	country[178][0] = "KN";
	country[178][1] = "Saint Kitts And Nevis";
	country[179][0] = "LC";
	country[179][1] = "Saint Lucia";
	country[180][0] = "PM";
	country[180][1] = "Saint Pierre and Miquelon";
	country[181][0] = "VC";
	country[181][1] = "Saint Vincent And The Grenadines";
	country[182][0] = "WS";
	country[182][1] = "Samoa";
	country[183][0] = "SM";
	country[183][1] = "San Marino";
	country[184][0] = "ST";
	country[184][1] = "Sao Tome and Principe";
	country[185][0] = "SA";
	country[185][1] = "Saudi Arabia";
	country[186][0] = "SN";
	country[186][1] = "Senegal";
	country[187][0] = "SC";
	country[187][1] = "Seychelles";
	country[188][0] = "SL";
	country[188][1] = "Sierra Leone";
	country[189][0] = "SG";
	country[189][1] = "Singapore";
	country[190][0] = "SK";
	country[190][1] = "Slovakia";
	country[191][0] = "SI";
	country[191][1] = "Slovenia";
	country[192][0] = "SB";
	country[192][1] = "Solomon Islands";
	country[193][0] = "SO";
	country[193][1] = "Somalia";
	country[194][0] = "ZA";
	country[194][1] = "South Africa";
	country[195][0] = "GS";
	country[195][1] = "South Georgia And South Sandwich Islands";
	country[196][0] = "ES";
	country[196][1] = "Spain";
	country[197][0] = "LK";
	country[197][1] = "Sri Lanka";
	country[198][0] = "SD";
	country[198][1] = "Sudan";
	country[199][0] = "SR";
	country[199][1] = "Suriname";
	country[200][0] = "SJ";
	country[200][1] = "Svalbard And Jan Mayen Islands";
	country[201][0] = "SZ";
	country[201][1] = "Swaziland";
	country[202][0] = "SE";
	country[202][1] = "Sweden";
	country[203][0] = "CH";
	country[203][1] = "Switzerland";
	country[204][0] = "SY";
	country[204][1] = "Syria";
	country[205][0] = "TW";
	country[205][1] = "Taiwan";
	country[206][0] = "TJ";
	country[206][1] = "Tajikistan";
	country[207][0] = "TZ";
	country[207][1] = "Tanzania";
	country[208][0] = "TH";
	country[208][1] = "Thailand";
	country[209][0] = "TG";
	country[209][1] = "Togo";
	country[210][0] = "TK";
	country[210][1] = "Tokelau";
	country[211][0] = "TO";
	country[211][1] = "Tonga";
	country[212][0] = "TT";
	country[212][1] = "Trinidad And Tobago";
	country[213][0] = "TN";
	country[213][1] = "Tunisia";
	country[214][0] = "TR";
	country[214][1] = "Turkey";
	country[215][0] = "TM";
	country[215][1] = "Turkmenistan";
	country[216][0] = "TC";
	country[216][1] = "Turks And Caicos Islands";
	country[217][0] = "TV";
	country[217][1] = "Tuvalu";
	country[218][0] = "UG";
	country[218][1] = "Uganda";
	country[219][0] = "UA";
	country[219][1] = "Ukraine";
	country[220][0] = "AE";
	country[220][1] = "United Arab Emirates";
	country[221][0] = "UK";
	country[221][1] = "United Kingdom";
	country[222][0] = "US";
	country[222][1] = "United States";
	country[223][0] = "UM";
	country[223][1] = "United States Minor Outlying Islands";
	country[224][0] = "UY";
	country[224][1] = "Uruguay";
	country[225][0] = "UZ";
	country[225][1] = "Uzbekistan";
	country[226][0] = "VU";
	country[226][1] = "Vanuatu";
	country[227][0] = "VA";
	country[227][1] = "Vatican City State (Holy See)";
	country[228][0] = "VE";
	country[228][1] = "Venezuela";
	country[229][0] = "VN";
	country[229][1] = "Vietnam";
	country[230][0] = "VG";
	country[230][1] = "Virgin Islands (British)";
	country[231][0] = "VI";
	country[231][1] = "Virgin Islands (US)";
	country[232][0] = "WF";
	country[232][1] = "Wallis And Futuna Islands";
	country[233][0] = "YE";
	country[233][1] = "Yemen";
	country[234][0] = "YU";
	country[234][1] = "Yugoslavia";
	country[235][0] = "ZM";
	country[235][1] = "Zambia";
	country[236][0] = "ZW";
	country[236][1] = "Zimbabwe";

	return country;
}
