//====================================================================================================
//	Function Name	:	Validate_Form
//----------------------------------------------------------------------------------------------------
function Validate_Form(frm)
{
	with(frm)
    {
		if(!IsEmpty(tailor_pkg_name, 'Please enter Name.'))
		{
			return false;
		}
		
		if(!IsEmpty(tailor_pkg_email, 'Please enter Email Address.'))
		{
			return false;
		}
		else if(!IsEmail(tailor_pkg_email, 'Oppsss!!! Invalid Email Address specified.'))
		{
			return false;
		}
		
		if(!IsEmpty(tailor_pkg_telephone,'Please enter Telephone.'))
		{
			return false;
		}
		else if(!IsPhone(tailor_pkg_telephone, 'Oppsss!!! Invalid input. \nPlease re-check Telephone.'))
		{
			return false;
		}
		
		if(!IsEmpty(tailor_pkg_mobile,'Please enter Mobile.'))
		{
			return false;
		}
		else if(!IsPhone(tailor_pkg_mobile, 'Oppsss!!! Invalid input. \nPlease re-check Mobile.'))
		{
			return false;
		}
		
		if(!IsSelected(tailor_pkg_destination, 'Please select Destination.'))
		{
			return false;
		}
		
		if(!IsSelected(tailor_pkg_city, 'Please select City.'))
		{
			return false;
		}
		
		if(tailor_pkg_destination1.value != '')
		{
			if(!IsSelected(tailor_pkg_city1, 'Please select City.'))
			{
				return false;
			}
		}
		
		if(!IsEmpty(tailor_pkg_from_date, 'Please enter From Date.'))
		{
			return false;
		}
		
		if(!IsEmpty(tailor_pkg_to_date, 'Please enter To Date.'))
		{
			return false;
		}
		
		if(!IsSelected(tailor_pkg_no_nights, 'Please select Number of Nights.'))
		{
			return false;
		}
		
		var flag	= false;
		var service	= document.getElementsByName('tailor_pkg_service[]');
		
		for(var i=0; i<service.length; i++)
		{
			if(service[i].checked)
			{
				if(service[i].value == 'Other Services')
				{
					flag = true;
				}
			}
		}
		
		if(flag == true)
		{
			if(tailor_pkg_other.value == '')
			{
				alert('Please enter Other Services.');
				tailor_pkg_other.focus();
				return false;
			}
		}
	}
	
	return true;
}

//====================================================================================================
//	Function Name	:	Destination-City
//----------------------------------------------------------------------------------------------------
var destination	= new Array();
city			= new Array();
var c;

c = 0;
destination[c] = "Andorra";
city [c] = new Array("Andorra la Vella", "Canillo", "Encamp", "Escaldes-Engordany", "La Massana", "Ordino", "Sant Julia de Loria");

c = c+1;
destination[c] = "Antigua & Barbuda";
city [c] = new Array("Antigua-Jolly Beach","Antigua-St John's");

c = c+1;
destination[c] = "Argentina";
city [c] = new Array("Buenos Aires", "Buenos Aires Capital", "Catamarca", "Chaco", "Chubut", "Cordoba", "Corrientes", "Entre Rios", "Formosa", "Jujuy", "La Pampa", "La Rioja", "Mendoza", "Misiones", "Neuquen", "Rio Negro", "Salta", "San Juan", "San Luis", "Santa Cruz", "Santa Fe", "Santiago del Estero", "Tierra del Fuego", "Tucuman");

c = c+1;
destination[c] = "Australia";
city [c] = new Array;
j = 0;
city [c][j] = "Adelaide";
j = j+1;
city [c][j] = "Brisbane";
j = j+1;
city [c][j] = "Cairns";
j = j+1;
city [c][j] = "Cairns Beaches";
j = j+1;
city [c][j] = "Canberra";
j = j+1;
city [c][j] = "DarwinGold Coast";
j = j+1;
city [c][j] = "Hobart";
j = j+1;
city [c][j] = "Melbourne";
j = j+1;
city [c][j] = "Perth";
j = j+1;
city [c][j] = "Sunshine Coast";
j = j+1;
city [c][j] = "Sydney";
j = j+1;
city [c][j] = "Adelaide";
j = j+1;
city [c][j] = "Agnes Water";
j = j+1;
city [c][j] = "Airlie Beach";
j = j+1;
city [c][j] = "Albany";
j = j+1;
city [c][j] = "Alice Springs";
j = j+1;
city [c][j] = "Apollo Bay";
j = j+1;
city [c][j] = "Armidale";
j = j+1;
city [c][j] = "Ayers Rock";
j = j+1;
city [c][j] = "Ballarat";
j = j+1;
city [c][j] = "Ballina";
j = j+1;
city [c][j] = "Barossa Valley";
j = j+1;
city [c][j] = "Batemans Bay";
j = j+1;
city [c][j] = "Bathurst";
j = j+1;
city [c][j] = "Bedarra Island";
j = j+1;
city [c][j] = "Bendigo";
j = j+1;
city [c][j] = "Bicheno";
j = j+1;
city [c][j] = "Blue Mountains";
j = j+1;
city [c][j] = "Brisbane";
j = j+1;
city [c][j] = "Broken Hill";
j = j+1;
city [c][j] = "Broome";
j = j+1;
city [c][j] = "Bunbury";
j = j+1;
city [c][j] = "Bundaberg";
j = j+1;
city [c][j] = "Burnie";
j = j+1;
city [c][j] = "Busselton";
j = j+1;
city [c][j] = "Byron Bay";
j = j+1;
city [c][j] = "Cairns";
j = j+1;
city [c][j] = "Cairns Beaches";
j = j+1;
city [c][j] = "Cairns Outback";
j = j+1;
city [c][j] = "Canberra";
j = j+1;
city [c][j] = "Cape Tribulation";
j = j+1;
city [c][j] = "Carnarvon";
j = j+1;
city [c][j] = "Central Coast";
j = j+1;
city [c][j] = "Coffs Harbour";
j = j+1;
city [c][j] = "Coles Bay";
j = j+1;
city [c][j] = "Coober Pedy";
j = j+1;
city [c][j] = "Cooktown";
j = j+1;
city [c][j] = "Cooma";
j = j+1;
city [c][j] = "Coral Coast";
j = j+1;
city [c][j] = "Cradle";
j = j+1;
city [c][j] = "Mountain";
j = j+1;
city [c][j] = "Dandenong";
j = j+1;
city [c][j] = "Darwin";
j = j+1;
city [c][j] = "Daylesford";
j = j+1;
city [c][j] = "Deloraine";
j = j+1;
city [c][j] = "Devonport";
j = j+1;
city [c][j] = "Dubbo";
j = j+1;
city [c][j] = "Dunk Island";
j = j+1;
city [c][j] = "Echuca";
j = j+1;
city [c][j] = "Eden";
j = j+1;
city [c][j] = "Esperance";
j = j+1;
city [c][j] = "Exmouth (AU)";
j = j+1;
city [c][j] = " Far North Coast (NSW)";
j = j+1;
city [c][j] = "Fraser Island";
j = j+1;
city [c][j] = "Geelong";
j = j+1;
city [c][j] = "Geraldton";
j = j+1;
city [c][j] = "Gin Gin";
j = j+1;
city [c][j] = "Gladstone";
j = j+1;
city [c][j] = "Gold Coast";
j = j+1;
city [c][j] = "Goulburn";
j = j+1;
city [c][j] = "Grafton";
j = j+1;
city [c][j] = "Great Keppel Island";
j = j+1;
city [c][j] = "Great Ocean Road (VIC)";
j = j+1;
city [c][j] = "Green Island";
j = j+1;
city [c][j] = "Halls Creek";
j = j+1;
city [c][j] = "Halls Gap";
j = j+1;
city [c][j] = "Hawkesbury";
j = j+1;
city [c][j] = "Hepburn Springs";
j = j+1;
city [c][j] = "Heron Island";
j = j+1;
city [c][j] = "Hervey Bay";
j = j+1;
city [c][j] = "Hobart";
j = j+1;
city [c][j] = "Hunter Valley";
j = j+1;
city [c][j] = "Kakadu National Park";
j = j+1;
city [c][j] = "Kalbarri";
j = j+1;
city [c][j] = "Kalgoorlie";
j = j+1;
city [c][j] = "Kangaroo Island";
j = j+1;
city [c][j] = "Karratha";
j = j+1;
city [c][j] = "Katherine";
j = j+1;
city [c][j] = "Kings Canyon";
j = j+1;
city [c][j] = "Kingscliff";
j = j+1;
city [c][j] = "Kununurra";
j = j+1;
city [c][j] = "Lady Elliot Island";
j = j+1;
city [c][j] = "Lakes Entrance";
j = j+1;
city [c][j] = "Launceston";
j = j+1;
city [c][j] = "Litchfield";
j = j+1;
city [c][j] = "Lizard Island";
j = j+1;
city [c][j] = "Lorne";
j = j+1;
city [c][j] = "Mackay";
j = j+1;
city [c][j] = "Magnetic Island";
j = j+1;
city [c][j] = "Mandurah";
j = j+1;
city [c][j] = "Margaret River Wine Region";
j = j+1;
city [c][j] = "Melbourne";
j = j+1;
city [c][j] = "Mildura";
j = j+1;
city [c][j] = "Mission Beach";
j = j+1;
city [c][j] = "Monkey Mia";
j = j+1;
city [c][j] = "Moree";
j = j+1;
city [c][j] = "Mornington Peninsula";
j = j+1;
city [c][j] = "Mount Gambier";
j = j+1;
city [c][j] = "Mudgee";
j = j+1;
city [c][j] = "Newcastle";
j = j+1;
city [c][j] = "Norfolk Island";
j = j+1;
city [c][j] = "North Coast (NSW)";
j = j+1;
city [c][j] = "Orange (AU)";
j = j+1;
city [c][j] = "Parkes";
j = j+1;
city [c][j] = "Pemberton";
j = j+1;
city [c][j] = "Perth";
j = j+1;
city [c][j] = "Phillip Island";
j = j+1;
city [c][j] = "Poatina";
j = j+1;
city [c][j] = "Port Arthur";
j = j+1;
city [c][j] = "Port Augusta";
j = j+1;
city [c][j] = "Port Douglas";
j = j+1;
city [c][j] = "Port Hedland";
j = j+1;
city [c][j] = "Port Macquarie";
j = j+1;
city [c][j] = "Port Stephens";
j = j+1;
city [c][j] = "Queenstown (AU)";
j = j+1;
city [c][j] = "Richmond";
j = j+1;
city [c][j] = "Rockhampton";
j = j+1;
city [c][j] = "Sale";
j = j+1;
city [c][j] = "Sheffield (AU)";
j = j+1;
city [c][j] = "Shepparton";
j = j+1;
city [c][j] = "Smithton";
j = j+1;
city [c][j] = "South Coast (NSW)";
j = j+1;
city [c][j] = "Southern Highlands";
j = j+1;
city [c][j] = "St Helens";
j = j+1;
city [c][j] = "Stanley";
j = j+1;
city [c][j] = "Strahan";
j = j+1;
city [c][j] = "Sunshine Coast";
j = j+1;
city [c][j] = "Swansea (AU)";
j = j+1;
city [c][j] = "Sydney";
j = j+1;
city [c][j] = "Tamworth";
j = j+1;
city [c][j] = "Taree";
j = j+1;
city [c][j] = "Toowoomba";
j = j+1;
city [c][j] = "Townsville";
j = j+1;
city [c][j] = "Tullah";
j = j+1;
city [c][j] = "Tumut";
j = j+1;
city [c][j] = "Ulverstone";
j = j+1;
city [c][j] = "Wagga";
j = j+1;
city [c][j] = "Wagga";
j = j+1;
city [c][j] = "Walpole";
j = j+1;
city [c][j] = "Warrnambool";
j = j+1;
city [c][j] = "Whitsundays";
j = j+1;
city [c][j] = "Whyalla";
j = j+1;
city [c][j] = "Wilpena";
j = j+1;
city [c][j] = "Wollongong";
j = j+1;
city [c][j] = "Yamba";
j = j+1;
city [c][j] = "Yarra Valley";

c = c+1;
destination[c] = "Austria";
city [c] = new Array;
j = 0;
city [c][j] = "Graz";
j = j+1;
city [c][j] = "Salzburg";
j = j+1;
city [c][j] = "Bad Ischl";
j = j+1;
city [c][j] = "Graz";
j = j+1;
city [c][j] = "Innsbruck";
j = j+1;
city [c][j] = "Innsbruck (Region)";
j = j+1;
city [c][j] = "Kaernten";
j = j+1;
city [c][j] = "Linz - Wels";
j = j+1;
city [c][j] = "Salzburg";
j = j+1;
city [c][j] = "Styria";
j = j+1;
city [c][j] = "Vienna";

c = c+1;
destination[c] = "Bahamas";
city [c] = new Array ("Acklins and Crooked Islands", "Bimini", "Cat Island", "Exuma", "Freeport", "Fresh Creek", "Governor's Harbour", "Green Turtle Cay", "Harbour Island", "High Rock", "Inagua", "Kemps Bay", "Long Island", "Marsh Harbour", "Mayaguana", "New Providence", "Nichollstown and Berry Islands", "Ragged Island", "Rock Sound", "Sandy Point", "San Salvador and Rum Cay");

c = c+1;
destination[c] = "Bahrain";
city [c] = new Array ("Al Hadd", "Al Manamah", "Al Mintaqah al Gharbiyah", "Al Mintaqah al Wusta", "Al Mintaqah ash Shamaliyah", "Al Muharraq", "Ar Rifa' wa al Mintaqah al Janubiyah", "Jidd Hafs", "Madinat Hamad", "Madinat 'Isa", "Juzur Hawar", "Sitrah");

