
function DutyStationThreshold(strId,strCountryCode,strCity,strCountry,intRentalThresholdSingle,intRentalThresholdDep){
	this.Id = strId;
	this.CountryCode = strCountryCode;
	this.City = strCity;
	this.Country = strCountry;
	this.RentalThresholdSingle = intRentalThresholdSingle;
	this.RentalThresholdDep = intRentalThresholdDep;
}
var DutyStationsThresholds = new Array();
function AddDutyStationsThreshold(objDutyStationsThreshold, objDutyStationThreshold){
	DutyStationsThresholds[DutyStationsThresholds.length] = objDutyStationThreshold;
}
tmp = new DutyStationThreshold("0060","AFG","Kabul","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0061","AFG","Mazar-I-Sharif","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0062","AFG","Herat","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0063","AFG","Kandahar","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0064","AFG","Jalalabad","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0065","AFG","Puli-Khumri","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0066","AFG","Bamyan","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0067","AFG","Qala-I-Nau Badg","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0068","AFG","Lashkar Gah","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0069","AFG","AFG - Other cities","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006A","AFG","Cheghcheran Ghr","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006B","AFG","Ashkabad","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006C","AFG","Faizabad","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006D","AFG","Kunduz","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006E","AFG","Ghazni","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006F","AFG","Gardez","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006G","AFG","Maymana","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006H","AFG","Badghis","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006I","AFG","Daikundi","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006J","AFG","Faryab","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006K","AFG","Ghor","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006L","AFG","Helmand","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006M","AFG","Nuristan","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006N","AFG","Uruzgan","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006P","AFG","Zabul","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006Q","AFG","Day Kundi","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006R","AFG","Farah","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006S","AFG","Nimroz","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006T","AFG","Badakhshan","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006U","AFG","Khowst","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006V","AFG","Kunar (Asadabad)","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006W","AFG","Sari Pul","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("006X","AFG","Parwan","Afghanistan",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0090","ALB","Tirana","Albania",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0091","ALB","DURRES","Albania",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0092","ALB","VLORE","Albania",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0093","ALB","Shkoder","Albania",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0094","ALB","Kukes","Albania",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0099","ALB","ALB - Other cities","Albania",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0120","ALG","Algiers","Algeria",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0121","ALG","Tindouf","Algeria",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0129","ALG","ALG - Other cities","Algeria",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6960","AMS","Fagatogo","American Samoa",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6969","AMS","AMS - Other cities","American Samoa",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6810","ANG","Luanda","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6811","ANG","Lubango","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6812","ANG","Huambo","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6813","ANG","Luena","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6814","ANG","Namibe","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6815","ANG","Cabinda","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6816","ANG","Menongue","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6817","ANG","Saurimo","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6818","ANG","Caxito","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6819","ANG","ANG - Other cities","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681A","ANG","Lobito","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681B","ANG","Xangongo","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681C","ANG","Uige","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681D","ANG","Bengo","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681E","ANG","Kuito Bie","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681F","ANG","Malange","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681G","ANG","Sumbe (Cuanza Sul)","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681H","ANG","Sumbe (N'Gunza)","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681I","ANG","Tombwa","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681J","ANG","Catumbela","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681K","ANG","Ndalatando","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681L","ANG","Mavinga","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681M","ANG","Luau","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681N","ANG","Lumbala N'guimbo","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681O","ANG","Cozombo","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681P","ANG","M'banza Congo","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681Q","ANG","Maquela do Zombo","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681R","ANG","Benguela","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681S","ANG","Ondjiva-Kunene","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("681T","ANG","Kunene","Angola",34,31);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6010","ANT","St. John's","Antigua and Barbuda",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6019","ANT","ANT - Other cities","Antigua and Barbuda",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0240","ARG","Buenos Aires","Argentina",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0241","ARG","Salta","Argentina",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0242","ARG","Comodoro Rivadavia","Argentina",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0243","ARG","Cordoba","Argentina",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0249","ARG","ARG - Other cities","Argentina",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0260","ARM","Yerevan","Armenia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0270","AUL","Sydney","Australia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0271","AUL","Canberra","Australia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0272","AUL","Melbourne","Australia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0273","AUL","Darwin","Australia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0279","AUL","AUL - Other cities","Australia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0300","AUS","Vienna","Austria",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0309","AUS","AUS - Other cities","Austria",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0310","AZE","Baku","Azerbaijan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0311","AZE","Fizuli","Azerbaijan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6040","BAH","Manama","Bahrain",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6041","BAH","Bahrain","Bahrain",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6049","BAH","BAH - Other cities","Bahrain",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0420","BAR","Bridgetown","Barbados",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0429","BAR","BAR - Other cities","Barbados",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0610","BDI","Bujumbura","Burundi",14,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0611","BDI","Gitega","Burundi",14,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0612","BDI","Muyinga","Burundi",14,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0613","BDI","Ruyigi","Burundi",14,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0614","BDI","CANKUZO","Burundi",14,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0615","BDI","NGOZI","Burundi",14,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0616","BDI","Gisozi","Burundi",14,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0617","BDI","Karuzi","Burundi",14,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0618","BDI","Kirundo","Burundi",14,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0619","BDI","BDI - Other cities","Burundi",14,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("061A","BDI","Makamba","Burundi",14,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("061B","BDI","Bujumbura - local","Burundi",14,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0480","BEL","Brussels","Belgium",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0481","BEL","Louvain","Belgium",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0482","BEL","Bruge","Belgium",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0489","BEL","BEL - Other cities","Belgium",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1170","BEN","Cotonou","Benin",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1171","BEN","Porto Novo","Benin",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1172","BEN","Bohicon","Benin",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1173","BEN","Abomey","Benin",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1174","BEN","Parakou","Benin",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1175","BEN","Tanguieta","Benin",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1176","BEN","Lokossa","Benin",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1177","BEN","Ouidah","Benin",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1179","BEN","BEN - Other cities","Benin",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6050","BER","Hamilton","Bermuda",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6059","BER","BER - Other cities","Bermuda",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5070","BGD","Dhaka","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5071","BGD","Chittagong","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5072","BGD","Bogra","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5073","BGD","Barisal","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5074","BGD","Comilla","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5075","BGD","Mymensing","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5076","BGD","Rajshahi","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5077","BGD","Khulna","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5078","BGD","Cox's Bazaar","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5079","BGD","BGD - Other cities","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("507A","BGD","Faridpur","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("507B","BGD","Rangamati","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("507C","BGD","Noakali","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("507D","BGD","Kagrachari","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("507E","BGD","Dinajpur","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("507F","BGD","Rangpur","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("507G","BGD","Jhenaidah","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("507H","BGD","Kushtia","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("507I","BGD","Sylet","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("507J","BGD","Jessore","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("507K","BGD","Nawabganj","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("507L","BGD","Bandarban","Bangladesh",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6030","BHA","Nassau","Bahamas",33,30);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6030","BHA","Nassau","Bahamas",36,32);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6039","BHA","BHA - Other cities","Bahamas",33,30);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0490","BHU","Thimphu","Bhutan",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0491","BHU","Kanglung (Carglund)","Bhutan",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0492","BHU","Khangma","Bhutan",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0493","BHU","Deothang","Bhutan",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0494","BHU","Paro","Bhutan",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0495","BHU","Phuntsholing","Bhutan",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0496","BHU","Samchi","Bhutan",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0497","BHU","Tashigang","Bhutan",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0499","BHU","BHU - Other cities","Bhutan",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0530","BIH","Sarajevo","Bosnia and Herzegovina",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0530","BIH","Sarajevo","Bosnia and Herzegovina",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0531","BIH","Pale","Bosnia and Herzegovina",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0532","BIH","Banja Luka","Bosnia and Herzegovina",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0533","BIH","Mostar","Bosnia and Herzegovina",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0534","BIH","Bihac","Bosnia and Herzegovina",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0535","BIH","Bosnia","Bosnia and Herzegovina",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0536","BIH","Tuzla","Bosnia and Herzegovina",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0537","BIH","Bijeljina","Bosnia and Herzegovina",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0538","BIH","District of Breko","Bosnia and Herzegovina",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("053A","BIH","Goradze","Bosnia and Herzegovina",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("053B","BIH","Livno","Bosnia and Herzegovina",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("053C","BIH","Srebenica","Bosnia and Herzegovina",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("053D","BIH","Travnik","Bosnia and Herzegovina",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("053E","BIH","Trebinje","Bosnia and Herzegovina",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("053F","BIH","Foca","Bosnia and Herzegovina",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4590","BKF","Ouagadougou","Burkina Faso",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4591","BKF","Dori","Burkina Faso",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4592","BKF","Kaya","Burkina Faso",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4593","BKF","Bobo-Dioulasso","Burkina Faso",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4594","BKF","Kompienga","Burkina Faso",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4595","BKF","Gaoua","Burkina Faso",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4596","BKF","Koudougou","Burkina Faso",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4599","BKF","BKF - Other cities","Burkina Faso",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0510","BOL","La Paz","Bolivia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0511","BOL","Cochabamba","Bolivia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0512","BOL","Sucre","Bolivia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0513","BOL","Tarija","Bolivia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0514","BOL","Santa Cruz","Bolivia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0515","BOL","Acacio","Bolivia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0516","BOL","Potosi","Bolivia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0517","BOL","Samaipata","Bolivia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0518","BOL","Chimore","Bolivia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0519","BOL","BOL - Other cities","Bolivia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0520","BOT","Gaborone","Botswana",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0521","BOT","Lobatse","Botswana",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0522","BOT","Francistown","Botswana",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0523","BOT","Ghanzi","Botswana",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0524","BOT","Kanye","Botswana",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0525","BOT","Kasane","Botswana",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0526","BOT","Maun","Botswana",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0527","BOT","Serowe","Botswana",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0528","BOT","Dukwi","Botswana",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0529","BOT","BOT - Other cities","Botswana",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0540","BRA","Brasilia","Brazil",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0541","BRA","Rio de Janeiro","Brazil",25,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0542","BRA","Feira de Santana","Brazil",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0543","BRA","Itabuna","Brazil",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0544","BRA","Belo Horizonte","Brazil",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0545","BRA","Sao Paulo","Brazil",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0546","BRA","Recife","Brazil",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0547","BRA","Sao Luis","Brazil",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0548","BRA","Salvador","Brazil",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0549","BRA","BRA - Other cities","Brazil",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("054A","BRA","Fortaleza","Brazil",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("054B","BRA","Natal","Brazil",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("054C","BRA","Belem","Brazil",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("054D","BRA","Manaus","Brazil",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6020","BRU","Brunei","Brunei",3,2);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6029","BRU","BRU - Other cities","Brunei",3,2);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0570","BUL","Sofia","Bulgaria",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0571","BUL","Gara Belovo","Bulgaria",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0579","BUL","BUL - Other cities","Bulgaria",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0630","BYE","Minsk","Belarus",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0639","BYE","BYE - Other cities","Belarus",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6110","BZE","Belize","Belize",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6111","BZE","Belmopan","Belize",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6119","BZE","BZE - Other cities","Belize",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0750","CAF","Bangui","Central African Republic",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0751","CAF","Bossangoa","Central African Republic",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0752","CAF","KANGA BANDORO","Central African Republic",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0753","CAF","Kongbo","Central African Republic",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0754","CAF","M'boki","Central African Republic",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0755","CAF","Obo","Central African Republic",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0756","CAF","Yaloke","Central African Republic",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0757","CAF","Bambari","Central African Republic",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0758","CAF","Berberati","Central African Republic",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0759","CAF","CAF - Other cities","Central African Republic",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("075A","CAF","Bossembele","Central African Republic",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("075B","CAF","Bouar","Central African Republic",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("075C","CAF","M'baiki","Central African Republic",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("075D","CAF","Bozoum","Central African Republic",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("075E","CAF","Sibut","Central African Republic",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("075F","CAF","Paoua","Central African Republic",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("075G","CAF","Ndele","Central African Republic",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0720","CAN","Ottawa","Canada",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0721","CAN","Montreal","Canada",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0725","CAN","Toronto","Canada",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0729","CAN","CAN - Other cities","Canada",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6150","CAY","Georgetown","Cayman Islands",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6159","CAY","CAY - Other cities","Cayman Islands",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1140","CEH","Prague","Czech Republic",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1149","CEH","CEH - Other cities","Czech Republic",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0810","CHD","N'Djamena","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0811","CHD","Abeche","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0812","CHD","Sara","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0813","CHD","Mongo","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0814","CHD","Mao","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0815","CHD","Kelo","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0816","CHD","Lai","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0817","CHD","Ati","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0818","CHD","Guereda","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0819","CHD","CHD - Other cities","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("081A","CHD","Iriba","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("081B","CHD","Goz Beida","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("081C","CHD","Adre","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("081D","CHD","Bahai","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("081E","CHD","Biltine","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("081F","CHD","Danamadji","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("081G","CHD","Gore","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("081H","CHD","Farchana","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("081I","CHD","Birao","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("081J","CHD","Haraze","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("081K","CHD","Daha","Chad",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0840","CHI","Santiago","Chile",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0840","CHI","Santiago","Chile",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0841","CHI","Punta Arenas","Chile",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0842","CHI","Antofagasta","Chile",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0849","CHI","CHI - Other cities","Chile",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6790","CKI","Rarotonga","Cook Islands",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6799","CKI","CKI - Other cities","Cook Islands",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0660","CMB","Phnom-Penh","Cambodia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0660","CMB","Phnom-Penh","Cambodia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0661","CMB","Battambang","Cambodia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0662","CMB","Sisophon","Cambodia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0663","CMB","Ratanakari","Cambodia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0664","CMB","Siem Reap","Cambodia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0665","CMB","Pursat","Cambodia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0666","CMB","Kampong Chhnang","Cambodia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0667","CMB","Svay Rieng","Cambodia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0668","CMB","Kompong Som","Cambodia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0669","CMB","CMB - Other cities","Cambodia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("066A","CMB","Takeo","Cambodia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("066B","CMB","Stung Treng","Cambodia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("066C","CMB","Kampong Speu","Cambodia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("066D","CMB","Prey Veng","Cambodia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("066E","CMB","Kampong Thom","Cambodia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("066F","CMB","Oddar Meanchey","Cambodia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("066G","CMB","Banteay Mean Chey","Cambodia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("066H","CMB","Sihanouk Village","Cambodia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0690","CMR","Yaounde","Cameroon",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0691","CMR","Douala","Cameroon",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0692","CMR","Garoua","Cameroon",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0693","CMR","Ngaoundere","Cameroon",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0694","CMR","Bertoua","Cameroon",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0699","CMR","CMR - Other cities","Cameroon",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6620","COI","Moroni","Comoros",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6629","COI","COI - Other cities","Comoros",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0930","COL","Bogota","Colombia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0931","COL","Cali","Colombia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0932","COL","Apartado","Colombia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0933","COL","Manizales","Colombia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0934","COL","Barrancabermeja","Colombia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0935","COL","Puerto Asis (Putumayo)","Colombia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0936","COL","Medellin","Colombia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0937","COL","Cartagena","Colombia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0938","COL","Barranquilla","Colombia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0939","COL","COL - Other cities","Colombia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("093A","COL","Pasto","Colombia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("093B","COL","Bucaramanga","Colombia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("093C","COL","Mocoa","Colombia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("093D","COL","Quibdo","Colombia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("093E","COL","Cucuta","Colombia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("093F","COL","Tumaco","Colombia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("093G","COL","Sincelejo","Colombia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("093H","COL","Villavicencio","Colombia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("093I","COL","Arauca","Colombia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1020","COS","San Jose","Costa Rica",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1021","COS","Liberia","Costa Rica",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1029","COS","COS - Other cities","Costa Rica",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0860","CPR","Beijing","China",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0861","CPR","Taipei","China",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0862","CPR","Jinan","China",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0863","CPR","Kunming","China",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0864","CPR","Hefei","China",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0865","CPR","Chengdu","China",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0869","CPR","CPR - Other cities","China",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1031","CRO","Zagreb","Croatia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1032","CRO","Osijek","Croatia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1033","CRO","Sisak","Croatia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1034","CRO","Split","Croatia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1035","CRO","Knin","Croatia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1036","CRO","Sibenik","Croatia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1038","CRO","Vukovar","Croatia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1039","CRO","UNPROFOR","Croatia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4952","CRO","Rijeka","Croatia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4954","CRO","Erdut","Croatia",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1050","CUB","Havana","Cuba",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1051","CUB","Bayamo","Cuba",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1052","CUB","Pinar del Rio","Cuba",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1053","CUB","Guantanamo","Cuba",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1054","CUB","Santiago de Cuba","Cuba",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1059","CUB","CUB - Other cities","Cuba",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6820","CVI","Praia","Cape Verde",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6821","CVI","Fogo","Cape Verde",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6822","CVI","Mindelo","Cape Verde",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6823","CVI","Santo Antao (Antonio)","Cape Verde",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6829","CVI","CVI - Other cities","Cape Verde",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1110","CYP","Nicosia","Cyprus",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1110","CYP","Nicosia","Cyprus",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1111","CYP","Larnaca","Cyprus",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1119","CYP","CYP - Other cities","Cyprus",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1200","DEN","Copenhagen","Denmark",26,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1209","DEN","DEN - Other cities","Denmark",26,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6690","DJI","Djibouti","Djibouti",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6699","DJI","DJI - Other cities","Djibouti",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6100","DMI","Roseau","Dominica",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6109","DMI","DMI - Other cities","Dominica",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1260","DOM","Santo Domingo","Dominican Republic",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1269","DOM","DOM - Other cities","Dominican Republic",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5150","DRK","Pyongyang","D.P.R  of Korea",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5159","DRK","DRK - Other cities","D.P.R  of Korea",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1350","ECU","Quito","Ecuador",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1351","ECU","Guayaquil","Ecuador",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1352","ECU","Cuenca","Ecuador",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1353","ECU","Lago Agrio (Sucumbios)","Ecuador",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1354","ECU","Ambato","Ecuador",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1355","ECU","Loja","Ecuador",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1356","ECU","Otavalo","Ecuador",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1357","ECU","Ibarra","Ecuador",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1359","ECU","ECU - Other cities","Ecuador",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4500","EGY","Cairo","Egypt",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4501","EGY","Alexandria","Egypt",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4502","EGY","Ismailia","Egypt",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4503","EGY","Asyut","Egypt",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4504","EGY","Giza","Egypt",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4509","EGY","EGY - Other cities","Egypt",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1380","ELS","San Salvador","El Salvador",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1381","ELS","San Miguel","El Salvador",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1382","ELS","Santa Ana","El Salvador",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1383","ELS","San Vincente","El Salvador",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1384","ELS","Usulutan","El Salvador",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1385","ELS","Chalatenango","El Salvador",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1386","ELS","San Francisco Gotera","El Salvador",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1389","ELS","ELS - Other cities","El Salvador",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1390","EQG","Malabo","Equatorial Guinea",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1391","EQG","Bata","Equatorial Guinea",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1392","EQG","Acurenam","Equatorial Guinea",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1393","EQG","Ebebeyin","Equatorial Guinea",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1399","EQG","EQG - Other cities","Equatorial Guinea",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1413","ERI","Asmara","Eritrea",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141CC","ERI","Tsorona","Eritrea",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141N","ERI","Massawa","Eritrea",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141P","ERI","Keren","Eritrea",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141S","ERI","Senafe","Eritrea",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141T","ERI","Adi Keyih","Eritrea",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141U","ERI","Barentu","Eritrea",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141V","ERI","Dekemhare","Eritrea",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141W","ERI","Tessenei","Eritrea",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141X","ERI","Shilalo","Eritrea",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1400","EST","Tallinn","Estonia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1410","ETH","Addis Ababa","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1411","ETH","Gondar","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1412","ETH","Gambela","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1414","ETH","Aware","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1415","ETH","Ogaden","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1416","ETH","Asosa","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1417","ETH","Awasa","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1418","ETH","Jijiga","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1419","ETH","ETH - Other cities","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141A","ETH","Dire Dawa","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141AA","ETH","Afar","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141B","ETH","Mizan Teferi","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141BB","ETH","Semera","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141C","ETH","Wollo Province","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141D","ETH","Bahir Dar","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141DD","ETH","Dollo Ado","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141E","ETH","Bale","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141F","ETH","Harrar","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141G","ETH","Kefe","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141H","ETH","Gojam","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141I","ETH","Illubabor","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141J","ETH","Gama Goffa","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141K","ETH","Asab","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141L","ETH","Mekelle","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141M","ETH","Asela","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141Q","ETH","Dese","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141R","ETH","Nazareth (Nazret)","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141Y","ETH","Dimma","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("141Z","ETH","Fugnido","Ethiopia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1430","FIJ","Suva","Fiji",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1439","FIJ","FIJ - Other cities","Fiji",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1440","FIN","Helsinki","Finland",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1449","FIN","FIN - Other cities","Finland",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1470","FRA","Paris","France",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1471","FRA","Lyon","France",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1472","FRA","Vauvenargues","France",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1475","FRA","Mulhouse","France",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1476","FRA","Huningue","France",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1479","FRA","FRA - Other cities","France",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("147A","FRA","Paris (2000)","France",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1530","GAB","Libreville","Gabon",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1531","GAB","Gabon","Gabon",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1532","GAB","Franceville","Gabon",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1533","GAB","Tchibanga","Gabon",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1539","GAB","GAB - Other cities","Gabon",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1560","GAM","Banjul","Gambia",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1569","GAM","GAM - Other cities","Gambia",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6850","GBS","Bissau","Guinea-Bissau",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6851","GBS","Gabu","Guinea-Bissau",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6852","GBS","Sao Domingos","Guinea-Bissau",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6853","GBS","Bafata","Guinea-Bissau",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6854","GBS","Catio","Guinea-Bissau",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6859","GBS","GBS - Other cities","Guinea-Bissau",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1600","GEO","Tbilisi","Georgia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1601","GEO","Akhaltsikhe","Georgia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1602","GEO","Akhmeta","Georgia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1603","GEO","Gali","Georgia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1604","GEO","Sukhumi","Georgia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1605","GEO","Zugdidi","Georgia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5250","GER","Bad Godesberg","Germany",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5251","GER","Nuremberg","Germany",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5252","GER","Bonn","Germany",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5253","GER","Zirndorf","Germany",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5254","GER","Berlin","Germany",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5255","GER","Munich","Germany",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5256","GER","Hamburg","Germany",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5259","GER","GER - Other cities","Germany",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("525A","GER","Bonn - Historical","Germany",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5300","GER","Berlin","Germany",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5309","GER","GER - Other cities","Germany",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1620","GHA","Accra","Ghana",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1621","GHA","Tamale","Ghana",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1622","GHA","Tamale","Ghana",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1623","GHA","Ho","Ghana",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1624","GHA","Takoradi","Ghana",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1629","GHA","GHA - Other cities","Ghana",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1650","GRE","Athens","Greece",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1651","GRE","Thessaloniki","Greece",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1659","GRE","GRE - Other cities","Greece",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6160","GRN","St. George's","Grenada",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6169","GRN","GRN - Other cities","Grenada",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1680","GUA","Guatemala City","Guatemala",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1681","GUA","Cantabal","Guatemala",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1682","GUA","Huehuetenango","Guatemala",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1683","GUA","Zacapa","Guatemala",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1684","GUA","Coatepeque","Guatemala",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1685","GUA","Mazatenango","Guatemala",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1686","GUA","Nebaj","Guatemala",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1687","GUA","Peten","Guatemala",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1688","GUA","Quetzaltenango","Guatemala",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1689","GUA","GUA - Other cities","Guatemala",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("168A","GUA","Escuintla","Guatemala",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("168B","GUA","Solola","Guatemala",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("168C","GUA","Quiche","Guatemala",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("168D","GUA","Coban","Guatemala",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("168E","GUA","Chiquimula","Guatemala",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1770","GUI","Conakry","Guinea",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1771","GUI","Nzerekore","Guinea",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1772","GUI","Kissidougou","Guinea",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1773","GUI","Kindia","Guinea",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1774","GUI","Forecariah","Guinea",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1775","GUI","Gueckedou","Guinea",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1776","GUI","Dabola","Guinea",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1779","GUI","GUI - Other cities","Guinea",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1800","GUY","Georgetown","Guyana",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1809","GUY","GUY - Other cities","Guyana",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1830","HAI","Port-au-Prince","Haiti",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1831","HAI","Port-De-Paix","Haiti",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1832","HAI","Grand-Goave","Haiti",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1833","HAI","Cap Haitien","Haiti",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1834","HAI","Fort Liberte","Haiti",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1835","HAI","Gonaives","Haiti",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1836","HAI","Jacmel","Haiti",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1839","HAI","HAI - Other cities","Haiti",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("183A","HAI","Port-au-Prince - local","Haiti",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("183B","HAI","Jeremie/Dame-Marie","Haiti",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("183C","HAI","Les Cayes","Haiti",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("183D","HAI","Miragoane","Haiti",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("183E","HAI","Hinche","Haiti",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("183F","HAI","Mirebalais","Haiti",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("183G","HAI","Anse-a-Pitre","Haiti",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("183H","HAI","Port Sonde/St Marc","Haiti",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6120","HOK","Hong Kong","Hong Kong",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6129","HOK","HOK - Other cities","Hong Kong",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1860","HON","Tegucigalpa","Honduras",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1861","HON","San Marcos","Honduras",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1862","HON","Mocoron","Honduras",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1863","HON","Danli","Honduras",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1864","HON","San Pedro Sula","Honduras",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1865","HON","San Lucas","Honduras",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1866","HON","Siguatepeque","Honduras",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1867","HON","Candelaria","Honduras",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1868","HON","Comayagua","Honduras",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1869","HON","HON - Other cities","Honduras",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("186A","HON","La Ceiba","Honduras",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("186B","HON","Mapulaca","Honduras",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("186C","HON","Santa Rosa de Copan","Honduras",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("186D","HON","Nacaome","Honduras",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1950","HUN","Budapest","Hungary",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1951","HUN","Szentendre","Hungary",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1959","HUN","HUN - Other cities","Hungary",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2040","IND","New Delhi","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2041","IND","Mumbai (Bombay)","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2042","IND","Jamshedpur","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2043","IND","Calcutta","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2044","IND","Chandigarh","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2045","IND","Lucknow","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2046","IND","Chennai","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2047","IND","Hyderabad","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2048","IND","Srinagar","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2049","IND","IND - Other cities","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("204A","IND","Bangalore","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("204B","IND","Patna","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("204C","IND","Jaipur","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("204D","IND","Bhopal","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("204E","IND","Pune","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("204F","IND","Bhubaneshwar","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("204G","IND","Udaipur","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("204H","IND","Ahmedabad","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("204I","IND","Gandhinagar","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("204J","IND","Bhuj","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("204K","IND","Dehra Dun","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("204L","IND","Assam","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("204M","IND","Chhattisgarh","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("204N","IND","Jharkhand","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("204P","IND","Andaman","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("204Q","IND","Nicobar Islands","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("204R","IND","Guwahati","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("204S","IND","Ranchi","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("204T","IND","Raipur","India",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2070","INS","Jakarta","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2071","INS","Bandung","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2072","INS","Jayapura","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2073","INS","Malang","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2074","INS","Semerang","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2075","INS","Yogyakarta (Jogjakarta)","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2076","INS","Tanjung Pinang","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2077","INS","Bogor","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2078","INS","Denpasar","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2079","INS","INS - Other cities","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207A","INS","Mataram","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207AA","INS","Buru","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207B","INS","Ujung-Pandang","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207BB","INS","Maluku Tengara Barat","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207C","INS","Kupang","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207CC","INS","Manokwari","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207D","INS","Surabaya","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207DD","INS","Serang","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207E","INS","Dili (East Timor)","Indonesia",32,29);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207EE","INS","Sorong","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207FF","INS","Sumba","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207G","INS","Baucau","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207GG","INS","Wamena","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207H","INS","Ambon (Maluku)","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207HH","INS","Simeulue","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207I","INS","Banda Aceh","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207II","INS","Atambua","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207J","INS","Makssar","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207JJ","INS","Gorontalo","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207K","INS","Ternate","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207L","INS","Tual","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207Q","INS","Palu","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207R","INS","Lhokseumawe","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207S","INS","Calang","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207T","INS","Meulaboh","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207U","INS","Singkil","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207V","INS","Medan","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207W","INS","Lhoksukon","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207X","INS","Gunungsitoli","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207Y","INS","Lamno","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("207Z","INS","Nias","Indonesia",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2100","IRA","Teheran","Iran",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2101","IRA","Karaj","Iran",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2102","IRA","Mashad","Iran",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2103","IRA","Zahedan","Iran",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2104","IRA","Ahwaz","Iran",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2105","IRA","Kermanshah","Iran",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2106","IRA","Rasht","Iran",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2107","IRA","Bam","Iran",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2108","IRA","Orumiyeh","Iran",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2109","IRA","IRA - Other cities","Iran",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("210A","IRA","Dogharoun","Iran",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("210B","IRA","Kerman","Iran",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2160","IRE","Dublin","Ireland",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2169","IRE","IRE - Other cities","Ireland",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2130","IRQ","Baghdad","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2131","IRQ","Al Basrah","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2132","IRQ","Baqubah","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2133","IRQ","Amadiyah","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2134","IRQ","Zakho","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2135","IRQ","Umm Qasr","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2136","IRQ","Mosul","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2137","IRQ","Erbil","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2138","IRQ","Irbil","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2139","IRQ","IRQ - Other cities","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("213A","IRQ","Sulaymaniah","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("213B","IRQ","Diana","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("213C","IRQ","Al Amarah","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("213D","IRQ","Ad Diwaniyah","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("213E","IRQ","Al Hillah","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("213F","IRQ","Karbala","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("213G","IRQ","Al Kut","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("213H","IRQ","An Najaf","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("213I","IRQ","An Nasiriyah","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("213J","IRQ","Ar Ramadi","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("213K","IRQ","As Samawah","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("213L","IRQ","Tikrit","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("213M","IRQ","Dohuk","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("213N","IRQ","Makhmur","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("213P","IRQ","Kirkuk","Iraq",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2190","ISR","Jerusalem","Israel",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2191","ISR","Tel Aviv","Israel",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2192","ISR","Nahariya","Israel",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2193","ISR","Tiberias","Israel",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2194","ISR","Ashdod","Israel",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2195","ISR","Herzliya","Israel",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2199","ISR","ISR - Other cities","Israel",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2220","ITA","Rome","Italy",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2221","ITA","Pisa","Italy",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2222","ITA","Turin","Italy",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2223","ITA","Brindisi","Italy",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2224","ITA","Florence","Italy",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2229","ITA","ITA - Other cities","Italy",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2250","IVC","Abidjan","Cote d'Ivoire",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2250","IVC","Abidjan","Cote d'Ivoire",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2251","IVC","Yamoussoukro","Cote d'Ivoire",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2252","IVC","Bouake","Cote d'Ivoire",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2253","IVC","Danane","Cote d'Ivoire",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2254","IVC","Guiglo","Cote d'Ivoire",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2255","IVC","Odienne","Cote d'Ivoire",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2256","IVC","Tabou","Cote d'Ivoire",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2257","IVC","Bondoukou","Cote d'Ivoire",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2258","IVC","Man","Cote d'Ivoire",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2259","IVC","IVC - Other cities","Cote d'Ivoire",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("225A","IVC","Abidjan-local","Cote d'Ivoire",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("225B","IVC","San Pedro","Cote d'Ivoire",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("225C","IVC","Duekoue","Cote d'Ivoire",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("225D","IVC","Daloa","Cote d'Ivoire",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("225E","IVC","Korhogo","Cote d'Ivoire",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("225F","IVC","Bouna","Cote d'Ivoire",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("225G","IVC","Seguela","Cote d'Ivoire",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2280","JAM","Kingston","Jamaica",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2281","JAM","Port Antonio","Jamaica",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2289","JAM","JAM - Other cities","Jamaica",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2340","JOR","Amman","Jordan",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2340","JOR","Amman","Jordan",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2341","JOR","Ruwayshid","Jordan",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2349","JOR","JOR - Other cities","Jordan",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2310","JPN","Tokyo","Japan",29,26);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2311","JPN","Nagoya","Japan",29,26);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2312","JPN","Fukuoka","Japan",29,26);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2313","JPN","Osaka","Japan",29,26);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2314","JPN","Shiga","Japan",29,26);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2315","JPN","Kobe","Japan",29,26);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2316","JPN","Toyama","Japan",29,26);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2317","JPN","Yokohama","Japan",29,26);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2319","JPN","JPN - Other cities","Japan",29,26);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2390","KAZ","Almaty (Alma Ata)","Kazakhstan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2391","KAZ","Astana","Kazakhstan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2400","KEN","Nairobi","Kenya",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2401","KEN","Mombasa","Kenya",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2402","KEN","Kisumu","Kenya",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2403","KEN","Baringo","Kenya",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2404","KEN","Lokichokio","Kenya",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2405","KEN","Garissa","Kenya",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2406","KEN","Mandera","Kenya",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2407","KEN","Nakuru","Kenya",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2408","KEN","Maralal","Kenya",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2409","KEN","KEN - Other cities","Kenya",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("240A","KEN","Liboi","Kenya",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("240B","KEN","Kakuma","Kenya",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("240C","KEN","Kakamega","Kenya",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("240D","KEN","Dadaab","Kenya",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("240E","KEN","Lodwar","Kenya",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("240F","KEN","Eldoret","Kenya",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("240G","KEN","Kisumu","Kenya",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("240H","KEN","Nakuru","Kenya",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("240I","KEN","Fafi","Kenya",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6170","KIR","Tarawa","Kiribati",9,8);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6179","KIR","KIR - Other cities","Kiribati",9,8);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2430","KUW","Kuwait","Kuwait",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2439","KUW","KUW - Other cities","Kuwait",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2450","KYR","Bishkek","Kyrgyzstan",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2451","KYR","Batken","Kyrgyzstan",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2452","KYR","Osh","Kyrgyzstan",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2460","LAO","Vientiane","Lao, People's Dem. Rep.",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2461","LAO","Muong Nam","Lao, People's Dem. Rep.",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2462","LAO","Nam Tan","Lao, People's Dem. Rep.",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2463","LAO","Xyang-Khoang","Lao, People's Dem. Rep.",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2464","LAO","Oudomxay","Lao, People's Dem. Rep.",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2465","LAO","Luang Prabang","Lao, People's Dem. Rep.",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2466","LAO","Savannakhet","Lao, People's Dem. Rep.",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2467","LAO","Sayaboury","Lao, People's Dem. Rep.",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2468","LAO","Sekong","Lao, People's Dem. Rep.",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2469","LAO","LAO - Other cities","Lao, People's Dem. Rep.",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("246A","LAO","Xam Neua","Lao, People's Dem. Rep.",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("246B","LAO","Boun Nua","Lao, People's Dem. Rep.",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("246C","LAO","Louang Namtha","Lao, People's Dem. Rep.",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("246D","LAO","Thakhek","Lao, People's Dem. Rep.",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("246E","LAO","Pakxe (Pakse)","Lao, People's Dem. Rep.",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("246F","LAO","Phongsaly","Lao, People's Dem. Rep.",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("246G","LAO","Champasack","Lao, People's Dem. Rep.",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("246H","LAO","Saravan","Lao, People's Dem. Rep.",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("246I","LAO","Attapeu","Lao, People's Dem. Rep.",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2470","LAT","Riga","Latvia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2490","LEB","Beirut","Lebanon",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2491","LEB","Hermel","Lebanon",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2492","LEB","Tibnin","Lebanon",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2493","LEB","Burj-Qallaqaya","Lebanon",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2494","LEB","Ebel-es-Saqi","Lebanon",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2495","LEB","Jwayya","Lebanon",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2496","LEB","Kafr Dunin","Lebanon",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2497","LEB","Marakeh","Lebanon",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2498","LEB","Naqoura","Lebanon",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2499","LEB","LEB - Other cities","Lebanon",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("249A","LEB","Qana","Lebanon",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("249B","LEB","Brummana","Lebanon",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("249C","LEB","Marjayoun","Lebanon",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("249D","LEB","Tyre","Lebanon",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("249E","LEB","Zahle","Lebanon",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("249F","LEB","UNIFIL-Naqoura","Lebanon",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("249G","LEB","Saida/Sidon","Lebanon",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("249H","LEB","Bekaa-Baalbeck","Lebanon",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("249I","LEB","Tripoli","Lebanon",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2520","LES","Maseru","Lesotho",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2521","LES","Mohale's Hoek","Lesotho",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2522","LES","Oacha's Nek","Lesotho",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2523","LES","Outhing","Lesotho",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2524","LES","Thaba-Tseka","Lesotho",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2529","LES","LES - Other cities","Lesotho",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2580","LIB","Tripoli","Libyan Arab Jamahiriya",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2581","LIB","Sirte","Libyan Arab Jamahiriya",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2582","LIB","Benghazi","Libyan Arab Jamahiriya",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2583","LIB","Al Khufra","Libyan Arab Jamahiriya",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2584","LIB","Banghazi","Libyan Arab Jamahiriya",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2589","LIB","LIB - Other cities","Libyan Arab Jamahiriya",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2550","LIR","Monrovia","Liberia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2551","LIR","Zwedru","Liberia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2552","LIR","Gbarnga","Liberia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2553","LIR","Harper (Maryland County)","Liberia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2554","LIR","Voinjama","Liberia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2555","LIR","Bopolu","Liberia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2556","LIR","Saclepea","Liberia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2557","LIR","Tubmanburg","Liberia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2558","LIR","Gbarpolu","Liberia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2559","LIR","LIR - Other cities","Liberia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("255A","LIR","Monrovia - local","Liberia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("255B","LIR","Grand Cape Mount","Liberia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("255C","LIR","Margibi","Liberia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("255D","LIR","Buchanan","Liberia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("255E","LIR","Grand Bassa","Liberia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("255F","LIR","River Cess","Liberia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("255G","LIR","Greenville","Liberia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("255H","LIR","Barclayville","Liberia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("255I","LIR","Fishtown","Liberia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2600","LIT","Vilnius","Lithuania",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6880","MAC","Macao","Macao",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2670","MAG","Antananarivo","Madagascar",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2671","MAG","Tamatave","Madagascar",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2672","MAG","Manakara","Madagascar",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2673","MAG","Fort-Dauphin","Madagascar",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2674","MAG","Ambato Boeni","Madagascar",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2675","MAG","Fianarantsoa","Madagascar",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2676","MAG","Toliara (Tulear)","Madagascar",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2677","MAG","Mahajanga","Madagascar",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2678","MAG","Antsirabe","Madagascar",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2679","MAG","MAG - Other cities","Madagascar",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2700","MAL","Kuala Lumpur","Malaysia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2701","MAL","Kuala Trangganu","Malaysia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2702","MAL","Kota Kinabalu","Malaysia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2703","MAL","Mersing","Malaysia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2704","MAL","Kuantan","Malaysia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2709","MAL","MAL - Other cities","Malaysia",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2830","MAR","Port Louis","Mauritius",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2831","MAR","Quatre Bornes","Mauritius",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2839","MAR","MAR - Other cities","Mauritius",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6920","MAS","(MARSHALL ISLANDS)","Marshall Islands",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2790","MAT","Valletta","Malta",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2791","MAT","Marsa","Malta",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2799","MAT","MAT - Other cities","Malta",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2820","MAU","Nouakchott","Mauritania",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2821","MAU","Kaedi","Mauritania",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2822","MAU","Kiffa","Mauritania",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2823","MAU","Tidjikja","Mauritania",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2824","MAU","Atar","Mauritania",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2825","MAU","Nema","Mauritania",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2826","MAU","Rosso","Mauritania",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2827","MAU","Nouadhibou","Mauritania",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2829","MAU","MAU - Other cities","Mauritania",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2660","MCD","Skopje","TFYR of Macedonia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2661","MCD","Veles","TFYR of Macedonia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2662","MCD","Resen","TFYR of Macedonia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2740","MDV","Male","Maldives",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2749","MDV","MDV - Other cities","Maldives",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2850","MEX","Mexico City","Mexico",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2851","MEX","Campeche","Mexico",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2852","MEX","Comitan","Mexico",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2853","MEX","Acapulco","Mexico",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2854","MEX","Tapachula, Chiapas State","Mexico",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2855","MEX","Oaxaca","Mexico",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2859","MEX","MEX - Other cities","Mexico",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6930","MIC","Moen, Truk Is","Micronesia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6931","MIC","Moen, Truk Is","Micronesia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6932","MIC","Pohnpei (Ponape)","Micronesia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6933","MIC","Chuuk","Micronesia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2760","MLI","Bamako","Mali",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2761","MLI","Bankass","Mali",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2762","MLI","Tonka","Mali",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2763","MLI","Mopti","Mali",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2764","MLI","Segou","Mali",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2765","MLI","Tombouctou","Mali",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2766","MLI","Gao","Mali",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2767","MLI","Kayes","Mali",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2768","MLI","Koulikoro","Mali",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2769","MLI","MLI - Other cities","Mali",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2690","MLW","Zomba","Malawi",6,5);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2691","MLW","Blantyre","Malawi",6,5);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2692","MLW","Lilongwe","Malawi",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2693","MLW","Chikwawa","Malawi",6,5);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2694","MLW","Dedza","Malawi",6,5);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2695","MLW","Liwonde","Malawi",6,5);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2696","MLW","Mzuzu","Malawi",6,5);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2697","MLW","Luwani","Malawi",6,5);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2698","MLW","Bangula","Malawi",6,5);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2699","MLW","MLW - Other cities","Malawi",6,5);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("269A","MLW","Mwanza","Malawi",6,5);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5650","MNC","Monte Carlo","Monaco",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5659","MNC","MNC - Other cities","Monaco",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4951","MNE","Podgorica","Montenegro",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4953","MNE","Titograd","Montenegro",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4958","MNE","Montenegro","Montenegro",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5640","MOL","Chisinau","Republic of Moldova",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5641","MOL","Kishinev","Republic of Moldova",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2880","MON","Ulan Bator","Mongolia",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2881","MON","Choibalsan","Mongolia",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2882","MON","Ulaangom","Mongolia",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2883","MON","Khovd City","Mongolia",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2889","MON","MON - Other cities","Mongolia",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2910","MOR","Rabat","Morocco",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2911","MOR","Casablanca","Morocco",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2912","MOR","Tangiers","Morocco",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2913","MOR","Settat","Morocco",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2914","MOR","El Jadida","Morocco",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2915","MOR","Marrakech","Morocco",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2919","MOR","MOR - Other cities","Morocco",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6200","MOT","Plymouth","Montserrat",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6201","MOT","Montserrat","Montserrat",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6209","MOT","MOT - Other cities","Montserrat",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6890","MOZ","Maputo","Mozambique",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6891","MOZ","Beira","Mozambique",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6892","MOZ","Tete","Mozambique",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6893","MOZ","Chimoio","Mozambique",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6894","MOZ","Nampula","Mozambique",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6895","MOZ","Vila de Manica","Mozambique",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6896","MOZ","Quelimane","Mozambique",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6897","MOZ","Sofala","Mozambique",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6898","MOZ","Pemba","Mozambique",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6899","MOZ","MOZ - Other cities","Mozambique",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("689A","MOZ","Inhambane","Mozambique",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("689B","MOZ","Xai-Xai","Mozambique",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("689C","MOZ","Marratane","Mozambique",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("689D","MOZ","Ilha de Mozambique","Mozambique",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0600","MYA","Yangon","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0601","MYA","Magwe","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0602","MYA","Sittway (Sittwe)","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0603","MYA","Ho Tao","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0604","MYA","Mong Pawk","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0605","MYA","Hakha","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0606","MYA","Mrauk Oo","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0607","MYA","Myitkyina","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0608","MYA","Mandalay","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0609","MYA","MYA - Other cities","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("060A","MYA","Taunggyi","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("060B","MYA","Dawei","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("060C","MYA","Kalay","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("060D","MYA","Maungdaw","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("060E","MYA","Loikaw","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("060F","MYA","Laokai, Kokang Special Re","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("060G","MYA","Pangkham","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("060H","MYA","Lashio","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("060I","MYA","Pa-An","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("060J","MYA","Kengtung","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("060K","MYA","Mawlamyine","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("060L","MYA","Bogalay","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("060M","MYA","Laputta","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("060N","MYA","Nga-pu-daw","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("060P","MYA","Kyait-latt","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("060Q","MYA","Maw-la-myine-gyun","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("060R","MYA","Myeik","Myanmar",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6980","NAM","Windhoek","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6981","NAM","Katima Mulilo","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6982","NAM","Luderitz","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6983","NAM","Mariental","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6984","NAM","Ohangwena","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6985","NAM","Okongo","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6986","NAM","Ombalantu","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6987","NAM","Ondangwa","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6988","NAM","Oshakati","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6989","NAM","NAM - Other cities","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("698A","NAM","Osona","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("698B","NAM","Outjo","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("698C","NAM","Rundu","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("698D","NAM","Swakopmund","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("698E","NAM","Grootfontein","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("698F","NAM","Khorixas","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("698G","NAM","Karibib","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("698H","NAM","Okanjera","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("698I","NAM","Omatako","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("698J","NAM","Osire","Namibia",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6720","NAN","Curacao","Netherlands Antilles",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6721","NAN","Aruba","Netherlands Antilles",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6722","NAN","Oranjestad","Netherlands Antilles",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6729","NAN","NAN - Other cities","Netherlands Antilles",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6480","NAU","Nauru","Nauru",7,7);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6489","NAU","NAU - Other cities","Nauru",7,7);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6670","NCA","Noumea","New Caledonia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6679","NCA","NCA - Other cities","New Caledonia",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2970","NEP","Kathmandu","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2971","NEP","Hitaura","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2972","NEP","Nepalgunj","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2973","NEP","Lamidanda","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2974","NEP","Ilam","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2975","NEP","Biratnager","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2976","NEP","Dhangadi","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2977","NEP","Dipayal","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2978","NEP","Pokhara","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("2979","NEP","NEP - Other cities","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("297A","NEP","Sanfe Bagar","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("297B","NEP","Dhadheldhura","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("297C","NEP","Hetauda","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("297D","NEP","Birganj","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("297E","NEP","Jhapa","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("297F","NEP","Damak","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("297G","NEP","Bharatpur","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("297H","NEP","Gaighat, Udaypur District","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("297I","NEP","Ghorahi, Dang District","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("297J","NEP","Mangalsen, Accham Distric","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("297K","NEP","Panchthar, Panchthar","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("297L","NEP","Rajbiraj, Saptari Distric","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("297M","NEP","Simikot, Humla District","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("297N","NEP","Taulihawa, Kapilvastu Dis","Nepal",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3180","NER","Niamey","Niger",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3181","NER","Dosso","Niger",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3182","NER","Malbaza","Niger",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3183","NER","Diffa","Niger",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3184","NER","Zinder","Niger",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3185","NER","Maradi","Niger",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3186","NER","Agadez","Niger",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3187","NER","Keita","Niger",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3188","NER","Mayahi","Niger",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3189","NER","NER - Other cities","Niger",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("318A","NER","N'Guigmi","Niger",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3000","NET","The Hague","Netherlands",25,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3001","NET","Maastricht","Netherlands",25,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3002","NET","Amsterdam","Netherlands",25,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3003","NET","Delft","Netherlands",25,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3009","NET","NET - Other cities","Netherlands",25,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3120","NIC","Managua","Nicaragua",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3121","NIC","Puerto Cabezas","Nicaragua",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3122","NIC","Juigalpa","Nicaragua",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3123","NIC","Rivas","Nicaragua",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3124","NIC","San Carlos","Nicaragua",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3125","NIC","Esteli","Nicaragua",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3126","NIC","Jinotega","Nicaragua",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3127","NIC","Bluefields","Nicaragua",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3128","NIC","Leon","Nicaragua",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3129","NIC","NIC - Other cities","Nicaragua",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("312A","NIC","Nacaome","Nicaragua",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3210","NIR","Lagos","Nigeria",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3211","NIR","Kaduna","Nigeria",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3212","NIR","Ibadan","Nigeria",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3213","NIR","Abuja","Nigeria",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3214","NIR","Calabar","Nigeria",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3215","NIR","Ilorin","Nigeria",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3216","NIR","Bauchi","Nigeria",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3217","NIR","Minna","Nigeria",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3218","NIR","Owerri","Nigeria",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3219","NIR","NIR - Other cities","Nigeria",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("321A","NIR","Yola","Nigeria",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("321B","NIR","Enugu","Nigeria",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("321C","NIR","Kano","Nigeria",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("321D","NIR","Jalingo","Nigeria",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("321E","NIR","Zaria","Nigeria",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("321F","NIR","Port Harcourt","Nigeria",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6800","NIU","Alofi","Niue",6,5);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6809","NIU","NIU - Other cities","Niue",6,5);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3240","NOR","Oslo","Norway",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3249","NOR","NOR - Other cities","Norway",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3090","NZE","Wellington","New Zealand",25,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3091","NZE","Auckland","New Zealand",25,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3099","NZE","NZE - Other cities","New Zealand",25,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("7050","OCT","Gaza","Occupied Territories",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("7051","OCT","West Bank","Occupied Territories",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("7052","OCT","Golan Heights","Occupied Territories",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("7053","OCT","Ain Ziouani","Occupied Territories",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("7054","OCT","Ramallah","Occupied Territories",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("7055","OCT","East Jerusalem","Occupied Territories",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("7056","OCT","Hebron","Occupied Territories",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("7057","OCT","Jenin","Occupied Territories",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("7058","OCT","Nablus","Occupied Territories",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("7059","OCT","OCT - Other cities","Occupied Territories",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("705A","OCT","Tulkarem","Occupied Territories",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("705B","OCT","Rafah","Occupied Territories",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("705C","OCT","Khan Yunis","Occupied Territories",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("705D","OCT","Bethlehem","Occupied Territories",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("705E","OCT","Jericho","Occupied Territories",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("705F","OCT","Qalqiliya","Occupied Territories",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6350","OMA","Muscat","Oman",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6351","OMA","Salalah","Oman",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6359","OMA","OMA - Other cities","Oman",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3300","PAK","Islamabad","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3301","PAK","Karachi","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3302","PAK","Lahore","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3303","PAK","Rawalpindi","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3304","PAK","Mongora Swat","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3305","PAK","Dir/Timergarah","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3306","PAK","Peshawar","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3307","PAK","Quetta","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3308","PAK","Azad Kashmir","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3309","PAK","PAK - Other cities","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("330A","PAK","Sialkot","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("330B","PAK","Dera Ghazi Khan","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("330C","PAK","Saidu Sharif/Mingora","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("330D","PAK","Mansehra","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("330E","PAK","Muzaffarabad","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("330F","PAK","Bagh","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("330G","PAK","Battagram","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("330H","PAK","Shangla","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("330I","PAK","Balakhot","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("330J","PAK","Rawalkot","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("330K","PAK","Abbotabad","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("330L","PAK","Pishin","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("330M","PAK","Killa Saifullah","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("330N","PAK","Killa Abdullah","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3310","PAK","Muzaffarabad","Pakistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3330","PAN","Panama City","Panama",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3331","PAN","Yaviza","Panama",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3332","PAN","David","Panama",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3339","PAN","PAN - Other cities","Panama",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3360","PAR","Asuncion","Paraguay",13,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3360","PAR","Asuncion","Paraguay",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3360","PAR","Asuncion","Paraguay",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3361","PAR","Filadelfia","Paraguay",13,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3362","PAR","Chaco","Paraguay",13,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3369","PAR","PAR - Other cities","Paraguay",13,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3390","PER","Lima","Peru",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3391","PER","Cajamarca","Peru",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3392","PER","Iquitos","Peru",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3393","PER","Huaraz","Peru",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3394","PER","Cuzco","Peru",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3395","PER","Puno","Peru",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3397","PER","Abancay","Peru",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3398","PER","Ayacucho","Peru",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3399","PER","PER - Other cities","Peru",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("339A","PER","Condorcanqui","Peru",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3420","PHI","Manila","Philippines",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3421","PHI","Puerto Princisa","Philippines",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3422","PHI","Bataan","Philippines",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3423","PHI","Palawan","Philippines",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3424","PHI","Los Banos","Philippines",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3425","PHI","Cotabato City","Philippines",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3426","PHI","Cebu City","Philippines",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3427","PHI","Davao City","Philippines",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3428","PHI","Naga City","Philippines",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3429","PHI","PHI - Other cities","Philippines",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("342A","PHI","Iligan","Philippines",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("342B","PHI","Tacurong","Philippines",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("342C","PHI","Quezon City","Philippines",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6490","PNG","Port Moresby","Papua New Guinea",29,26);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6491","PNG","Arawa","Papua New Guinea",29,26);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6492","PNG","Silua (SNI)","Papua New Guinea",29,26);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6493","PNG","Goroka","Papua New Guinea",29,26);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6494","PNG","Buka","Papua New Guinea",29,26);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6499","PNG","PNG - Other cities","Papua New Guinea",29,26);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3450","POL","Warsaw","Poland",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3459","POL","POL - Other cities","Poland",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3480","POR","Lisbon","Portugal",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3489","POR","POR - Other cities","Portugal",22,20);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3380","PRC","Brazzaville","Congo",7,6);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3381","PRC","Pointe-Noire","Congo",7,6);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3382","PRC","Betou","Congo",7,6);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3383","PRC","Impfondo","Congo",7,6);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3384","PRC","Loukolela","Congo",7,6);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3385","PRC","Kinkala","Congo",7,6);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3389","PRC","PRC - Other cities","Congo",7,6);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6240","QAT","Doha","Qatar",39,35);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6249","QAT","QAT - Other cities","Qatar",39,35);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5670","ROK","Seoul","Republic of Korea",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5671","ROK","Busan","Republic of Korea",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5672","ROK","Ansan","Republic of Korea",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5673","ROK","Incheon City","Republic of Korea",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5679","ROK","ROK - Other cities","Republic of Korea",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3660","ROM","Bucharest","Romania",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3669","ROM","ROM - Other cities","Romania",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4470","RUS","Moscow","Russian Federation",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4472","RUS","VLADIKAVKAZ","Russian Federation",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4473","RUS","Stavropol","Russian Federation",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4474","RUS","St. Petersburg","Russian Federation",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4475","RUS","Nazran","Russian Federation",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4476","RUS","Grozny (the north Caucasu","Russian Federation",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4479","RUS","RUS - Other cities","Russian Federation",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3750","RWA","Kigali","Rwanda",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3751","RWA","Gisenyi","Rwanda",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3752","RWA","Butare","Rwanda",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3753","RWA","Byumba","Rwanda",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3754","RWA","Cyangugu","Rwanda",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3755","RWA","Kibuye","Rwanda",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3759","RWA","RWA - Other cities","Rwanda",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3930","SAF","Pretoria","South Africa",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3931","SAF","Johannesburg","South Africa",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3932","SAF","Durban","South Africa",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3933","SAF","Pietersburg","South Africa",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3934","SAF","Cape Town","South Africa",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3935","SAF","Midrand","South Africa",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3936","SAF","Grahamstown","South Africa",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3939","SAF","SAF - Other cities","South Africa",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5900","SAM","Apia","Samoa",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5909","SAM","SAM - Other cities","Samoa",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3780","SAU","Riyadh","Saudi Arabia",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3781","SAU","Jeddah","Saudi Arabia",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3782","SAU","Dhahran/Damman","Saudi Arabia",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3783","SAU","Rafha","Saudi Arabia",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3784","SAU","Al Hofuf","Saudi Arabia",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3785","SAU","Jizan","Saudi Arabia",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3786","SAU","Al-Jouf (Sakaka)","Saudi Arabia",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3787","SAU","Najran","Saudi Arabia",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3789","SAU","SAU - Other cities","Saudi Arabia",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3810","SEN","Dakar","Senegal",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3811","SEN","Thies","Senegal",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3812","SEN","Matam","Senegal",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3813","SEN","St Louis","Senegal",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3814","SEN","Ziguinchor","Senegal",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3815","SEN","Kedougou","Senegal",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3816","SEN","Ziguinchor","Senegal",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3817","SEN","Richard Toll","Senegal",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3818","SEN","Ouro Sogui","Senegal",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3819","SEN","SEN - Other cities","Senegal",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6280","SEY","Port Victoria","Seychelles",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6289","SEY","SEY - Other cities","Seychelles",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3900","SIL","Freetown","Sierra Leone",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3910","SIN","Singapore","Singapore",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3919","SIN","SIN - Other cities","Singapore",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("1141","SLO","Bratislava","Slovakia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6310","SOI","Honiara","Solomon Islands",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6311","SOI","Buala, Isabel Province","Solomon Islands",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6312","SOI","Gizo","Solomon Islands",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6319","SOI","SOI - Other cities","Solomon Islands",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3920","SOM","Mogadiscio","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3921","SOM","Belet Weyine","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3922","SOM","Garba Haray","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3923","SOM","Hargeisa","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3924","SOM","Qoryooley","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3925","SOM","Lunq","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3926","SOM","Bur Dhubo","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3927","SOM","Boroma","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3928","SOM","Jalalaqsi","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3929","SOM","SOM - Other cities","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392A","SOM","Geto Region","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392B","SOM","Baidoa (Baydhabo)","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392C","SOM","Bosasso","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392D","SOM","Shabelli","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392E","SOM","Kismayo","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392F","SOM","Jowhar","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392G","SOM","Berbera","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392H","SOM","Las Anod","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392I","SOM","Burao","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392J","SOM","Gabiley","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392K","SOM","Garoowe","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392L","SOM","Adalei","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392M","SOM","Afgoi","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392N","SOM","Belet Uen","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392P","SOM","Brava","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392Q","SOM","Merca/Shalambot","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392R","SOM","Lugh","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392S","SOM","Gaalkacyo","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392T","SOM","Wajid","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392U","SOM","Kisimaio","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392V","SOM","Buaale","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392W","SOM","Beledweyne (Hiraan)","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("392X","SOM","Dolow (Gedo)","Somalia",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3990","SPA","Madrid","Spain",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3991","SPA","Barcelona","Spain",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3992","SPA","Zaragoza","Spain",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3993","SPA","Valencia","Spain",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3999","SPA","SPA - Other cities","Spain",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4950","SRB","Belgrade","Serbia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4955","SRB","Pancevo","Serbia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4956","SRB","Nis","Serbia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("495A","SRB","Kraljevo","Serbia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("495B","SRB","Novi Sad","Serbia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("495C","SRB","Vranje","Serbia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("495D","SRB","Cacak","Serbia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("495J","SRB","Novi Pazar","Serbia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0780","SRL","Colombo","Sri Lanka",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0781","SRL","Jaffna","Sri Lanka",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0782","SRL","Badulla","Sri Lanka",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0783","SRL","Mallavi","Sri Lanka",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0784","SRL","Vavuniya","Sri Lanka",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0785","SRL","Battilcaloa","Sri Lanka",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0786","SRL","Kilinochi","Sri Lanka",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0787","SRL","Kandy","Sri Lanka",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0788","SRL","Madhu","Sri Lanka",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0789","SRL","SRL - Other cities","Sri Lanka",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("078A","SRL","Trincomalee","Sri Lanka",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("078B","SRL","Mannar","Sri Lanka",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("078C","SRL","Ampara","Sri Lanka",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("078D","SRL","Galle","Sri Lanka",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("078E","SRL","Matara","Sri Lanka",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("078F","SRL","Mullaittivu","Sri Lanka",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("078G","SRL","Hambantota","Sri Lanka",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("078H","SRL","Moneragala","Sri Lanka",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("078I","SRL","Ratmalana","Sri Lanka",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6270","STK","Basseterre","Saint Kitts and Nevis",9,8);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6279","STK","STK - Other cities","Saint Kitts and Nevis",9,8);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6290","STL","Castries","Saint Lucia",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6299","STL","STL - Other cities","Saint Lucia",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6830","STP","Sao Tome","Sao Tome & Principe",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6839","STP","STP - Other cities","Sao Tome & Principe",14,13);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6300","STV","Kingstown","St. Vincent and the Grena",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6309","STV","STV - Other cities","St. Vincent and the Grena",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4020","SUD","Khartoum","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4021","SUD","Juba","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4022","SUD","Gedaref","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4023","SUD","El Geneima","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4024","SUD","Showak (El Showak)","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4025","SUD","Bahr-el Ghazal","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4026","SUD","Wau","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4027","SUD","Port Sudan","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4028","SUD","Nasir","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4029","SUD","SUD - Other cities","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4029A","SUD","Tine","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4029B","SUD","Umm Baro","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402A","SUD","El Fasher","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402AA","SUD","Damazine","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402B","SUD","El Obeid","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402BB","SUD","Kajo Keji","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402C","SUD","Kadugli","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402CC","SUD","Tambura","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402D","SUD","Sennar","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402DD","SUD","Yei","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402E","SUD","Red Sea Hills","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402EE","SUD","Abyei","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402F","SUD","Sinkat","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402FF","SUD","Aweil","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402G","SUD","Bor (Jongli/South Sudan)","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402GG","SUD","Kurmuk (Blue Nile State)","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402H","SUD","Kapoeta","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402HH","SUD","Kutum (North Darfur)","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402I","SUD","Torit","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402II","SUD","Mukja (West Darfur)","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402J","SUD","Yirol","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402JJ","SUD","Um-Shalaya","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402K","SUD","Akon","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402KK","SUD","Ed Da'ein","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402L","SUD","Yambio","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402LL","SUD","Morni","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402M","SUD","Malakal","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402MM","SUD","Habila","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402N","SUD","Rumbek OLS","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402NN","SUD","Nimule","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402P","SUD","Mapel OLS","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402PP","SUD","Pagak","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402Q","SUD","Nyala","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402QQ","SUD","Maban","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402R","SUD","Kosti","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402RR","SUD","Kass","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402S","SUD","Kassala","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402SS","SUD","Zalinguei","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402T","SUD","Bentiu","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402TT","SUD","Kabkabiya","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402U","SUD","Darfur","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402UU","SUD","Garzilla","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402V","SUD","Khartoum-local","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402VV","SUD","Golo","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402W","SUD","Nyilwak","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402WW","SUD","Kulbus","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402X","SUD","Pulmok","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402XX","SUD","Misteria","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402Y","SUD","Kauda","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402YY","SUD","Shangal Tobaye","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402Z","SUD","Nyal","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("402ZZ","SUD","Sheria","Sudan",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6780","SUR","Paramaribo","Suriname",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6789","SUR","SUR - Other cities","Suriname",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3940","SVN","Ljubljana","Slovenia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4030","SWA","Mbabane","Swaziland",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4039","SWA","SWA - Other cities","Swaziland",12,11);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4110","SWE","Stockholm","Sweden",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4111","SWE","Kalmar","Sweden",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4119","SWE","SWE - Other cities","Sweden",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5750","SWI","Geneva","Switzerland",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5750","SWI","Geneva","Switzerland",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5751","SWI","Lausanne","Switzerland",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5752","SWI","Bern","Switzerland",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5753","SWI","Zurich","Switzerland",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5759","SWI","SWI - Other cities","Switzerland",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("575A","SWI","Geneva - Historical","Switzerland",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4140","SYR","Damascus","Syrian Arab Republic",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4141","SYR","Amret al Faouar","Syrian Arab Republic",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4142","SYR","Aleppo","Syrian Arab Republic",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4143","SYR","El Hol","Syrian Arab Republic",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4144","SYR","Palmyra","Syrian Arab Republic",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4145","SYR","Camp Faouar","Syrian Arab Republic",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4146","SYR","Al Hasakah","Syrian Arab Republic",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4147","SYR","Dayr-az-Zawr (Deir-ez-Zor","Syrian Arab Republic",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4149","SYR","SYR - Other cities","Syrian Arab Republic",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4150","TAJ","Dushanbe","Tajikistan",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4151","TAJ","Gharm","Tajikistan",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4152","TAJ","Khujand","Tajikistan",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4153","TAJ","Khorog","Tajikistan",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4154","TAJ","Kulyab","Tajikistan",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4155","TAJ","Shartuz","Tajikistan",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4156","TAJ","Qurghonteppa","Tajikistan",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4157","TAJ","Kurgan-Tyube","Tajikistan",16,14);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6360","TCI","Grand Turk","Turks and Caicos Island",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6369","TCI","TCI - Other cities","Turks and Caicos Island",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4200","THA","Bangkok","Thailand",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4201","THA","Chiang Mai","Thailand",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4202","THA","Nongkhai","Thailand",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4203","THA","Chiang Kham","Thailand",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4204","THA","Sikhiu","Thailand",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4205","THA","Mae Hong Son","Thailand",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4206","THA","Khon Kaen","Thailand",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4207","THA","Ban Mae Sot","Thailand",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4208","THA","Nakorn Phanom","Thailand",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4209","THA","THA - Other cities","Thailand",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("420A","THA","Kanchanaburi","Thailand",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("420B","THA","Surin","Thailand",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("420C","THA","Trat (Trad)","Thailand",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("420D","THA","Krabi","Thailand",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("420E","THA","Phuket","Thailand",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("420F","THA","Phang Nga","Thailand",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("420G","THA","Chiang Rai","Thailand",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("7060","TIM","Dili","East Timor",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4230","TOG","Lome","Togo",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4231","TOG","Atakpame","Togo",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4232","TOG","Lama Kara","Togo",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4239","TOG","TOG - Other cities","Togo",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6560","TOK","Nukunonu","Tokelau Islands",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6561","TOK","Fakaofo","Tokelau Islands",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6569","TOK","TOK - Other cities","Tokelau Islands",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6340","TON","Nuku'Alofa","Tonga",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6349","TON","TON - Other cities","Tonga",10,9);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4290","TRI","Port of Spain","Trinidad and Tobago",29,26);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4299","TRI","TRI - Other cities","Trinidad and Tobago",29,26);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6940","TTP","Saipan","(Trust Territory Palau)",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6941","TTP","Majuro","(Trust Territory Palau)",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6942","TTP","Koror","(Trust Territory Palau)",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6949","TTP","TTP - Other cities","(Trust Territory Palau)",18,16);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4360","TUK","Ashkhabad","Turkmenistan",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4361","TUK","Turkmenabad","Turkmenistan",11,10);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4320","TUN","Tunis","Tunisia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4321","TUN","Sousse","Tunisia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4322","TUN","Gafsa","Tunisia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4329","TUN","TUN - Other cities","Tunisia",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4350","TUR","Ankara","Turkey",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4351","TUR","Gaziantep","Turkey",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4352","TUR","Istanbul","Turkey",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4353","TUR","Izmir","Turkey",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4354","TUR","Silopi","Turkey",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4355","TUR","Konya","Turkey",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4356","TUR","Van","Turkey",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4359","TUR","TUR - Other cities","Turkey",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6180","TUV","Tuvalu","Tuvalu",3,2);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6189","TUV","TUV - Other cities","Tuvalu",3,2);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4490","UAE","Abu Dhabi","United Arab Emirates",33,30);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4491","UAE","Sharjah","United Arab Emirates",33,30);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4492","UAE","Al-Ain","United Arab Emirates",33,30);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4493","UAE","Dubai","United Arab Emirates",33,30);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4499","UAE","UAE - Other cities","United Arab Emirates",33,30);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4380","UGA","Kampala","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4381","UGA","Entebbe","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4382","UGA","Adjumani/Pakelle","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4383","UGA","Arua","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4384","UGA","Soroti","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4385","UGA","Moroto","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4386","UGA","Mbarara","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4387","UGA","Jinja","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4388","UGA","Gulu","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4389","UGA","UGA - Other cities","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("438A","UGA","Kitgum","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("438B","UGA","Bundibugyo","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("438C","UGA","Kasese","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("438D","UGA","Hoima","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("438E","UGA","Lira","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("438F","UGA","Pader","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("438G","UGA","Moyo","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("438H","UGA","Mubende","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("438I","UGA","Kotido","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("438J","UGA","Kigumba","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("438K","UGA","Fort Portal","Uganda",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4530","UK","London","United Kingdom",30,27);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4531","UK","Manchester","United Kingdom",30,27);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4532","UK","Chelmsford","United Kingdom",30,27);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4533","UK","Cambridge","United Kingdom",30,27);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4539","UK","UK  - Other cities","United Kingdom",30,27);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4410","UKR","Kiev","Ukraine",24,27);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4410","UKR","Kiev","Ukraine",27,24);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4410","UKR","Kiev","Ukraine",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4411","UKR","Simferopol","Ukraine",24,27);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4412","UKR","Donetsk","Ukraine",24,27);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4419","UKR","UKR - Other cities","Ukraine",24,27);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4550","URT","Dar-es-Salaam","Tanzania, United Rep. of",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4551","URT","Arusha","Tanzania, United Rep. of",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4552","URT","Bukoba","Tanzania, United Rep. of",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4553","URT","Dodoma","Tanzania, United Rep. of",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4554","URT","Zanzibar","Tanzania, United Rep. of",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4555","URT","Moshi","Tanzania, United Rep. of",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4556","URT","Ngara","Tanzania, United Rep. of",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4557","URT","Iringa","Tanzania, United Rep. of",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4558","URT","Mwanza","Tanzania, United Rep. of",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4559","URT","URT - Other cities","Tanzania, United Rep. of",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("455A","URT","Kazulu","Tanzania, United Rep. of",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("455B","URT","Kigoma","Tanzania, United Rep. of",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("455C","URT","Kibondo","Tanzania, United Rep. of",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("455D","URT","Isaka","Tanzania, United Rep. of",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("455E","URT","Tabora","Tanzania, United Rep. of",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("455F","URT","Lugufu","Tanzania, United Rep. of",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("455G","URT","Mishamo","Tanzania, United Rep. of",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("455H","URT","Mpada","Tanzania, United Rep. of",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("455I","URT","Uylankulu","Tanzania, United Rep. of",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4620","URU","Montevideo","Uruguay",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4629","URU","URU - Other cities","Uruguay",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4560","USA","New York","United States of America",32,29);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4561","USA","Washington","United States of America",28,25);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4562","USA","Miami","United States of America",32,29);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4563","USA","East Lansing MI","United States of America",32,29);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4564","USA","Boston","United States of America",32,29);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4565","USA","San Francisco","United States of America",32,29);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4566","USA","Sioux Falls","United States of America",32,29);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4567","USA","Tampa","United States of America",32,29);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4568","USA","El Paso","United States of America",32,29);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4569","USA","USA - Other cities","United States of America",32,29);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6400","UVI","Roadtown","Virgin Islands (USA)",25,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6409","UVI","UVI - Other cities","Virgin Islands (USA)",25,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4630","UZB","Tashkent","Uzbekistan",21,19);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6550","VAN","Port-Vila","Vanuatu",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6551","VAN","Isangel, Tanna Island","Vanuatu",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6559","VAN","VAN - Other cities","Vanuatu",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4710","VEN","Caracas","Venezuela",38,34);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4711","VEN","Guasdualito","Venezuela",38,34);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4712","VEN","Machiques","Venezuela",38,34);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4713","VEN","San Cristobal","Venezuela",38,34);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4714","VEN","Maracaibo","Venezuela",38,34);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4715","VEN","Puerto Ayacucho","Venezuela",38,34);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4719","VEN","VEN - Other cities","Venezuela",38,34);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5200","VIE","Ho Chi Minh Cty","Viet Nam",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5201","VIE","Danang","Viet Nam",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5202","VIE","Hai Phong","Viet Nam",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5203","VIE","Ben Tre","Viet Nam",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5204","VIE","Ky Son","Viet Nam",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5205","VIE","Hanoi","Viet Nam",24,22);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5206","VIE","Dong Ha and District","Viet Nam",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5207","VIE","Dong Hoi","Viet Nam",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5208","VIE","Vinh City","Viet Nam",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("5209","VIE","VIE - Other cities","Viet Nam",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("520A","VIE","Ha Giang","Viet Nam",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("520B","VIE","Ha Long","Viet Nam",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("520C","VIE","Quang Nam Danang","Viet Nam",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("520D","VIE","Tra Vinh","Viet Nam",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("520E","VIE","Ha Tinh","Viet Nam",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("520F","VIE","Tuyen Quang","Viet Nam",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("520G","VIE","Quang Ninh","Viet Nam",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("520H","VIE","Hue City","Viet Nam",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("520I","VIE","Tam Ky","Viet Nam",20,18);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3950","YEM","Aden","Republic of Yemen",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("3959","YEM","YEM - Other cities","Republic of Yemen",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4920","YEM","Sana'a","Republic of Yemen",17,15);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4921","YEM","Ta'izz","Republic of Yemen",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4922","YEM","Dhamar","Republic of Yemen",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4923","YEM","Socotra","Republic of Yemen",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4924","YEM","Aden","Republic of Yemen",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4925","YEM","Al-Mahra","Republic of Yemen",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4926","YEM","Dhale","Republic of Yemen",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4927","YEM","Haradh","Republic of Yemen",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4928","YEM","Hodeidah","Republic of Yemen",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4929","YEM","YEM - Other cities","Republic of Yemen",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("492A","YEM","Ibb","Republic of Yemen",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("492B","YEM","Ahwar","Republic of Yemen",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("492C","YEM","Kharaz","Republic of Yemen",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("492D","YEM","Sa'ada","Republic of Yemen",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("492E","YEM","Maifaa","Republic of Yemen",19,17);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0990","ZAI","Kinshasa","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0991","ZAI","Bukavu","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0992","ZAI","Isiro","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0993","ZAI","Lubumbashi","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0994","ZAI","Kimpese","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0995","ZAI","Likasi","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0996","ZAI","Boma","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0997","ZAI","Mbuji Mayi","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0998","ZAI","Kananga","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("0999","ZAI","ZAI - Other cities","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099A","ZAI","Goma","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099AA","ZAI","Buburu","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099B","ZAI","Kisangani","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099BB","ZAI","Bandundu","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099C","ZAI","Kisenge","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099CC","ZAI","Rutshuru","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099D","ZAI","Matadi","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099DD","ZAI","Bandundu","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099E","ZAI","Zongo","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099EE","ZAI","Kenge","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099F","ZAI","Luozi","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099FF","ZAI","Kikwit","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099G","ZAI","Bunia","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099GG","ZAI","Mbuji-Mayi","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099H","ZAI","Kalemie","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099HH","ZAI","Nioki","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099I","ZAI","Kindu","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099II","ZAI","Dungu","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099J","ZAI","Beni","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099JJ","ZAI","Butembo","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099K","ZAI","Mahagi","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099KK","ZAI","Gbadolite","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099L","ZAI","Mbandaka","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099LL","ZAI","Kamina","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099M","ZAI","Uvira","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099MM","ZAI","Kigoma","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099N","ZAI","Aru","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099NN","ZAI","Manono","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099P","ZAI","Kahembe","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099Q","ZAI","Kimvula","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099R","ZAI","Ngidinga","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099S","ZAI","Gemena","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099T","ZAI","Libenge","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099U","ZAI","Aba","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099V","ZAI","Dongo","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099W","ZAI","Baraka","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099X","ZAI","Ituri","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099Y","ZAI","Moba","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("099Z","ZAI","Pweto","Congo, Dem. Rep.",26,23);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4980","ZAM","Lusaka","Zambia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4981","ZAM","Mansa","Zambia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4982","ZAM","Choma","Zambia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4983","ZAM","Kawambwa","Zambia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4984","ZAM","Mporokoso","Zambia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4985","ZAM","Mongu","Zambia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4986","ZAM","Livingstone","Zambia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4987","ZAM","Kaoma","Zambia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4988","ZAM","Solwezi","Zambia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("4989","ZAM","ZAM - Other cities","Zambia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("498A","ZAM","Chipata","Zambia",23,21);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6260","ZIM","Harare","Zimbabwe",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6261","ZIM","Bulawayo","Zimbabwe",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6262","ZIM","Mutare","Zimbabwe",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6263","ZIM","Gweru","Zimbabwe",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6264","ZIM","Beitbridge","Zimbabwe",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6265","ZIM","Masvingo","Zimbabwe",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
tmp = new DutyStationThreshold("6269","ZIM","ZIM - Other cities","Zimbabwe",13,12);
AddDutyStationsThreshold(AddDutyStationsThreshold,tmp);