c = c+1;
destination[c] = "Barbados";
city [c] = new Array("Christ Church", "Saint Andrew", "Saint George", "Saint James", "Saint John", "Saint Joseph", "Saint Lucy", "Saint Michael", "Saint Peter", "Saint Philip", "Saint Thomas");

c = c+1;
destination[c] = "Belgium";
city [c] = new Array;
j=0
city [c][j] = "Antwerp";
j = j+1;
city [c][j] = "Brugge";
j = j+1;
city [c][j] = "Brussels";
j = j+1;
city [c][j] = "Charleroi";
j = j+1;
city [c][j] = "Genk";
j = j+1;
city [c][j] = "Ghent";
j = j+1;
city [c][j] = "Kortrijk";
j = j+1;
city [c][j] = "Leuven";
j = j+1;
city [c][j] = "Liege";
j = j+1;
city [c][j] = "Mechelen";
j = j+1;
city [c][j] = "Namur";
j = j+1;
city [c][j] = "Neufchateau";
j = j+1;
city [c][j] = "Ostende";
j = j+1;
city [c][j] = "Wavre";

c = c+1;
destination[c] = "Bolivia";
city [c] = new Array("Chuquisaca", "Cochabamba", "Beni", "La Paz", "Oruro", "Pando", "Potosi", "Santa Cruz", "Tarija");

c = c+1;
destination[c] = "Brazil";
city [c] = new Array("Acre", "Alagoas", "Amapa", "Amazonas", "Bahia", "Ceara", "Distrito Federal", "Espirito Santo", "Goias", "Maranhao", "Mato Grosso", "Mato Grosso do Sul", "Minas Gerais", "Para", "Paraiba", "Parana", "Pernambuco", "Piaui", "Rio de Janeiro", "Rio Grande do Norte", "Rio Grande do Sul", "Rondonia", "Roraima", "Santa Catarina", "Sao Paulo", "Sergipe", "Tocantins");

c = c+1;
destination[c] = "Brunei";
city [c] = new Array("Belait", "Brunei and Muara", "Temburong", "Tutong");

c = c+1;
destination[c] = "Bulgaria";
city [c] = new Array ("Blagoevgrad", "Burgas", "Dobrich", "Gabrovo", "Khaskovo", "Kurdzhali", "Kyustendil", "Lovech", "Montana", "Pazardzhik", "Pernik", "Pleven", "Plovdiv", "Razgrad", "Ruse", "Shumen", "Silistra", "Sliven", "Smolyan", "Sofiya", "Sofiya-Grad", "Stara Zagora", "Turgovishte", "Varna", "Veliko Turnovo", "Vidin", "Vratsa", "Yambol");

c = c+1;
destination[c] = "Cambodia";
city [c] = new Array ("Banteay Mean Chey", "Batdambang", "Kampong Cham", "Kampong Chhnang", "Kampong Spoe", "Kampong Thum", "Kampot", "Kandal", "Koh Kong", "Kracheh", "Mondol Kiri", "Otdar Mean Chey", "Pouthisat", "Preah Vihear", "Prey Veng", "Rotanakir", "Siem Reab", "Stoeng Treng", "Svay Rieng", "Takao", "Keb", "Pailin", "Phnom Penh", "Preah Seihanu");

c = c+1;
destination[c] = "Canada";
city [c] = new Array ("Alberta", "British Columbia", "Manitoba", "New Brunswick", "Newfoundland and Labrador", "Northwest Territories", "Nova Scotia", "Nunavut", "Ontario", "Prince Edward Island", "Quebec", "Saskatchewan", "Yukon Territory");

c = c+1;
destination[c] = "Chile";
city [c] = new Array("Aysen", "Antofagasta", "Araucania", "Atacama", "Bio-Bio", "Coquimbo", "O'Higgins", "Los Lagos", "Magallanes y la Antartica Chilena", "Maule", "Santiago Region Metropolitana", "Tarapaca", "Valparaiso");

c = c+1;
destination[c] = "China";
city [c] = new Array("Anhui", "Fujian", "Gansu", "Guangdong", "Guizhou", "Hainan", "Hebei", "Heilongjiang", "Henan", "Hubei", "Hunan", "Jiangsu", "Jiangxi", "Jilin", "Liaoning", "Qinghai", "Shaanxi", "Shandong", "Shanxi", "Sichuan", "Yunnan", "Zhejiang", "Guangxi", "Nei Mongol", "Ningxia", "Xinjiang", "Xizang (Tibet)", "Beijing", "Chongqing", "Shanghai", "Tianjin");

c = c+1;
destination[c] = "Colombia";
city [c] = new Array("Amazonas", "Antioquia", "Arauca", "Atlantico", "Bogota District Capital", "Bolivar", "Boyaca", "Caldas", "Caqueta", "Casanare", "Cauca", "Cesar", "Choco", "Cordoba", "Cundinamarca", "Guainia", "Guaviare", "Huila", "La Guajira", "Magdalena", "Meta", "Narino", "Norte de Santander", "Putumayo", "Quindio", "Risaralda", "San Andres & Providencia", "Santander", "Sucre", "Tolima", "Valle del Cauca", "Vaupes", "Vichada");

c = c+1;
destination[c] = "Cook Islands";
city [c] = new Array("Aitutaki","Rarotonga");

c = c+1;
destination[c] = "Costa Rica";
city [c] = new Array("Alajuela", "Cartago", "Guanacaste", "Heredia", "Limon", "Puntarenas", "San Jose");

c = c+1;
destination[c] = "Croatia";
city [c] = new Array("Bjelovarsko-Bilogorska", "Brodsko-Posavska", "Dubrovacko-Neretvanska", "Istarska", "Karlovacka", "Koprivnicko-Krizevacka", "Krapinsko-Zagorska", "Licko-Senjska", "Medimurska", "Osjecko-Baranjska", "Pozesko-Slavonska", "Primorsko-Goranska", "Sibensko-Kninska", "Sisacko-Moslavacka", "Splitsko-Dalmatinska", "Varazdinska", "Viroviticko-Podravska", "Vukovarsko-Srijemska", "Zadarska", "Zagreb", "Zagrebacka");

c = c+1;
destination[c] = "Cyprus";
city [c] = new Array("Famagusta", "Kyrenia", "Larnaca", "Limassol", "Nicosia", "Paphos");

c = c+1;
destination[c] = "Czech Republic";
city [c] = new Array("Jihocesky Kraj", "Jihomoravsky Kraj", "Karlovarsky Kraj", "Kralovehradecky Kraj", "Liberecky Kraj", "Moravskoslezsky Kraj", "Olomoucky Kraj", "Pardubicky Kraj", "Plzensky Kraj", "Praha", "Stredocesky Kraj", "Ustecky Kraj", "Vysocina", "Zlinsky Kraj");

c = c+1;
destination[c] = "Denmark";
city [c] = new Array("Arhus", "Bornholm", "Frederiksberg", "Frederiksborg", "Fyn", "Kobenhavn", "Kobenhavns", "Nordjylland", "Ribe", "Ringkobing", "Roskilde", "Sonderjylland", "Storstrom", "Vejle", "Vestsjalland", "Viborg");

c = c+1;
destination[c] = "Dominican Republic";
city [c] = new Array("Azua", "Baoruco", "Barahona", "Dajabon", "Distrito Nacional", "Duarte", "Elias Pina", "El Seibo", "Espaillat", "Hato Mayor", "Independencia", "La Altagracia", "La Romana", "La Vega", "Maria Trinidad Sanchez", "Monsenor Nouel", "Monte Cristi", "Monte Plata", "Pedernales", "Peravia", "Puerto Plata", "Salcedo", "Samana", "Sanchez Ramirez", "San Cristobal", "San Jose de Ocoa", "San Juan", "San Pedro de Macoris", "Santiago", "Santiago Rodriguez", "Santo Domingo", "Valverde");

c = c+1;
destination[c] = "Ecuador";
city [c] = new Array("Azuay", "Bolivar", "Canar", "Carchi", "Chimborazo", "Cotopaxi", "El Oro", "Esmeraldas", "Galapagos", "Guayas", "Imbabura", "Loja", "Los Rios", "Manabi", "Morona-Santiago", "Napo", "Orellana", "Pastaza", "Pichincha", "Sucumbios", "Tungurahua", "Zamora-Chinchipe");

c = c+1;
destination[c] = "Egypt";
city [c] = new Array;
j = 0;
city [c][j] = "Abu Simbel";
j = j+1;
city [c][j] = "Alexandria";
j = j+1;
city [c][j] = "Aswan";
j = j+1;
city [c][j] = "Cario";
j = j+1;
city [c][j] = "Ein El Sokhna";
j = j+1;
city [c][j] = "Hurghada";
j = j+1;
city [c][j] = "Luxor";
j = j+1;
city [c][j] = "Sharm El Sheikh";
j = j+1;
city [c][j] = "St Catherine";

c = c+1;
destination[c] = "Estonia";
city [c] = new Array("Harjumaa (Tallinn)", "Hiiumaa (Kardla)", "Ida-Virumaa (Johvi)", "Jarvamaa (Paide)", "Jogevamaa (Jogeva)", "Laanemaa (Haapsalu)", "Laane-Virumaa (Rakvere)", "Parnumaa (Parnu)", "Polvamaa (Polva)", "Raplamaa (Rapla)", "Saaremaa (Kuressaare)", "Tartumaa (Tartu)", "Valgamaa (Valga)", "Viljandimaa (Viljandi)", "Vorumaa (Voru)");

c = c+1;
destination[c] = "Fiji";
city [c] = new Array ("Central (Suva)", "Eastern (Levuka)", "Northern (Labasa)", "Rotuma", "Western (Lautoka)");

c = c+1;
destination[c] = "Finland";
city [c] = new Array("Aland", "Etela-Suomen Laani", "Ita-Suomen Laani", "Lansi-Suomen Laani", "Lappi", "Oulun Laani");

c = c+1;
destination[c] = "France";
city [c] = new Array;
j = 0;
city [c][j] = "Bordeaux";
j = j+1;
city [c][j] = "Cannes";
j = j+1;
city [c][j] = "Deauville - Trouville";
j = j+1;
city [c][j] = "Lyon";
j = j+1;
city [c][j] = "Marseille";
j = j+1;
city [c][j] = "Nice";
j = j+1;
city [c][j] = "Nice Vicinity";
j = j+1;
city [c][j] = "Paris";
j = j+1;
city [c][j] = "Paris Suburbs";
j = j+1;
city [c][j] = "Strasbourg";
j = j+1;
city [c][j] = "Agen";
j = j+1;
city [c][j] = "Aigues Mortes";
j = j+1;
city [c][j] = "Aix-en-Provence";
j = j+1;
city [c][j] = "Aix-les-Bains";
j = j+1;
city [c][j] = "Albi";
j = j+1;
city [c][j] = "Alencon";
j = j+1;
city [c][j] = "Ales";
j = j+1;
city [c][j] = "Alps";
j = j+1;
city [c][j] = "Amboise";
j = j+1;
city [c][j] = "Amiens";
j = j+1;
city [c][j] = "Angers";
j = j+1;
city [c][j] = "Angouleme";
j = j+1;
city [c][j] = "Annecy";
j = j+1;
city [c][j] = "Annemasse";
j = j+1;
city [c][j] = "Antibes - Juan les Pins";
j = j+1;
city [c][j] = "Arbois";
j = j+1;
city [c][j] = "Arcachon";
j = j+1;
city [c][j] = "Arles";
j = j+1;
city [c][j] = "Arras";
j = j+1;
city [c][j] = "Aubagne";
j = j+1;
city [c][j] = "Aurillac";
j = j+1;
city [c][j] = "Auxerre";
j = j+1;
city [c][j] = "AvignonBagnoles-de-l'Orne";
j = j+1;
city [c][j] = "Bandol";
j = j+1;
city [c][j] = "Bayeux";
j = j+1;
city [c][j] = "Bayonne";
j = j+1;
city [c][j] = "Beaune";
j = j+1;
city [c][j] = "Beauvais";
j = j+1;
city [c][j] = "Belle Ile En Mer";
j = j+1;
city [c][j] = "Berck Sur Mer";
j = j+1;
city [c][j] = "Bergerac";
j = j+1;
city [c][j] = "Besancon";
j = j+1;
city [c][j] = "Beziers";
j = j+1;
city [c][j] = "Biarritz";
j = j+1;
city [c][j] = "Biscarosse";
j = j+1;
city [c][j] = "Blois";
j = j+1;
city [c][j] = "Bordeaux";
j = j+1;
city [c][j] = "Bourges";
j = j+1;
city [c][j] = "Brest";
j = j+1;
city [c][j] = "Brive";
j = j+1;
city [c][j] = "Cabourg";
j = j+1;
city [c][j] = "Caen";
j = j+1;
city [c][j] = "Cahors";
j = j+1;
city [c][j] = "Calais";
j = j+1;
city [c][j] = "Cambo-les-Bains";
j = j+1;
city [c][j] = "Cambrai";
j = j+1;
city [c][j] = "Cancale";
j = j+1;
city [c][j] = "Cannes";
j = j+1;
city [c][j] = "Carcassonne";
j = j+1;
city [c][j] = "Carentan";
j = j+1;
city [c][j] = "Carnac";
j = j+1;
city [c][j] = "Castres";
j = j+1;
city [c][j] = "Cavaillon";
j = j+1;
city [c][j] = "Chalon Sur Saone";
j = j+1;
city [c][j] = "Chalons-en-Champagne";
j = j+1;
city [c][j] = "Chambery";
j = j+1;
city [c][j] = "Chamonix";
j = j+1;
city [c][j] = "Chantilly";
j = j+1;
city [c][j] = "Chartres";
j = j+1;
city [c][j] = "Chateauroux";
j = j+1;
city [c][j] = "Chateau-Thierry";
j = j+1;
city [c][j] = "Chatel-Guyon";
j = j+1;
city [c][j] = "Chaumont";
j = j+1;
city [c][j] = "Cherbourg";
j = j+1;
city [c][j] = "Chinon";
j = j+1;
city [c][j] = "Cholet";
j = j+1;
city [c][j] = "Clermont-Ferrand";
j = j+1;
city [c][j] = "Cognac";
j = j+1;
city [c][j] = "Colmar";
j = j+1;
city [c][j] = "Compiegne";
j = j+1;
city [c][j] = "Corsica";
j = j+1;
city [c][j] = "DaxDeauville - Trouville";
j = j+1;
city [c][j] = "Dieppe";
j = j+1;
city [c][j] = "Dijon";
j = j+1;
city [c][j] = "Dinan";
j = j+1;
city [c][j] = "Dinard";
j = j+1;
city [c][j] = "Divonne-Les-BainsDol-De-Bretagne";
j = j+1;
city [c][j] = "Dole";
j = j+1;
city [c][j] = "Douai";
j = j+1;
city [c][j] = "Draguignan";
j = j+1;
city [c][j] = "Eu-Le Treport";
j = j+1;
city [c][j] = "Evian-les-Bains";
j = j+1;
city [c][j] = "Evreux";
j = j+1;
city [c][j] = "Figeac";
j = j+1;
city [c][j] = "Fontainebleau";
j = j+1;
city [c][j] = "Fougeres";
j = j+1;
city [c][j] = "Frejus";
j = j+1;
city [c][j] = "Gap";
j = j+1;
city [c][j] = "Geneve Region";
j = j+1;
city [c][j] = "Giverny";
j = j+1;
city [c][j] = "Granville";
j = j+1;
city [c][j] = "Grenoble";
j = j+1;
city [c][j] = "Greoux-les-Bains";
j = j+1;
city [c][j] = "Guingamp";
j = j+1;
city [c][j] = "Honfleur";
j = j+1;
city [c][j] = "Hyeres";
j = j+1;
city [c][j] = "Ile de Re";
j = j+1;
city [c][j] = "Jonzac";
j = j+1;
city [c][j] = "La Baule";
j = j+1;
city [c][j] = "La Bourboule";
j = j+1;
city [c][j] = "La Grande MotteLa Roche Sur Yon";
j = j+1;
city [c][j] = "La Rochelle";
j = j+1;
city [c][j] = "Lacanau";
j = j+1;
city [c][j] = "Laval";
j = j+1;
city [c][j] = "Le Havre";
j = j+1;
city [c][j] = "Le Lavandou";
j = j+1;
city [c][j] = "Le Mans";
j = j+1;
city [c][j] = "Le Touquet";
j = j+1;
city [c][j] = "Le Vigeant";
j = j+1;
city [c][j] = "Lens";
j = j+1;
city [c][j] = "Les Baux-de-Provence";
j = j+1;
city [c][j] = "Les Sables d'Olonne";
j = j+1;
city [c][j] = "Lille";
j = j+1;
city [c][j] = "Limoges";
j = j+1;
city [c][j] = "Lisieux";
j = j+1;
city [c][j] = "Loches";
j = j+1;
city [c][j] = "Lorient";
j = j+1;
city [c][j] = "Lourdes";
j = j+1;
city [c][j] = "Luneville";
j = j+1;
city [c][j] = "Lyon";
j = j+1;
city [c][j] = "Macon";
j = j+1;
city [c][j] = "Mandelieu-La-Napoule";
j = j+1;
city [c][j] = "Marseille";
j = j+1;
city [c][j] = "Maubeuge";
j = j+1;
city [c][j] = "Menton";
j = j+1;
city [c][j] = "Metz";
j = j+1;
city [c][j] = "Moissac";
j = j+1;
city [c][j] = "Moliets";
j = j+1;
city [c][j] = "Mont St Michel";
j = j+1;
city [c][j] = "Montauban";
j = j+1;
city [c][j] = "Montbard";
j = j+1;
city [c][j] = "Montbeliard";
j = j+1;
city [c][j] = "Montelimar";
j = j+1;
city [c][j] = "Montigny-le-Roi";
j = j+1;
city [c][j] = "Montlucon";
j = j+1;
city [c][j] = "Montpellier";
j = j+1;
city [c][j] = "Montreuil-sur-Mer";
j = j+1;
city [c][j] = "Mulhouse";
j = j+1;
city [c][j] = "Nancy";
j = j+1;
city [c][j] = "Nantes";
j = j+1;
city [c][j] = "Narbonne";
j = j+1;
city [c][j] = "Nevers";
j = j+1;
city [c][j] = "Nice";
j = j+1;
city [c][j] = "Nice Vicinity";
j = j+1;
city [c][j] = "Nieuil";
j = j+1;
city [c][j] = "Nimes";
j = j+1;
city [c][j] = "Niort";
j = j+1;
city [c][j] = "Nogent-le-Rotrou";
j = j+1;
city [c][j] = "Noirmoutier";
j = j+1;
city [c][j] = "Nuits Saint-Georges";
j = j+1;
city [c][j] = "Obernai";
j = j+1;
city [c][j] = "Orange";
j = j+1;
city [c][j] = "Orleans";
j = j+1;
city [c][j] = "Paimpol";
j = j+1;
city [c][j] = "Paray-le-Monial";
j = j+1;
city [c][j] = "Paris";
j = j+1;
city [c][j] = "Paris Suburbs";
j = j+1;
city [c][j] = "Pau";
j = j+1;
city [c][j] = "Perigueux";
j = j+1;
city [c][j] = "Perpignan";
j = j+1;
city [c][j] = "Perros-Guirec";
j = j+1;
city [c][j] = "Plancoet";
j = j+1;
city [c][j] = "Poitiers";
j = j+1;
city [c][j] = "Pont Audemer";
j = j+1;
city [c][j] = "Pornic";
j = j+1;
city [c][j] = "Pornichet";
j = j+1;
city [c][j] = "Provins";
j = j+1;
city [c][j] = "Pyrenees";
j = j+1;
city [c][j] = "Quimper";
j = j+1;
city [c][j] = "Quimperle";
j = j+1;
city [c][j] = "Reims";
j = j+1;
city [c][j] = "Rennes";
j = j+1;
city [c][j] = "Roanne";
j = j+1;
city [c][j] = "Rocamadour";
j = j+1;
city [c][j] = "Rodez";
j = j+1;
city [c][j] = "Roscoff";
j = j+1;
city [c][j] = "Rouen";
j = j+1;
city [c][j] = "Royan";
j = j+1;
city [c][j] = "Saint Brieuc";
j = j+1;
city [c][j] = "Saint Flour";
j = j+1;
city [c][j] = "Saint Jean de Luz";
j = j+1;
city [c][j] = "Saint Laurent du Var";
j = j+1;
city [c][j] = "Saint Lo";
j = j+1;
city [c][j] = "Saint Malo";
j = j+1;
city [c][j] = "Saint Nazaire";
j = j+1;
city [c][j] = "Saint Omer";
j = j+1;
city [c][j] = "Saint Paul de Vence";
j = j+1;
city [c][j] = "Saint Raphael";
j = j+1;
city [c][j] = "Saint Remy de Provence";
j = j+1;
city [c][j] = "Saint Tropez";
j = j+1;
city [c][j] = "Saintes";
j = j+1;
city [c][j] = "Saint-Etienne";
j = j+1;
city [c][j] = "Salon-de-Provence";
j = j+1;
city [c][j] = "Sarlat";
j = j+1;
city [c][j] = "Saumur";
j = j+1;
city [c][j] = "Saverne";
j = j+1;
city [c][j] = "Sete";
j = j+1;
city [c][j] = "Strasbourg";
j = j+1;
city [c][j] = "Tarbes";
j = j+1;
city [c][j] = "Thiers";
j = j+1;
city [c][j] = "Toulon";
j = j+1;
city [c][j] = "Toulouse";
j = j+1;
city [c][j] = "Tours";
j = j+1;
city [c][j] = "Tregastel";
j = j+1;
city [c][j] = "Troyes";
j = j+1;
city [c][j] = "Valence";
j = j+1;
city [c][j] = "Vannes";
j = j+1;
city [c][j] = "Vichy";
j = j+1;
city [c][j] = "Vierzon";
j = j+1;
city [c][j] = "Ville";
j = j+1;
city [c][j] = "franche-Sur-Saone";
j = j+1;
city [c][j] = "Vittel";
           
c = c+1;
destination[c] = "French Polynesia";
city [c] = new Array("Bora Bora Island","Hiva Oa","Huahine","Manihi Atoll","Moorea Island-Cooks Bay","Moorea-Maharepa","Nuku Hiva","Raiatea Island","Taha'a Island","Tahiti","Tikehau Atoll");

c = c+1;
destination[c] = "Germany";
city [c] = new Array;
j = 0;
city [c][j] = "Berlin";
j = j+1;
city [c][j] = "Cologne";
j = j+1;
city [c][j] = "Dresden";
j = j+1;
city [c][j] = "Duesseldorf";
j = j+1;
city [c][j] = "Frankfurt";
j = j+1;
city [c][j] = "Frankfurt (Region)";
j = j+1;
city [c][j] = "Hamburg";
j = j+1;
city [c][j] = "Munich";
j = j+1;
city [c][j] = "Munich (Region)";
j = j+1;
city [c][j] = "Aachen";
j = j+1;
city [c][j] = "Aalen";
j = j+1;
city [c][j] = "Altenburg";
j = j+1;
city [c][j] = "Amberg";
j = j+1;
city [c][j] = "Augsburg";
j = j+1;
city [c][j] = "Bad Doberan";
j = j+1;
city [c][j] = "Bad Kreuznach";
j = j+1;
city [c][j] = "Bad Laasphe";
j = j+1;
city [c][j] = "Bad Oeynhausen";
j = j+1;
city [c][j] = "Baden-Baden";
j = j+1;
city [c][j] = "Bamberg";
j = j+1;
city [c][j] = "Bavarian Alps";
j = j+1;
city [c][j] = "Bayreuth";
j = j+1;
city [c][j] = "Bensheim";
j = j+1;
city [c][j] = "Berchtesgaden";
j = j+1;
city [c][j] = "Berlin";
j = j+1;
city [c][j] = "Black";
j = j+1;
city [c][j] = "Forest";
j = j+1;
city [c][j] = "Bochum";
j = j+1;
city [c][j] = "Bonn";
j = j+1;
city [c][j] = "Boppard";
j = j+1;
city [c][j] = "Braunschweig";
j = j+1;
city [c][j] = "Bremen";
j = j+1;
city [c][j] = "Celle";
j = j+1;
city [c][j] = "Cochem";
j = j+1;
city [c][j] = "Cologne";
j = j+1;
city [c][j] = "Crailsheim";
j = j+1;
city [c][j] = "Darmstadt";
j = j+1;
city [c][j] = "Deggendorf";
j = j+1;
city [c][j] = "Dessau";
j = j+1;
city [c][j] = "Dortmund";
j = j+1;
city [c][j] = "Dresden";
j = j+1;
city [c][j] = "Duesseldorf";
j = j+1;
city [c][j] = "Eisenach";
j = j+1;
city [c][j] = "Erfurt";
j = j+1;
city [c][j] = "Essen";
j = j+1;
city [c][j] = "Frankfurt";
j = j+1;
city [c][j] = "Frankfurt (Region)";
j = j+1;
city [c][j] = "Frankfurt/ Oder- Polish Border";
j = j+1;
city [c][j] = "Frankfurt-Hahn";
j = j+1;
city [c][j] = "Freiburg";
j = j+1;
city [c][j] = "Friedrichshafen";
j = j+1;
city [c][j] = "Fuessen";
j = j+1;
city [c][j] = "Garmisch-Partenkirchen";
j = j+1;
city [c][j] = "Goettingen";
j = j+1;
city [c][j] = "GoslarHalle / Saale";
j = j+1;
city [c][j] = "Hamburg";
j = j+1;
city [c][j] = "Hameln";
j = j+1;
city [c][j] = "Hannover";
j = j+1;
city [c][j] = "Harz Mountains Region";
j = j+1;
city [c][j] = "Heidelberg";
j = j+1;
city [c][j] = "Hildesheim";
j = j+1;
city [c][j] = "Kalkar";
j = j+1;
city [c][j] = "Karlsruhe";
j = j+1;
city [c][j] = "Kassel";
j = j+1;
city [c][j] = "Kastellaun";
j = j+1;
city [c][j] = "Kempten";
j = j+1;
city [c][j] = "Koblenz";
j = j+1;
city [c][j] = "Lauchhammer/ Schwarzheide";
j = j+1;
city [c][j] = "Leipzig";
j = j+1;
city [c][j] = "Lindau";
j = j+1;
city [c][j] = "Luebeck";
j = j+1;
city [c][j] = "Magdeburg";
j = j+1;
city [c][j] = "Mainz";
j = j+1;
city [c][j] = "Mannheim";
j = j+1;
city [c][j] = "Munich";
j = j+1;
city [c][j] = "Munich (Region)";
j = j+1;
city [c][j] = "Murnau";
j = j+1;
city [c][j] = "Neustadt Weinstrasse";
j = j+1;
city [c][j] = "Nuremberg";
j = j+1;
city [c][j] = "Oberhausen";
j = j+1;
city [c][j] = "Ostsee";
j = j+1;
city [c][j] = "Potsdam";
j = j+1;
city [c][j] = "Regensburg";
j = j+1;
city [c][j] = "Remscheid";
j = j+1;
city [c][j] = "Rostock";
j = j+1;
city [c][j] = "Rothenburg";
j = j+1;
city [c][j] = "Ruedesheim";
j = j+1;
city [c][j] = "Ruegen";
j = j+1;
city [c][j] = "Saarbruecken";
j = j+1;
city [c][j] = "Sauerland";
j = j+1;
city [c][j] = "Schwerin";
j = j+1;
city [c][j] = "Siegen";
j = j+1;
city [c][j] = "St. Goar";
j = j+1;
city [c][j] = "Stuttgart";
j = j+1;
city [c][j] = "Thuringia";
j = j+1;
city [c][j] = "Forest";
j = j+1;
city [c][j] = "Trier";
j = j+1;
city [c][j] = "Usedom Island";
j = j+1;
city [c][j] = "Weimar";
j = j+1;
city [c][j] = "Wiesbaden";
j = j+1;
city [c][j] = "Wismar";
j = j+1;
city [c][j] = "Wuerzburg";
j = j+1;
city [c][j] = "Wuppertal";
j = j+1;
city [c][j] = "Zittau";               

c = c+1;
destination[c] = "Greece";
city [c] = new Array ("Agion Oros", "Achaia", "Aitolia kai Akarmania", "Argolis", "Arkadia", "Arta", "Attiki", "Chalkidiki", "Chanion", "Chios", "Dodekanisos", "Drama", "Evros", "Evrytania", "Evvoia", "Florina", "Fokidos", "Fthiotis", "Grevena", "Ileia", "Imathia", "Ioannina", "Irakleion", "Karditsa", "Kastoria", "Kavala", "Kefallinia", "Kerkyra", "Kilkis", "Korinthia", "Kozani", "Kyklades", "Lakonia", "Larisa", "Lasithi", "Lefkas", "Lesvos", "Magnisia", "Messinia", "Pella", "Pieria", "Preveza", "Rethynnis", "Rodopi", "Samos", "Serrai", "Thesprotia", "Thessaloniki", "Trikala", "Voiotia", "Xanthi", "Zakynthos");

c = c+1;
destination[c] = "Grenada";
city [c] = new Array("Carriacou and Petit Martinique", "Saint Andrew", "Saint David", "Saint George", "Saint John", "Saint Mark", "Saint Patrick");

c = c+1;
destination[c] = "Guadeloupe";
city [c] = new Array ("St Martin-Orient Bay");

c = c+1;
destination[c] = "Guam";
city [c] = new Array("Tamuning", "Tumon");

c = c+1;
destination[c] = "Hong Kong";
city [c] = new Array("Hong Kong");

c = c+1;
destination[c] = "Hungary";
city [c] = new Array("Bacs-Kiskun", "Baranya", "Bekes", "Borsod-Abauj-Zemplen", "Csongrad", "Fejer", "Gyor-Moson-Sopron", "Hajdu-Bihar", "Heves", "Jasz-Nagykun-Szolnok", "Komarom-Esztergom", "Nograd", "Pest", "Somogy", "Szabolcs-Szatmar-Bereg", "Tolna", "Vas", "Veszprem", "Zala", "Bekescsaba", "Debrecen", "Dunaujvaros", "Eger", "Gyor", "Hodmezovasarhely", "Kaposvar", "Kecskemet", "Miskolc", "Nagykanizsa", "Nyiregyhaza", "Pecs", "Sopron", "Szeged", "Szekesfehervar", "Szolnok", "Szombathely", "Tatabanya", "Veszprem", "Zalaegerszeg");

c = c+1;
destination[c] = "Iceland";
city [c] = new Array("Austurland", "Hofudhborgarsvaedhi", "Nordhurland Eystra", "Nordhurland Vestra", "Sudhurland", "Sudhurnes", "Vestfirdhir", "Vesturland");

c = c+1;
destination[c] = "India";
city [c] = new Array;
j = 0;
city [c][j] = "Agra";
j = j+1;
city [c][j] = "Mumbai (Bombay)";
j = j+1;
city [c][j] = "New Delhi";
j = j+1;
city [c][j] = "Ahmedabad";
j = j+1;
city [c][j] = "Ajmer";
j = j+1;
city [c][j] = "Andhra Pradesh - Visakhapatnam";
j = j+1;
city [c][j] = "Aurangabad";
j = j+1;
city [c][j] = "Bangalore";
j = j+1;
city [c][j] = "Bhopal";
j = j+1;
city [c][j] = "Bikaner";
j = j+1;
city [c][j] = "Chennai (Madras)";
j = j+1;
city [c][j] = "Darjeeling";
j = j+1;
city [c][j] = "Goa";
j = j+1;
city [c][j] = "Gurgaon";
j = j+1;
city [c][j] = "Hyderabad";
j = j+1;
city [c][j] = "Jaipur";
j = j+1;
city [c][j] = "Jaisalmer";
j = j+1;
city [c][j] = "Jalandhar";
j = j+1;
city [c][j] = "Jodhpur";
j = j+1;
city [c][j] = "Karnataka - Mysore";
j = j+1;
city [c][j] = "Kerala - Kozhikode (Calicut)";
j = j+1;
city [c][j] = "Kerala - Kumarakom";
j = j+1;
city [c][j] = "Kerala - Trivandrum";
j = j+1;
city [c][j] = "Khajuraho";
j = j+1;
city [c][j] = "Kochi (Cochin)";
j = j+1;
city [c][j] = "Kolkata (Calcutta)";
j = j+1;
city [c][j] = "Lucknow";
j = j+1;
city [c][j] = "Madurai";
j = j+1;
city [c][j] = "Maharashtra - Pune";
j = j+1;
city [c][j] = "Mount Abu";
j = j+1;
city [c][j] = "Mumbai (Bombay)";
j = j+1;
city [c][j] = "New Delhi";
j = j+1;
city [c][j] = "Pondicherry (Puduchcheri)";
j = j+1;
city [c][j] = "Rajasthan - Khimsar";
j = j+1;
city [c][j] = "Shimla";
j = j+1;
city [c][j] = "Trivandrum";
j = j+1;
city [c][j] = "Udaipur";
j = j+1;
city [c][j] = "Varanasi";

c = c+1;
destination[c] = "Indonesia";
city [c] = new Array("Aceh", "Bali", "Banten", "Bengkulu", "Gorontalo", "Irian Jaya Barat", "Jakarta Raya", "Jambi", "Jawa Barat", "Jawa Tengah", "Jawa Timur", "Kalimantan Barat", "Kalimantan Selatan", "Kalimantan Tengah", "Kalimantan Timur", "Kepulauan Bangka Belitung", "Kepulauan Riau", "Lampung", "Maluku", "Maluku Utara", "Nusa Tenggara Barat", "Nusa Tenggara Timur", "Papua", "Riau", "Sulawesi Barat", "Sulawesi Selatan", "Sulawesi Tengah", "Sulawesi Tenggara", "Sulawesi Utara", "Sumatera Barat", "Sumatera Selatan", "Sumatera Utara", "Yogyakarta");

c = c+1;
destination[c] = "Iran";
city [c] = new Array("Ardabil", "Azarbayjan-e Gharbi", "Azarbayjan-e Sharqi", "Bushehr", "Chahar Mahall va Bakhtiari", "Esfahan", "Fars", "Gilan", "Golestan", "Hamadan", "Hormozgan", "Ilam", "Kerman", "Kermanshah", "Khorasan-e Janubi", "Khorasan-e Razavi", "Khorasan-e Shemali", "Khuzestan", "Kohgiluyeh va Buyer Ahmad", "Kordestan", "Lorestan", "Markazi", "Mazandaran", "Qazvin", "Qom", "Semnan", "Sistan va Baluchestan", "Tehran", "Yazd", "Zanjan");

c = c+1;
destination[c] = "Ireland";
city [c] = new Array("Carlow", "Cavan", "Clare", "Cork", "Donegal", "Dublin", "Galway", "Kerry", "Kildare", "Kilkenny", "Laois", "Leitrim", "Limerick", "Longford", "Louth", "Mayo", "Meath", "Monaghan", "Offaly", "Roscommon", "Sligo", "Tipperary", "Waterford", "Westmeath", "Wexford", "Wicklow");

c = c+1;
destination[c] = "Israel";
city [c] = new Array("Central", "Haifa", "Jerusalem", "Northern", "Southern", "Tel Aviv");

c = c+1;
destination[c] = "Italy";
city [c] = new Array;
j = 0;
city [c][j] = "Bologna";
j = j+1;
city [c][j] = "Florence";
j = j+1;
city [c][j] = "Milan";
j = j+1;
city [c][j] = "Naples";
j = j+1;
city [c][j] = "Rome";
j = j+1;
city [c][j] = "Sorrento";
j = j+1;
city [c][j] = "Venice";
j = j+1;
city [c][j] = "Abano Terme";
j = j+1;
city [c][j] = "Abruzzo - Pescara";
j = j+1;
city [c][j] = "Abruzzo - Teramo";
j = j+1;
city [c][j] = "Abruzzo Coast";
j = j+1;
city [c][j] = "Agrigento";
j = j+1;
city [c][j] = "Alberobello";
j = j+1;
city [c][j] = "Alcamo Marina";
j = j+1;
city [c][j] = "Alessandria & Monferrato";
j = j+1;
city [c][j] = "Alghero";
j = j+1;
city [c][j] = "Amalfi";
j = j+1;
city [c][j] = "Amalfi Coast";
j = j+1;
city [c][j] = "Ancona";
j = j+1;
city [c][j] = "Aosta";
j = j+1;
city [c][j] = "Arezzo";
j = j+1;
city [c][j] = "Arezzo Province";
j = j+1;
city [c][j] = "Arzachena";
j = j+1;
city [c][j] = "Ascoli Piceno";
j = j+1;
city [c][j] = "Assisi";
j = j+1;
city [c][j] = "Asti";
j = j+1;
city [c][j] = "Avellino";
j = j+1;
city [c][j] = "Aviano";
j = j+1;
city [c][j] = "Bari";
j = j+1;
city [c][j] = "Baveno";
j = j+1;
city [c][j] = "Belgirate";
j = j+1;
city [c][j] = "Bergamo";
j = j+1;
city [c][j] = "Bologna";
j = j+1;
city [c][j] = "Bolzano";
j = j+1;
city [c][j] = "Bosa";
j = j+1;
city [c][j] = "Bozen";
j = j+1;
city [c][j] = "Brescia";
j = j+1;
city [c][j] = "Brindisi";
j = j+1;
city [c][j] = "Cagliari";
j = j+1;
city [c][j] = "Calabria Seaside";
j = j+1;
city [c][j] = "Capri Island";
j = j+1;
city [c][j] = "Carovigno";
j = j+1;
city [c][j] = "Carpi";
j = j+1;
city [c][j] = "Caserta";
j = j+1;
city [c][j] = "Castel San Pietro Terme";
j = j+1;
city [c][j] = "Castel Volturno";
j = j+1;
city [c][j] = "Catania";
j = j+1;
city [c][j] = "Cattolica";
j = j+1;
city [c][j] = "Cefalu";
j = j+1;
city [c][j] = "Cernobbio";
j = j+1;
city [c][j] = "Chianciano Terme";
j = j+1;
city [c][j] = "Cilento Coast";
j = j+1;
city [c][j] = "Cinque Terre";
j = j+1;
city [c][j] = "Civitavecchia";
j = j+1;
city [c][j] = "ComoCortina D'Ampezzo";
j = j+1;
city [c][j] = "Cortona";
j = j+1;
city [c][j] = "Cosenza";
j = j+1;
city [c][j] = "Courmayeur";
j = j+1;
city [c][j] = "Cremona";
j = j+1;
city [c][j] = "Crotone";
j = j+1;
city [c][j] = "Cuneo";
j = j+1;
city [c][j] = "Desenzano del Garda";
j = j+1;
city [c][j] = "Elba Island";
j = j+1;
city [c][j] = "Eolie Islands";
j = j+1;
city [c][j] = "Erice";
j = j+1;
city [c][j] = "Fabriano";
j = j+1;
city [c][j] = "Faenza";
j = j+1;
city [c][j] = "Fano";
j = j+1;
city [c][j] = "Ferrara";
j = j+1;
city [c][j] = "Florence";
j = j+1;
city [c][j] = "Florence Province";
j = j+1;
city [c][j] = "Foggia";
j = j+1;
city [c][j] = "Forli";
j = j+1;
city [c][j] = "Francavilla al Mare";
j = j+1;
city [c][j] = "Gallipoli";
j = j+1;
city [c][j] = "Garda Lake";
j = j+1;
city [c][j] = "Genova";
j = j+1;
city [c][j] = "Giulianova";
j = j+1;
city [c][j] = "Grosseto";
j = j+1;
city [c][j] = "Gubbio";
j = j+1;
city [c][j] = "Ischia Island";
j = j+1;
city [c][j] = "Iseo Lake";
j = j+1;
city [c][j] = "Italian Riviera";
j = j+1;
city [c][j] = "La Spezia";
j = j+1;
city [c][j] = "Lamporecchio";
j = j+1;
city [c][j] = "Lanciano";
j = j+1;
city [c][j] = "L'Aquila";
j = j+1;
city [c][j] = "Lecce";
j = j+1;
city [c][j] = "Lecco";
j = j+1;
city [c][j] = "Livorno";
j = j+1;
city [c][j] = "Loreto";
j = j+1;
city [c][j] = "Lucca";
j = j+1;
city [c][j] = "Macerata";
j = j+1;
city [c][j] = "Maggiore and Orta Lakes";
j = j+1;
city [c][j] = "Maglie";
j = j+1;
city [c][j] = "Maiori";
j = j+1;
city [c][j] = "Manfredonia";
j = j+1;
city [c][j] = "Mantova";
j = j+1;
city [c][j] = "Maratea";
j = j+1;
city [c][j] = "Marina Di Pescoluse";
j = j+1;
city [c][j] = "Massa Lubrense";
j = j+1;
city [c][j] = "Matera";
j = j+1;
city [c][j] = "Melfi";
j = j+1;
city [c][j] = "Messina";
j = j+1;
city [c][j] = "Milan";
j = j+1;
city [c][j] = "Milan Province";
j = j+1;
city [c][j] = "Modena";
j = j+1;
city [c][j] = "Monsummano Terme";
j = j+1;
city [c][j] = "Montecatini Terme";
j = j+1;
city [c][j] = "Montepulciano";
j = j+1;
city [c][j] = "Montesilvano Marina";
j = j+1;
city [c][j] = "Naples";
j = j+1;
city [c][j] = "Oristano";
j = j+1;
city [c][j] = "Orvieto";
j = j+1;
city [c][j] = "Ostuni";
j = j+1;
city [c][j] = "Padova";
j = j+1;
city [c][j] = "Paestum";
j = j+1;
city [c][j] = "Palermo";
j = j+1;
city [c][j] = "Parma";
j = j+1;
city [c][j] = "Perugia";
j = j+1;
city [c][j] = "Pesaro";
j = j+1;
city [c][j] = "Pescara";
j = j+1;
city [c][j] = "Piacenza";
j = j+1;
city [c][j] = "Pisa";
j = j+1;
city [c][j] = "Poggibonsi";
j = j+1;
city [c][j] = "Pompei";
j = j+1;
city [c][j] = "Porretta Terme";
j = j+1;
city [c][j] = "Porto San Giorgio";
j = j+1;
city [c][j] = "Portofino";
j = j+1;
city [c][j] = "Portofino and Tigullio";
j = j+1;
city [c][j] = "Positano";
j = j+1;
city [c][j] = "Prato";
j = j+1;
city [c][j] = "Puglia";
j = j+1;
city [c][j] = "Puglia Seaside";
j = j+1;
city [c][j] = "Ragusa";
j = j+1;
city [c][j] = "Rapallo";
j = j+1;
city [c][j] = "Ravenna";
j = j+1;
city [c][j] = "Reggio Emilia";
j = j+1;
city [c][j] = "Riccione";
j = j+1;
city [c][j] = "Rieti";
j = j+1;
city [c][j] = "Rimini";
j = j+1;
city [c][j] = "Rome";
j = j+1;
city [c][j] = "Rome Province";
j = j+1;
city [c][j] = "Ruvo Di Puglia";
j = j+1;
city [c][j] = "Salerno";
j = j+1;
city [c][j] = "San Benedetto Del Tronto";
j = j+1;
city [c][j] = "San Dona' Di Piave";
j = j+1;
city [c][j] = "San Gimignano";
j = j+1;
city [c][j] = "San Giovanni Rotondo";
j = j+1;
city [c][j] = "San Marino";
j = j+1;
city [c][j] = "Sanremo";
j = j+1;
city [c][j] = "Santa Cesarea Terme";
j = j+1;
city [c][j] = "Sardinia";
j = j+1;
city [c][j] = "Senigallia";
j = j+1;
city [c][j] = "Sicily";
j = j+1;
city [c][j] = "Sicily Coast";
j = j+1;
city [c][j] = "Siena";
j = j+1;
city [c][j] = "Siracusa";
j = j+1;
city [c][j] = "Soncino";
j = j+1;
city [c][j] = "Sorrento";
j = j+1;
city [c][j] = "Spoleto";
j = j+1;
city [c][j] = "Taormina";
j = j+1;
city [c][j] = "Taranto";
j = j+1;
city [c][j] = "Termoli";
j = j+1;
city [c][j] = "Terni";
j = j+1;
city [c][j] = "The Alps - Dolomiti";
j = j+1;
city [c][j] = "Tirrenian Sea Coast";
j = j+1;
city [c][j] = "Trapani";
j = j+1;
city [c][j] = "Trento";
j = j+1;
city [c][j] = "Treviso";
j = j+1;
city [c][j] = "Trieste";
j = j+1;
city [c][j] = "Tropea";
j = j+1;
city [c][j] = "Turin";
j = j+1;
city [c][j] = "Tuscany - Chianti";
j = j+1;
city [c][j] = "Tuscany Farmhouse";
j = j+1;
city [c][j] = "Ugento";
j = j+1;
city [c][j] = "Urbino";
j = j+1;
city [c][j] = "Varese";
j = j+1;
city [c][j] = "Venice";
j = j+1;
city [c][j] = "Venice Province";
j = j+1;
city [c][j] = "Verona";
j = j+1;
city [c][j] = "Versilia";
j = j+1;
city [c][j] = "Vicenza";

c = c+1;
destination[c] = "Jamaica";
city [c] = new Array("Clarendon", "Hanover", "Kingston", "Manchester", "Portland", "Saint Andrew", "Saint Ann", "Saint Catherine", "Saint Elizabeth", "Saint James", "Saint Mary", "Saint Thomas", "Trelawny", "Westmoreland");

c = c+1;
destination[c] = "Japan";
city [c] = new Array("Aichi", "Akita", "Aomori", "Chiba", "Ehime", "Fukui", "Fukuoka", "Fukushima", "Gifu", "Gumma", "Hiroshima", "Hokkaido", "Hyogo", "Ibaraki", "Ishikawa", "Iwate", "Kagawa", "Kagoshima", "Kanagawa", "Kochi", "Kumamoto", "Kyoto", "Mie", "Miyagi", "Miyazaki", "Nagano", "Nagasaki", "Nara", "Niigata", "Oita", "Okayama", "Okinawa", "Osaka", "Saga", "Saitama", "Shiga", "Shimane", "Shizuoka", "Tochigi", "Tokushima", "Tokyo", "Tottori", "Toyama", "Wakayama", "Yamagata", "Yamaguchi", "Yamanashi");

c = c+1;
destination[c] = "Jordan";
city [c] = new Array;
j = 0;
city [c][j] = "Amman";
j = j+1;
city [c][j] = "Aqaba";
j = j+1;
city [c][j] = "Dead Sea (Jordan)";
j = j+1;
city [c][j] = "Petra";

c = c+1;
destination[c] = "Kenya";
city [c] = new Array("Central", "Coast", "Eastern", "Nairobi Area", "North Eastern", "Nyanza", "Rift Valley", "Western");

c = c+1;
destination[c] = "Kuwait";
city [c] = new Array("Al Ahmadi", "Al Farwaniyah", "Al Asimah", "Al Jahra", "Hawalli", "Mubarak Al-Kabeer");

c = c+1;
destination[c] = "Laos";
city [c] = new Array("Attapu", "Bokeo", "Bolikhamxai", "Champasak", "Houaphan", "Khammouan", "Louangnamtha", "Louangphrabang", "Oudomxai", "Phongsali", "Salavan", "Savannakhet", "Viangchan", "Viangchan", "Xaignabouli", "Xaisomboun", "Xekong", "Xiangkhoang");

c = c+1;
destination[c] = "Latvia";
city [c] = new Array("Aizkraukles Rajons", "Aluksnes Rajons", "Balvu Rajons", "Bauskas Rajons", "Cesu Rajons", "Daugavpils", "Daugavpils Rajons", "Dobeles Rajons", "Gulbenes Rajons", "Jekabpils Rajons", "Jelgava", "Jelgavas Rajons", "Jurmala", "Kraslavas Rajons", "Kuldigas Rajons", "Liepaja", "Liepajas Rajons", "Limbazu Rajons", "Ludzas Rajons", "Madonas Rajons", "Ogres Rajons", "Preilu Rajons", "Rezekne", "Rezeknes Rajons", "Riga", "Rigas Rajons", "Saldus Rajons", "Talsu Rajons", "Tukuma Rajons", "Valkas Rajons", "Valmieras Rajons", "Ventspils", "Ventspils Rajons");

c = c+1;
destination[c] = "Lebanon";
city [c] = new Array;
city [c][0] = "Beirut";

c = c+1;
destination[c] = "Lithuania";
city [c] = new Array("Alytaus", "Kauno", "Klaipedos", "Marijampoles", "Panevezio", "Siauliu", "Taurages", "Telsiu", "Utenos", "Vilniaus");

c = c+1;
destination[c] = "Luxembourg";
city [c] = new Array("Diekirch", "Grevenmacher", "Luxembourg");

c = c+1;
destination[c] = "Macau";
city [c] = new Array("Macau");

c = c+1;
destination[c] = "Malaysia";
city [c] = new Array;
j = 0;
city [c][0] = "Kuala Lumpur";
j = j+1;
city [c][j] = "Langkawi";
j = j+1;
city [c][j] = "Cameron Highlands";
j = j+1;
city [c][j] = "Genting Highlands";
j = j+1;
city [c][j] = "Ipoh";
j = j+1;
city [c][j] = "Johor Bahru";
j = j+1;
city [c][j] = "Kota Bharu";
j = j+1;
city [c][j] = "Kota Kinabalu";
j = j+1;
city [c][j] = "Kuala Lumpur";
j = j+1;
city [c][j] = "Kuala Terengganu";
j = j+1;
city [c][j] = "Kuantan";
j = j+1;
city [c][j] = "Kuching";
j = j+1;
city [c][j] = "Langkawi";
j = j+1;
city [c][j] = "Melacca";
j = j+1;
city [c][j] = "Miri";
j = j+1;
city [c][j] = "Pangkor Island";
j = j+1;
city [c][j] = "Penang";
j = j+1;
city [c][j] = "PerakPetaling Jaya";
j = j+1;
city [c][j] = "Sabah";
j = j+1;
city [c][j] = "Subang Jaya";
j = j+1;
city [c][j] = "Tioman Island";

c = c+1;
destination[c] = "Maldives";
city [c] = new Array("Alifu", "Baa", "Dhaalu", "Faafu", "Gaafu Alifu", "Gaafu Dhaalu", "Gnaviyani", "Haa Alifu", "Haa Dhaalu", "Kaafu", "Laamu", "Lhaviyani", "Maale", "Meemu", "Noonu", "Raa", "Seenu", "Shaviyani", "Thaa", "Vaavu");

c = c+1;
destination[c] = "Malta";
city [c] = new Array("Attard","Bugibba","Golden Bay","Gozo", "Qawra", "Sliema", "St Georges Bay","St Julians","St Pauls Bay", "Valletta");

c = c+1;
destination[c] = "Mauritius";
city [c] = new Array("Agalega Islands", "Black River", "Cargados Carajos Shoals", "Flacq", "Grand Port", "Moka", "Pamplemousses", "Plaines Wilhems", "Port Louis", "Riviere du Rempart", "Rodrigues", "Savanne");

c = c+1;
destination[c] = "Mexico";
city [c] = new Array("Aguascalientes", "Baja California", "Baja California Sur", "Campeche", "Chiapas", "Chihuahua", "Coahuila de Zaragoza", "Colima", "Distrito Federal", "Durango", "Guanajuato", "Guerrero", "Hidalgo", "Jalisco", "Mexico", "Michoacan de Ocampo", "Morelos", "Nayarit", "Nuevo Leon", "Oaxaca", "Puebla", "Queretaro de Arteaga", "Quintana Roo", "San Luis Potosi", "Sinaloa", "Sonora", "Tabasco", "Tamaulipas", "Tlaxcala", "Veracruz-Llave", "Yucatan", "Zacatecas");

c = c+1;
destination[c] = "Monaco";
city [c] = new Array("Monte Carlo", "Monte Carlo - Vicinity");

c = c+1;
destination[c] = "Morocco";
city [c] = new Array("Agadir", "Al Hoceima", "Azilal", "Beni Mellal", "Ben Slimane", "Boulemane", "Casablanca", "Chaouen", "El Jadida", "El Kelaa des Sraghna", "Er Rachidia", "Essaouira", "Fes", "Figuig", "Guelmim", "Ifrane", "Kenitra", "Khemisset", "Khenifra", "Khouribga", "Laayoune", "Larache", "Marrakech", "Meknes", "Nador", "Ouarzazate", "Oujda", "Rabat-Sale", "Safi", "Settat", "Sidi Kacem", "Tangier", "Tan-Tan", "Taounate", "Taroudannt", "Tata", "Taza", "Tetouan", "Tiznit");

c = c+1;
destination[c] = "Myanmar";
city [c] = new Array("Bagan","Inle Lake","Mandalay", "Ngapali", "Yangon");

c = c+1;
destination[c] = "Nepal";
city [c] = new Array("Bagmati", "Bheri", "Dhawalagiri", "Gandaki", "Janakpur", "Karnali", "Kosi", "Lumbini", "Mahakali", "Mechi", "Narayani", "Rapti", "Sagarmatha", "Seti");

c = c+1;
destination[c] = "Netherlands";
city [c] = new Array("Drenthe", "Flevoland", "Friesland", "Gelderland", "Groningen", "Limburg", "Noord-Brabant", "Noord-Holland", "Overijssel", "Utrecht", "Zeeland", "Zuid-Holland");

c = c+1;
destination[c] = "New Caledonia";
city [c] = new Array("Ile des Pins","Noumea");

c = c+1;
destination[c] = "New Zealand";
city [c] = new Array("Auckland", "Bay of Plenty", "Canterbury", "Chatham Islands", "Gisborne", "Hawke's Bay", "Manawatu-Wanganui", "Marlborough", "Nelson", "Northland", "Otago", "Southland", "Taranaki", "Tasman", "Waikato", "Wellington", "West Coast");

c = c+1;
destination[c] = "Northern Mariana Islands";
city [c] = new Array("Saipan");

c = c+1;
destination[c] = "Norway";
city [c] = new Array("Akershus", "Aust-Agder", "Buskerud", "Finnmark", "Hedmark", "Hordaland", "More og Romsdal", "Nordland", "Nord-Trondelag", "Oppland", "Oslo", "Ostfold", "Rogaland", "Sogn og Fjordane", "Sor-Trondelag", "Telemark", "Troms", "Vest-Agder", "Vestfold");

c = c+1;
destination[c] = "Oman";
city [c] = new Array;
city [c][0] = "Khasab";
city [c][1] = "Muscat";
city [c][2] = "Salalah";
city [c][3] = "Nizwa";

c = c+1;
destination[c] = "Palau";
city [c] = new Array("Arakabesang Island");

c = c+1;
destination[c] = "Panama";
city [c] = new Array("Bocas del Toro", "Chiriqui", "Cocle", "Colon", "Darien", "Herrera", "Los Santos", "Panama", "San Blas", "Veraguas");

c = c+1;
destination[c] = "Paraguay";
city [c] = new Array("Alto Paraguay", "Alto Parana", "Amambay", "Asuncion", "Boqueron", "Caaguazu", "Caazapa", "Canindeyu", "Central", "Concepcion", "Cordillera", "Guaira", "Itapua", "Misiones", "Neembucu", "Paraguari", "Presidente Hayes", "San Pedro");

c = c+1;
destination[c] = "Peru";
city [c] = new Array("Amazonas", "Ancash", "Apurimac", "Arequipa", "Ayacucho", "Cajamarca", "Callao", "Cusco", "Huancavelica", "Huanuco", "Ica", "Junin", "La Libertad", "Lambayeque", "Lima", "Loreto", "Madre de Dios", "Moquegua", "Pasco", "Piura", "Puno", "San Martin", "Tacna", "Tumbes", "Ucayali");

c = c+1;
destination[c] = "Philippines";
city [c] = new Array("Abra", "Agusan del Norte", "Agusan del Sur", "Aklan", "Albay", "Antique", "Apayao", "Aurora", "Basilan", "Bataan", "Batanes", "Batangas", "Biliran", "Benguet", "Bohol", "Bukidnon", "Bulacan", "Cagayan", "Camarines Norte", "Camarines Sur", "Camiguin", "Capiz", "Catanduanes", "Cavite", "Cebu", "Compostela", "Davao del Norte", "Davao del Sur", "Davao Oriental", "Eastern Samar", "Guimaras", "Ifugao", "Ilocos Norte", "Ilocos Sur", "Iloilo", "Isabela", "Kalinga", "Laguna", "Lanao del Norte", "Lanao del Sur", "La Union", "Leyte", "Maguindanao", "Marinduque", "Masbate", "Mindoro Occidental", "Mindoro Oriental", "Misamis Occidental", "Misamis Oriental", "Mountain Province", "Negros Occidental", "Negros Oriental", "North Cotabato", "Northern Samar", "Nueva Ecija", "Nueva Vizcaya", "Palawan", "Pampanga", "Pangasinan", "Quezon", "Quirino", "Rizal", "Romblon", "Samar", "Sarangani", "Siquijor", "Sorsogon", "South Cotabato", "Southern Leyte", "Sultan Kudarat", "Sulu", "Surigao del Norte", 
					 "Surigao del Sur", "Tarlac", "Tawi-Tawi", "Zambales", "Zamboanga del Norte", "Zamboanga del Sur", "Zamboanga Sibugay");
c = c+1;
destination[c] = "Poland";
city [c] = new Array("Greater Poland (Wielkopolskie)", "Kuyavian-Pomeranian (Kujawsko-Pomorskie)", "Lesser Poland (Malopolskie)", "Lodz (Lodzkie)", "Lower Silesian (Dolnoslaskie)", "Lublin (Lubelskie)", "Lubusz (Lubuskie)", "Masovian (Mazowieckie)", "Opole (Opolskie)", "Podlasie (Podlaskie)", "Pomeranian (Pomorskie)", "Silesian (Slaskie)", "Subcarpathian (Podkarpackie)", "Swietokrzyskie (Swietokrzyskie)", "Warmian-Masurian (Warminsko-Mazurskie)", "West Pomeranian (Zachodniopomorskie)");

c = c+1;
destination[c] = "Portugal";
city [c] = new Array("Aveiro", "Acores", "Beja", "Braga", "Braganca", "Castelo Branco", "Coimbra", "Evora", "Faro", "Guarda", "Leiria", "Lisboa", "Madeira", "Portalegre", "Porto", "Santarem", "Setubal", "Viana do Castelo", "Vila Real", "Viseu");

c = c+1;
destination[c] = "Puerto Rico";
city [c] = new Array("Anasco", "Isabela", "San Juan");

c = c+1;
destination[c] = "Qatar";
city [c] = new Array("Ad Dawhah", "Al Ghuwayriyah", "Al Jumayliyah", "Al Khawr", "Al Wakrah", "Ar Rayyan", "Jarayan al Batinah", "Madinat ash Shamal", "Umm Sa'id", "Umm Salal");

c = c+1;
destination[c] = "Romania";
city [c] = new Array("Alba", "Arad", "Arges", "Bacau", "Bihor", "Bistrita-Nasaud", "Botosani", "Braila", "Brasov", "Bucuresti", "Buzau", "Calarasi", "Caras-Severin", "Cluj", "Constanta", "Covasna", "Dimbovita", "Dolj", "Galati", "Gorj", "Giurgiu", "Harghita", "Hunedoara", "Ialomita", "Iasi", "Ilfov", "Maramures", "Mehedinti", "Mures", "Neamt", "Olt", "Prahova", "Salaj", "Satu Mare", "Sibiu", "Suceava", "Teleorman", "Timis", "Tulcea", "Vaslui", "Vilcea", "Vrancea");

c = c+1;
destination[c] = "Russia";
city [c] = new Array("Amur", "Arkhangel'sk", "Astrakhan'", "Belgorod", "Bryansk", "Chelyabinsk", "Chita", "Irkutsk", "Ivanovo", "Kaliningrad", "Kaluga", "Kamchatka", "Kemerovo", "Kirov", "Kostroma", "Kurgan", "Kursk", "Leningrad", "Lipetsk", "Magadan", "Moscow", "Murmansk", "Nizhniy Novgorod", "Novgorod", "Novosibirsk", "Omsk", "Orenburg", "Orel", "Penza", "Perm'", "Pskov", "Rostov", "Ryazan'", "Sakhalin", "Samara", "Saratov", "Smolensk", "Sverdlovsk", "Tambov", "Tomsk", "Tula", "Tver'", "Tyumen'", "Ul'yanovsk", "Vladimir", "Volgograd", "Vologda", "Voronezh", "Yaroslavl'", "Adygeya", "Altay", "Bashkortostan", "Buryatiya", "Chechnya", "Chuvashiya", "Dagestan", "Ingushetiya", "Kabardino-Balkariya", "Kalmykiya", "Karachayevo-Cherkesiya", "Kareliya", "Khakasiya", "Komi", "Mariy-El", "Mordoviya", "Sakha", "North Ossetia", "Tatarstan", "Tyva", "Udmurtiya", "Aga Buryat", "Chukotka", "Evenk", "Khanty-Mansi", "Komi-Permyak", "Koryak", "Nenets", "Taymyr", "Ust'-Orda Buryat", "Yamalo-Nenets", "Altay", "Khabarovsk", 
					 "Krasnodar", "Krasnoyarsk", "Primorskiy", "Stavropol'", "Moscow", "St. Petersburg", "Yevrey");

c = c+1;
destination[c] = "Saint Lucia";
city [c] = new Array("Gros Islet");

c = c+1;
destination[c] = "Samoa";
city [c] = new Array("A'ana", "Aiga-i-le-Tai", "Atua", "Fa'asaleleaga", "Gaga'emauga", "Gagaifomauga", "Palauli", "Satupa'itea", "Tuamasaga", "Va'a-o-Fonoti", "Vaisigano");

c = c+1;
destination [c] = "Saudi Arabia";
city [c] = new Array;
j = 0;
city [c][j] = "Dammam";
j = j+1;
city [c][j] = "Al Khobar";
j = j+1;
city [c][j] = "Dammam";
j = j+1;
city [c][j] = "Jeddah";
j = j+1;
city [c][j] = "Madina";
j = j+1;
city [c][j] = "Riyadh";
j = j+1;
city [c][j] = "Yanbu";

c = c+1;
destination[c] = "Seychelles";
city [c] = new Array("Cerf Island", "La Digue Island" , "Mahe Island", "Praslin Island");

c = c+1;
destination[c] = "Singapore";
city [c] = new Array;

c = c+1;
destination[c] = "Slovakia";
city [c] = new Array("Banskobystricky", "Bratislavsky", "Kosicky", "Nitriansky", "Presovsky", "Trenciansky", "Trnavsky", "Zilinsky");

c = c+1;
destination[c] = "Slovenia";
city [c] = new Array("Ajdovscina", "Beltinci", "Benedikt", "Bistrica ob Sotli", "Bled", "Bloke", "Bohinj", "Borovnica", "Bovec", "Braslovce", "Brda", "Brezice", "Brezovica", "Cankova", "Celje", "Cerklje na Gorenjskem", "Cerknica", "Cerkno", "Cerkvenjak", "Crensovci", "Crna na Koroskem", "Crnomelj", "Destrnik", "Divaca", "Dobje", "Dobrepolje", "Dobrna", "Dobrova-Horjul-Polhov Gradec", "Dobrovnik-Dobronak", "Dolenjske Toplice", "Dol pri Ljubljani", "Domzale", "Dornava", "Dravograd", "Duplek", "Gorenja Vas-Poljane", "Gorisnica", "Gornja Radgona", "Gornji Grad", "Gornji Petrovci", "Grad", "Grosuplje", "Hajdina", "Hoce-Slivnica", "Hodos-Hodos", "Horjul", "Hrastnik", "Hrpelje-Kozina", "Idrija", "Ig", "Ilirska Bistrica", "Ivancna Gorica", "Izola-Isola", "Jesenice", "Jezersko", "Jursinci", "Kamnik", "Kanal", "Kidricevo", "Kobarid", "Kobilje", "Kocevje", "Komen", "Komenda", "Koper-Capodistria", "Kostel", "Kozje", "Kranj", "Kranjska Gora", "Krizevci", "Krsko", "Kungota", "Kuzma", "Lasko", "Lenart", 
					 "Lendava-Lendva", "Litija", "Ljubljana", "Ljubno", "Ljutomer", "Logatec", "Loska Dolina", "Loski Potok", "Lovrenc na Pohorju", "Luce", "Lukovica", "Majsperk", "Maribor", "Markovci", "Medvode", "Menges", "Metlika", "Mezica", "Miklavz na Dravskem Polju", "Miren-Kostanjevica", "Mirna Pec", "Mislinja", "Moravce", "Moravske Toplice", "Mozirje", "Murska Sobota", "Muta", "Naklo", "Nazarje", "Nova Gorica", "Novo Mesto", "Odranci", "Oplotnica", "Ormoz", "Osilnica", "Pesnica", "Piran-Pirano", "Pivka", "Podcetrtek", "Podlehnik", "Podvelka", "Polzela", "Postojna", "Prebold", "Preddvor", "Prevalje", "Ptuj", "Puconci", "Race-Fram", "Radece", "Radenci", "Radlje ob Dravi", "Radovljica", "Ravne na Koroskem", "Razkrizje", "Ribnica", "Ribnica na Pohorju", "Rogasovci", "Rogaska Slatina", "Rogatec", "Ruse", "Salovci", "Selnica ob Dravi", "Semic", "Sempeter-Vrtojba", "Sencur", "Sentilj", "Sentjernej", "Sentjur pri Celju", "Sevnica", "Sezana", "Skocjan", "Skofja Loka", "Skofljica", "Slovenj Gradec", "Slovenska Bistrica", 
					 "Slovenske Konjice", "Smarje pri Jelsah", "Smartno ob Paki", "Smartno pri Litiji", "Sodrazica", "Solcava", "Sostanj", "Starse", "Store", "Sveta Ana", "Sveti Andraz v Slovenskih Goricah", "Sveti Jurij", "Tabor", "Tisina", "Tolmin", "Trbovlje", "Trebnje", "Trnovska Vas", "Trzic", "Trzin", "Turnisce", "Velenje", "Velika Polana", "Velike Lasce", "Verzej", "Videm", "Vipava", "Vitanje", "Vodice", "Vojnik", "Vransko", "Vrhnika", "Vuzenica", "Zagorje ob Savi", "Zalec", "Zavrc", "Zelezniki", "Zetale", "Ziri", "Zirovnica", "Zuzemberk", "Zrece");

c = c+1;
destination[c] = "South Africa";
city [c] = new Array("Eastern Cape", "Free State", "Gauteng", "KwaZulu-Natal", "Limpopo", "Mpumalanga", "North-West", "Northern Cape", "Western Cape");

c = c+1;
destination[c] = "South Korea";
city [c] = new Array("Ansan", "Busan", "Changwon", "Chuncheon", "Daegu", "Daejeon", "Gongju", "Gwangju", "Gyeongju", "Incheon", "Jeju", "Mokpo", "Pyeongchang", "Seoul", "Sokcho", "Suwon", "Ulsan", "Yangyang");

c = c+1;
destination[c] = "Spain";
city [c] = new Array;
j = 0;
city [c][j] = "A Coruna & Province";
j = j+1;
city [c][j] = "Alava";
j = j+1;
city [c][j] = "Albacete & Province";
j = j+1;
city [c][j] = "Alicante";
j = j+1;
city [c][j] = "Alicante Province";
j = j+1;
city [c][j] = "Almeria";
j = j+1;
city [c][j] = "Almeria Province";
j = j+1;
city [c][j] = "Asturias";
j = j+1;
city [c][j] = "Avila & Province";
j = j+1;
city [c][j] = "Badajoz & Province";
j = j+1;
city [c][j] = "Barcelona";
j = j+1;
city [c][j] = "Barcelona Province";
j = j+1;
city [c][j] = "Barcelona Vicinity";
j = j+1;
city [c][j] = "Benidorm";
j = j+1;
city [c][j] = "Bilbao";
j = j+1;
city [c][j] = "Burgos & Province";
j = j+1;
city [c][j] = "Caceres & Province";
j = j+1;
city [c][j] = "Cadiz & Province";
j = j+1;
city [c][j] = "Cantabria";
j = j+1;
city [c][j] = "Castellon & Province";
j = j+1;
city [c][j] = "Ceuta";
j = j+1;
city [c][j] = "Ciudad Real & Province";
j = j+1;
city [c][j] = "Cordoba & Province";
j = j+1;
city [c][j] = "Costa Brava";
j = j+1;
city [c][j] = "Costa Del Sol";
j = j+1;
city [c][j] = "Costa Dorada";
j = j+1;
city [c][j] = "Cuenca";
j = j+1;
city [c][j] = "Cuenca & Province";
j = j+1;
city [c][j] = "El Hierro Island";
j = j+1;
city [c][j] = "Formentera Island";
j = j+1;
city [c][j] = "Fuerteventura Island";
j = j+1;
city [c][j] = "Gijon";
j = j+1;
city [c][j] = "Girona";
j = j+1;
city [c][j] = "Girona & Province";
j = j+1;
city [c][j] = "Gran Canaria Island";
j = j+1;
city [c][j] = "Granada & Province";
j = j+1;
city [c][j] = "Guadalajara & Province";
j = j+1;
city [c][j] = "Huelva & Province";
j = j+1;
city [c][j] = "Huesca & Province";
j = j+1;
city [c][j] = "Ibiza Island";
j = j+1;
city [c][j] = "Jaen & Province";
j = j+1;
city [c][j] = "Jerez (Cadiz)La Gomera Island";
j = j+1;
city [c][j] = "La Palma Island";
j = j+1;
city [c][j] = "La Rioja (Incl. Logrono)Lanzarote Island";
j = j+1;
city [c][j] = "Leon & Province";
j = j+1;
city [c][j] = "Lleida & Province";
j = j+1;
city [c][j] = "Lugo & Province";
j = j+1;
city [c][j] = "Madrid";
j = j+1;
city [c][j] = "Madrid Province";
j = j+1;
city [c][j] = "Malaga";
j = j+1;
city [c][j] = "Malaga Province";
j = j+1;
city [c][j] = "Mallorca Island";
j = j+1;
city [c][j] = "Marbella - Costa del Sol";
j = j+1;
city [c][j] = "Melilla";
j = j+1;
city [c][j] = "Menorca Island";
j = j+1;
city [c][j] = "Murcia & Province";
j = j+1;
city [c][j] = "Navarra";
j = j+1;
city [c][j] = "Navarra Province";
j = j+1;
city [c][j] = "Ourense & Province";
j = j+1;
city [c][j] = "Oviedo";
j = j+1;
city [c][j] = "Palencia & Province";
j = j+1;
city [c][j] = "Pamplona";
j = j+1;
city [c][j] = "Pontevedra & Province";
j = j+1;
city [c][j] = "Ronda";
j = j+1;
city [c][j] = "Salamanca & Province";
j = j+1;
city [c][j] = "San Sebastian";
j = j+1;
city [c][j] = "Santander";
j = j+1;
city [c][j] = "Santiago de Compostela";
j = j+1;
city [c][j] = "Segovia";
j = j+1;
city [c][j] = "Seville & Province";
j = j+1;
city [c][j] = "Sitges (Barcelona)";
j = j+1;
city [c][j] = "Soria & Province";
j = j+1;
city [c][j] = "Tarragona & Province";
j = j+1;
city [c][j] = "Tenerife Island";
j = j+1;
city [c][j] = "Teruel & Province";
j = j+1;
city [c][j] = "Toledo & Province";
j = j+1;
city [c][j] = "Valencia & Province";
j = j+1;
city [c][j] = "Valladolid & Province";
j = j+1;
city [c][j] = "Vigo";
j = j+1;
city [c][j] = "Vitoria";
j = j+1;
city [c][j] = "Vizcaya";
j = j+1;
city [c][j] = "Zamora & Province";
j = j+1;
city [c][j] = "Zaragoza & Province";

c = c+1;
destination[c] = "Sri Lanka";
city [c] = new Array("Central", "North Central", "North Eastern", "North Western", "Sabaragamuwa", "Southern", "Uva", "Western");

c = c+1;
destination[c] = "Sweden";
city [c] = new Array("Blekinge", "Dalarnas", "Gavleborgs", "Gotlands", "Hallands", "Jamtlands", "Jonkopings", "Kalmar", "Kronobergs", "Norrbottens", "Orebro", "Ostergotlands", "Skane", "Sodermanlands", "Stockholms", "Uppsala", "Varmlands", "Vasterbottens", "Vasternorrlands", "Vastmanlands", "Vastra Gotalands");

c = c+1;
destination[c] = "Switzerland";
city [c] = new Array;
j = 0;
city [c][j] = "Aarau";
j = j+1;
city [c][j] = "Ascona - Locarno";
j = j+1;
city [c][j] = "Bad Ragaz";
j = j+1;
city [c][j] = "Basel";
j = j+1;
city [c][j] = "Berne";
j = j+1;
city [c][j] = "Biel";
j = j+1;
city [c][j] = "Brunnen";
j = j+1;
city [c][j] = "Chur";
j = j+1;
city [c][j] = "Davos";
j = j+1;
city [c][j] = "Geneva";
j = j+1;
city [c][j] = "Interlaken";
j = j+1;
city [c][j] = "La Chaux-de-Fonds";
j = j+1;
city [c][j] = "Lausanne";
j = j+1;
city [c][j] = "Lucerne";
j = j+1;
city [c][j] = "Lugano";
j = j+1;
city [c][j] = "Montreux";
j = j+1;
city [c][j] = "Olten";
j = j+1;
city [c][j] = "Solothurn";
j = j+1;
city [c][j] = "St. Gallen";
j = j+1;
city [c][j] = "St. Moritz";
j = j+1;
city [c][j] = "Swiss Alps";
j = j+1;
city [c][j] = "Wengen";
j = j+1;
city [c][j] = "Zurich";
j = j+1;
city [c][j] = "Zurzach";

c = c+1;
destination[c] = "Syria";
city [c] = new Array;

c = c+1;
destination[c] = "Taiwan";
city [c] = new Array("Chang-hua", "Chia-i", "Hsin-chu", "Hua-lien", "I-lan", "Kao-hsiung", "Kin-men", "Lien-chiang", "Miao-li", "Nan-t'ou", "P'eng-hu", "P'ing-tung", "T'ai-chung", "T'ai-nan", "T'ai-pei", "T'ai-tung", "T'ao-yuan", "Yun-lin", "Chia-i", "Chi-lung", "Hsin-chu", "T'ai-chung", "T'ai-nan", "Kao-hsiung city", "T'ai-pei city");

c = c+1;
destination[c] = "Thailand";
city [c] = new Array;
j = 0;
city [c][j] = "Ayuthaya";
j = j+1;
city [c][j] = "Bangkok";
j = j+1;
city [c][j] = "Cha-Am";
j = j+1;
city [c][j] = "Chiang Mai";
j = j+1;
city [c][j] = "Chiang Rai";
j = j+1;
city [c][j] = "Hat Yai";
j = j+1;
city [c][j] = "Hua Hin";
j = j+1;
city [c][j] = "Kanchanaburi";
j = j+1;
city [c][j] = "Khao Lak";
j = j+1;
city [c][j] = "Khao Yai";
j = j+1;
city [c][j] = "Khon Kaen";
j = j+1;
city [c][j] = "Koh Chang";
j = j+1;
city [c][j] = "Koh Lanta";
j = j+1;
city [c][j] = "Krabi";
j = j+1;
city [c][j] = "Lampang";
j = j+1;
city [c][j] = "Mae Hong Son";
j = j+1;
city [c][j] = "Pattaya";
j = j+1;
city [c][j] = "Phi Phi Island";
j = j+1;
city [c][j] = "Phitsanulok";
j = j+1;
city [c][j] = "Phuket";
j = j+1;
city [c][j] = "Prachupkirikhan";
j = j+1;
city [c][j] = "Rayong";
j = j+1;
city [c][j] = "Samed Island";
j = j+1;
city [c][j] = "Samui";
j = j+1;
city [c][j] = "Sukhothai";
j = j+1;
city [c][j] = "Tak";
j = j+1;
city [c][j] = "Trang";

c = c+1;
destination[c] = "Tonga";
city [c] = new Array ("Fafa Island" ,"Nukualofa");

c = c+1;
destination[c] = "Trinidad & Tobago";
city [c] = new Array ("Black Rock" , "Tobago Island");

c = c+1;
destination[c] = "Tunisia";
city [c] = new Array("Ariana (Aryanah)", "Beja (Bajah)", "Ben Arous (Bin 'Arus)", "Bizerte (Banzart)", "Gabes (Qabis)", "Gafsa (Qafsah)", "Jendouba (Jundubah)", "Kairouan (Al Qayrawan)", "Kasserine (Al Qasrayn)", "Kebili (Qibili)", "Kef (Al Kaf)", "Mahdia (Al Mahdiyah)", "Manouba (Manubah)", "Medenine (Madanin)", "Monastir (Al Munastir)", "Nabeul (Nabul)", "Sfax (Safaqis)", "Sidi Bou Zid (Sidi Bu Zayd)", "Siliana (Silyanah)", "Sousse (Susah)", "Tataouine (Tatawin)", "Tozeur (Tawzar)", "Tunis", "Zaghouan (Zaghwan)");

c = c+1;
destination[c] = "Turkey";
city [c] = new Array;
j = 0;
city [c][j] = "Adana";
j = j+1;
city [c][j] = "Ankara";
j = j+1;
city [c][j] = "Antalya";
j = j+1;
city [c][j] = "Assos";
j = j+1;
city [c][j] = "Bodrum";
j = j+1;
city [c][j] = "Bolu";
j = j+1;
city [c][j] = "Canakkale / Gallipoli";
j = j+1;
city [c][j] = "Cappadocia";
j = j+1;
city [c][j] = "Fethiye";
j = j+1;
city [c][j] = "Istanbul";
j = j+1;
city [c][j] = "Izmir";
j = j+1;
city [c][j] = "Konya";
j = j+1;
city [c][j] = "Kusadasi";
j = j+1;
city [c][j] = "Marmaris";
j = j+1;
city [c][j] = "Pamukkale";

c = c+1;
destination[c] = "United Arab Emirates";
city [c] = new Array("Abu Dhabi", "Ajman", "Al Fujayrah", "Sharjah", "Dubai", "Ra's al Khaymah", "Umm al Qaywayn");

c = c+1;
destination[c] = "United Kingdom";
city [c] = new Array;
j = 0;
city [c][j] = "Aberdeen";
j = j+1;
city [c][j] = "Aberdeenshire";
j = j+1;
city [c][j] = "Aberfoyle";
j = j+1;
city [c][j] = "Aberystwyth";
j = j+1;
city [c][j] = "Andover";
j = j+1;
city [c][j] = "Antrim County";
j = j+1;
city [c][j] = "Argyll";
j = j+1;
city [c][j] = "Armagh";
j = j+1;
city [c][j] = "Arundel";
j = j+1;
city [c][j] = "Ascot";
j = j+1;
city [c][j] = "Ashbourne";
j = j+1;
city [c][j] = "Ashburton (UK)";
j = j+1;
city [c][j] = "Ashford";
j = j+1;
city [c][j] = "Aviemore";
j = j+1;
city [c][j] = "Ayr";
j = j+1;
city [c][j] = "Ayrshire";
j = j+1;
city [c][j] = "Banbury";
j = j+1;
city [c][j] = "Barnstaple";
j = j+1;
city [c][j] = "Basingstoke";
j = j+1;
city [c][j] = "Bath";
j = j+1;
city [c][j] = "Bathgate";
j = j+1;
city [c][j] = "Beaulieu";
j = j+1;
city [c][j] = "Bedford";
j = j+1;
city [c][j] = "Belfast";
j = j+1;
city [c][j] = "Beverley";
j = j+1;
city [c][j] = "Biggar";
j = j+1;
city [c][j] = "Birmingham";
j = j+1;
city [c][j] = "Blackburn";
j = j+1;
city [c][j] = "Blackpool";
j = j+1;
city [c][j] = "Bolton";
j = j+1;
city [c][j] = "Boston (UK)";
j = j+1;
city [c][j] = "Bournemouth";
j = j+1;
city [c][j] = "Bowness-on-Windermere";
j = j+1;
city [c][j] = "Bracknell";
j = j+1;
city [c][j] = "Bradford";
j = j+1;
city [c][j] = "Bradford-on-Avon";
j = j+1;
city [c][j] = "Brighton";
j = j+1;
city [c][j] = "Bristol";
j = j+1;
city [c][j] = "Burton upon Trent";
j = j+1;
city [c][j] = "Bury St Edmunds";
j = j+1;
city [c][j] = "Caernarfon";
j = j+1;
city [c][j] = "Caithness";
j = j+1;
city [c][j] = "Camberley";
j = j+1;
city [c][j] = "Cambridge (UK)";
j = j+1;
city [c][j] = "Cannock";
j = j+1;
city [c][j] = "Canterbury (UK)";
j = j+1;
city [c][j] = "Cardiff";
j = j+1;
city [c][j] = "Carlisle";
j = j+1;
city [c][j] = "Chatham";
j = j+1;
city [c][j] = "Cheltenham";
j = j+1;
city [c][j] = "Chepstow";
j = j+1;
city [c][j] = "Chester";
j = j+1;
city [c][j] = "Chesterfield";
j = j+1;
city [c][j] = "Clitheroe";
j = j+1;
city [c][j] = "Colchester";
j = j+1;
city [c][j] = "Cornwall";
j = j+1;
city [c][j] = "County Antrim";
j = j+1;
city [c][j] = "County Down";
j = j+1;
city [c][j] = "County Durham";
j = j+1;
city [c][j] = "Coventry";
j = j+1;
city [c][j] = "Crewe";
j = j+1;
city [c][j] = "Cumbria";
j = j+1;
city [c][j] = "Darlington";
j = j+1;
city [c][j] = "Dartford";
j = j+1;
city [c][j] = "Daventry";
j = j+1;
city [c][j] = "Derby";
j = j+1;
city [c][j] = "Derbyshire";
j = j+1;
city [c][j] = "Derry";
j = j+1;
city [c][j] = "Devon";
j = j+1;
city [c][j] = "Dingwall";
j = j+1;
city [c][j] = "Dorking";
j = j+1;
city [c][j] = "Dornoch";
j = j+1;
city [c][j] = "Dover";
j = j+1;
city [c][j] = "Dundee";
j = j+1;
city [c][j] = "Dunfermline";
j = j+1;
city [c][j] = "Durham";
j = j+1;
city [c][j] = "East Grinstead";
j = j+1;
city [c][j] = "East Kilbride";
j = j+1;
city [c][j] = "East Midlands";
j = j+1;
city [c][j] = "Eastbourne";
j = j+1;
city [c][j] = "Edinburgh";
j = j+1;
city [c][j] = "Essex County";
j = j+1;
city [c][j] = "Exeter";
j = j+1;
city [c][j] = "Farnham";
j = j+1;
city [c][j] = "Folkestone";
j = j+1;
city [c][j] = "Fort William";
j = j+1;
city [c][j] = "Glasgow";
j = j+1;
city [c][j] = "Gloucester";
j = j+1;
city [c][j] = "Gourock";
j = j+1;
city [c][j] = "Grantham";
j = j+1;
city [c][j] = "Grantown-on-Spey";
j = j+1;
city [c][j] = "Great Yarmouth";
j = j+1;
city [c][j] = "Gretna";
j = j+1;
city [c][j] = "Grimsby";
j = j+1;
city [c][j] = "Guernsey";
j = j+1;
city [c][j] = "Guildford";
j = j+1;
city [c][j] = "Halifax";
j = j+1;
city [c][j] = "Hampshire";
j = j+1;
city [c][j] = "Harlow";
j = j+1;
city [c][j] = "Harrogate";
j = j+1;
city [c][j] = "Hatfield";
j = j+1;
city [c][j] = "Helmsley";
j = j+1;
city [c][j] = "Hemel Hempstead";
j = j+1;
city [c][j] = "Hertfordshire";
j = j+1;
city [c][j] = "Horsham";
j = j+1;
city [c][j] = "Howwood";
j = j+1;
city [c][j] = "Huddersfield";
j = j+1;
city [c][j] = "Hull";
j = j+1;
city [c][j] = "Huntingdon";
j = j+1;
city [c][j] = "Inverness";
j = j+1;
city [c][j] = "Ipswich";
j = j+1;
city [c][j] = "Irvine";
j = j+1;
city [c][j] = "Isle of Man";
j = j+1;
city [c][j] = "Isle of Mull";
j = j+1;
city [c][j] = "Isle of Sheppey";
j = j+1;
city [c][j] = "Isle of Skye";
j = j+1;
city [c][j] = "Jersey  Channel Islands";
j = j+1;
city [c][j] = "Kettering";
j = j+1;
city [c][j] = "Kidderminster";
j = j+1;
city [c][j] = "Kilmarnock";
j = j+1;
city [c][j] = "King's Lynn";
j = j+1;
city [c][j] = "Kingston Upon Thames";
j = j+1;
city [c][j] = "Kinross";
j = j+1;
city [c][j] = "Kirkcaldy";
j = j+1;
city [c][j] = "Lake District";
j = j+1;
city [c][j] = "Lancaster";
j = j+1;
city [c][j] = "Leamington Spa";
j = j+1;
city [c][j] = "Leeds";
j = j+1;
city [c][j] = "Leicester";
j = j+1;
city [c][j] = "Lincoln";
j = j+1;
city [c][j] = "Liverpool";
j = j+1;
city [c][j] = "Livingston";
j = j+1;
city [c][j] = "Llandudno";
j = j+1;
city [c][j] = "Llangollen";
j = j+1;
city [c][j] = "Loch Lomond";
j = j+1;
city [c][j] = "Lockerbie";
j = j+1;
city [c][j] = "London";
j = j+1;
city [c][j] = "London - Gatwick Airport";
j = j+1;
city [c][j] = "London - Heathrow Airport";
j = j+1;
city [c][j] = "London - Luton Airport";
j = j+1;
city [c][j] = "London - Stansted Airport";
j = j+1;
city [c][j] = "Londonderry";
j = j+1;
city [c][j] = "Lossiemouth";
j = j+1;
city [c][j] = "Loughborough";
j = j+1;
city [c][j] = "Lymington";
j = j+1;
city [c][j] = "Maidstone";
j = j+1;
city [c][j] = "Mallaig";
j = j+1;
city [c][j] = "Manchester";
j = j+1;
city [c][j] = "Margate";
j = j+1;
city [c][j] = "Marlow-on-Thames";
j = j+1;
city [c][j] = "Middlesbrough";
j = j+1;
city [c][j] = "Milton Keynes";
j = j+1;
city [c][j] = "Mold";
j = j+1;
city [c][j] = "Montrose (UK)";
j = j+1;
city [c][j] = "Newbury";
j = j+1;
city [c][j] = "Newcastle Under Lyme";
j = j+1;
city [c][j] = "Newcastle Upon Tyne";
j = j+1;
city [c][j] = "Newtonmore";
j = j+1;
city [c][j] = "Norfolk";
j = j+1;
city [c][j] = "North Yorkshire";
j = j+1;
city [c][j] = "Northampton";
j = j+1;
city [c][j] = "Northumberland";
j = j+1;
city [c][j] = "Norwich";
j = j+1;
city [c][j] = "Nottingham";
j = j+1;
city [c][j] = "Oakham";
j = j+1;
city [c][j] = "Oban";
j = j+1;
city [c][j] = "Old Harlow";
j = j+1;
city [c][j] = "Oxford";
j = j+1;
city [c][j] = "Peebles";
j = j+1;
city [c][j] = "Perth (UK)";
j = j+1;
city [c][j] = "Perthshire";
j = j+1;
city [c][j] = "Peterborough";
j = j+1;
city [c][j] = "Peterhead";
j = j+1;
city [c][j] = "Pickering";
j = j+1;
city [c][j] = "Pitlochry";
j = j+1;
city [c][j] = "Plymouth";
j = j+1;
city [c][j] = "Poole";
j = j+1;
city [c][j] = "Portsmouth";
j = j+1;
city [c][j] = "Prestatyn";
j = j+1;
city [c][j] = "Preston";
j = j+1;
city [c][j] = "Ramsgate";
j = j+1;
city [c][j] = "Reading";
j = j+1;
city [c][j] = "Redditch";
j = j+1;
city [c][j] = "Retford";
j = j+1;
city [c][j] = "Royal Tunbridge Wells";
j = j+1;
city [c][j] = "Rugby";
j = j+1;
city [c][j] = "Saffron Walden";
j = j+1;
city [c][j] = "Salisbury";
j = j+1;
city [c][j] = "Scarborough (UK)";
j = j+1;
city [c][j] = "Sevenoaks";
j = j+1;
city [c][j] = "Sheffield";
j = j+1;
city [c][j] = "Shepperton";
j = j+1;
city [c][j] = "Shrewsbury";
j = j+1;
city [c][j] = "Slough";
j = j+1;
city [c][j] = "Snowdonia";
j = j+1;
city [c][j] = "Southampton";
j = j+1;
city [c][j] = "St Albans";
j = j+1;
city [c][j] = "St Andrews";
j = j+1;
city [c][j] = "St Helens (UK)";
j = j+1;
city [c][j] = "Stafford";
j = j+1;
city [c][j] = "Stevenage";
j = j+1;
city [c][j] = "Stirling";
j = j+1;
city [c][j] = "Stockton";
j = j+1;
city [c][j] = "Stoke on Trent";
j = j+1;
city [c][j] = "Stratford Upon Avon";
j = j+1;
city [c][j] = "Suffolk";
j = j+1;
city [c][j] = "Sunderland";
j = j+1;
city [c][j] = "Sutton Coldfield";
j = j+1;
city [c][j] = "Swansea";
j = j+1;
city [c][j] = "Swindon";
j = j+1;
city [c][j] = "Tain";
j = j+1;
city [c][j] = "Tamworth (UK)";
j = j+1;
city [c][j] = "Taunton";
j = j+1;
city [c][j] = "Telford";
j = j+1;
city [c][j] = "Tewkesbury";
j = j+1;
city [c][j] = "The Highlands";
j = j+1;
city [c][j] = "Thetford";
j = j+1;
city [c][j] = "Thurso";
j = j+1;
city [c][j] = "Torquay";
j = j+1;
city [c][j] = "Troon";
j = j+1;
city [c][j] = "Ullapool";
j = j+1;
city [c][j] = "Wallingford";
j = j+1;
city [c][j] = "Walsall";
j = j+1;
city [c][j] = "Warrington";
j = j+1;
city [c][j] = "Warwick";
j = j+1;
city [c][j] = "Warwickshire";
j = j+1;
city [c][j] = "Watford";
j = j+1;
city [c][j] = "Wellingborough";
j = j+1;
city [c][j] = "Welwyn Garden City";
j = j+1;
city [c][j] = "Wetherby";
j = j+1;
city [c][j] = "Wick";
j = j+1;
city [c][j] = "Widnes";
j = j+1;
city [c][j] = "Wigan";
j = j+1;
city [c][j] = "Winchester";
j = j+1;
city [c][j] = "Windsor";
j = j+1;
city [c][j] = "Wolverhampton";
j = j+1;
city [c][j] = "Woodstock";
j = j+1;
city [c][j] = "York";

c = c+1;
destination[c] = "United States";
city [c] = new Array("Alabama", "Alaska", "Arizona", "Arkansas", "California", "Colorado", "Connecticut", "Delaware", "District of Columbia", "Florida", "Georgia", "Hawaii", "Idaho", "Illinois", "Indiana", "Iowa", "Kansas", "Kentucky", "Louisiana", "Maine", "Maryland", "Massachusetts", "Michigan", "Minnesota", "Mississippi", "Missouri", "Montana", "Nebraska", "Nevada", "New Hampshire", "New Jersey", "New Mexico", "New York", "North Carolina", "North Dakota", "Ohio", "Oklahoma", "Oregon", "Pennsylvania", "Rhode Island", "South Carolina", "South Dakota", "Tennessee", "Texas", "Utah", "Vermont", "Virginia", "Washington", "West Virginia", "Wisconsin", "Wyoming");

c = c+1;
destination[c] = "Uruguay";
city [c] = new Array("Artigas", "Canelones", "Cerro Largo", "Colonia", "Durazno", "Flores", "Florida", "Lavalleja", "Maldonado", "Montevideo", "Paysandu", "Rio Negro", "Rivera", "Rocha", "Salto", "San Jose", "Soriano", "Tacuarembo", "Treinta y Tres");

c = c+1;
destination[c] = "Vanuatu";
city [c] = new Array("Malampa", "Penama", "Sanma", "Shefa", "Tafea", "Torba");

c = c+1;
destination[c] = "Venezuela";
city [c] = new Array("Amazonas", "Anzoategui", "Apure", "Aragua", "Barinas", "Bolivar", "Carabobo", "Cojedes", "Delta Amacuro", "Dependencias Federales", "Distrito Federal", "Falcon", "Guarico", "Lara", "Merida", "Miranda", "Monagas", "Nueva Esparta", "Portuguesa", "Sucre", "Tachira", "Trujillo", "Vargas", "Yaracuy", "Zulia");

c = c+1;
destination[c] = "Vietnam";
city [c] = new Array("An Giang", "Bac Giang", "Bac Kan", "Bac Lieu", "Bac Ninh", "Ba Ria-Vung Tau", "Ben Tre", "Binh Dinh", "Binh Duong", "Binh Phuoc", "Binh Thuan", "Ca Mau", "Cao Bang", "Dac Lak", "Dac Nong", "Dien Bien", "Dong Nai", "Dong Thap", "Gia Lai", "Ha Giang", "Hai Duong", "Ha Nam", "Ha Tay", "Ha Tinh", "Hau Giang", "Hoa Binh", "Hung Yen", "Khanh Hoa", "Kien Giang", "Kon Tum", "Lai Chau", "Lam Dong", "Lang Son", "Lao Cai", "Long An", "Nam Dinh", "Nghe An", "Ninh Binh", "Ninh Thuan", "Phu Tho", "Phu Yen", "Quang Binh", "Quang Nam", "Quang Ngai", "Quang Ninh", "Quang Tri", "Soc Trang", "Son La", "Tay Ninh", "Thai Binh", "Thai Nguyen", "Thanh Hoa", "Thua Thien-Hue", "Tien Giang", "Tra Vinh", "Tuyen Quang", "Vinh Long", "Vinh Phuc", "Yen Bai", "Can Tho", "Da Nang", "Hai Phong", "Hanoi", "Ho Chi Minh");

function removeAllOptions(selectbox)
{
	var i;
	
	for(i=selectbox.options.length-1; i>=0; i--)
	{
		//selectbox.options.remove(i);
		selectbox.remove(i);
	}
}

function addOption(selectbox, value, text)
{
	var optn	= document.createElement("option");
	optn.text	= text;
	optn.value	= value;
	
	selectbox.options.add(optn);
}

function loaddestination(frm)
{
	with(frm)
	{
		removeAllOptions(tailor_pkg_destination);
		addOption(tailor_pkg_destination, '', 'Select Destination');
		addOption(tailor_pkg_destination1, '', 'Select Destination');
		addOption(tailor_pkg_city, '', 'Select City');
		addOption(tailor_pkg_city1, '', 'Select City');
		
		for(i=0; i<destination.length; i++)
		{
			addOption(tailor_pkg_destination, destination[i], destination[i]);
			addOption(tailor_pkg_destination1, destination[i], destination[i]);
		}
	}
}

function SelectSubCat(obj_this, obj_country, obj_city)
{
	var i;
	
	for(i=0; i<destination.length; i++)
	{
		if(obj_country.value == destination[i])
		{
			removeAllOptions(obj_city);
			addOption(obj_city, '', 'Select City');
			
			if(city [i].length>0)
			{
				var j;
				
				for(j=0; j<city [i].length; j++)
				{
					addOption(obj_city, city [i][j], city [i][j]);
				}
			}
		}
	}
}