
function RepresentationAllowance(strDutyStaiotn,sngAllowance){
	this.DutyStation = strDutyStaiotn;
	this.Allowance = sngAllowance;
	if(sngAllowance == ''){
		this.Allowance = 0;
	}
}
var RepresentationAllowances = new Array();
function AddRepresentationAllowance(objRepresentationAllowances, objRepresentationAllowance){
	objRepresentationAllowances[objRepresentationAllowances.length] = objRepresentationAllowance;
}
tmp = new RepresentationAllowance("Afghanistan",5);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Algeria",4.5);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Angola",5.2);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Argentina",6);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Armenia",3);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Azerbaijan",2.9);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Bahrain",4.1);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Bangladesh",5.8);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Barbados",4.6);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Belarus",3.7);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Benin",4.4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Bhutan",4.1);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Bolivia",4.9);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Bosnia-Herzegovina",5.2);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Botswana",3.8);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Brazil",6);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Bulgaria",3.4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Burkina Faso",4.9);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Burundi",4.4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Cambodia",4.8);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Cameroon",4.4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Cape Verde",3.9);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Central African Republic",5);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Chad",5.3);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Chile",5);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("China",6);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Colombia",5.4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Comoros",4.1);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Congo",4.4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Costa Rica",3.8);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Cote D'Ivoire",4.4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Croatia",3.4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Cuba",4.2);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Cyprus",4.2);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Czech Rep",0);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Djibouti",4.7);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Dominican Republic",4.5);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Ecuador",4.3);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Egypt",5.2);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("El Salvador",4.6);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Equatorial Guinea",4.4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Eritrea",4.1);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Estonia",4.3);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Ethiopia",5.1);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Fiji",4.3);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Gabon",4.5);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Gambia",4.3);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Georgia",3.2);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Ghana",4.1);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Guatemala",4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Guinea",5);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Guinea Bissau",4.7);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Guyana",3.6);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Haiti",4.3);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Honduras",4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Hungary",0);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("India",5.3);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Indonesia",5.5);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Iran",5.5);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Iraq",5.7);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Jamaica",4.3);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Jordan",3.5);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Kazakhstan",3.8);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Kenya",6);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Korea Democratic Republic",4.2);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Korea Republic of",5);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Kosovo",4.3);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Kuwait",4.7);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Kyrgyzstan",3.3);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Lao",4.5);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Latvia",3.9);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Lebanon",5);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Lesotho",4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Liberia",4.8);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Libya",6);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Lithuania",3.1);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Macedonia",3.1);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Madagascar",4.5);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Malawi",4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Malaysia",4.1);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Maldives",3.9);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Mali",5.1);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Malta",0);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Mauritania",5.4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Mauritius",3.2);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Mexico",4.6);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Moldova",3.7);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Mongolia",4.8);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Morocco",4.2);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Mozambique",5.4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Myanmar",6);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Namibia",4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Nepal",4.6);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Nicaragua",4.5);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Niger",4.7);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Nigeria",6);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Oman",0);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Pakistan",4.7);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Panama",4.1);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Papua New Guinea",5);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Paraguay",3.8);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Peru",5.6);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Philippines",4.9);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Poland",4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Portugal",0);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Qatar",4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Romania",4.3);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Russian Federation",5.4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Rwanda",4.8);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Samoa",4.1);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Sao Tome & Principe",3.7);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Saudi Arabia",4.7);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Senegal",4.4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Sierra Leone",4.9);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Slovakia",4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Slovenia",0);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Somalia",4.8);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("South Africa",4.2);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Sri Lanka",4.1);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Sudan",5.3);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Swaziland",3.1);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Syria",5.5);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Tajikistan",3.2);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Tanzania",5.4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Thailand",4.9);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Togo",4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Trinidad Tobago",4.1);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Tunisia",4.2);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Turkey",4.3);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Turkmenistan",3.1);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Uganda",5.9);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Ukraine",3.8);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("United Arab Emirates",4.2);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Uruguay",4.8);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Uzbekistan",3.4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Venezuela",4.3);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Viet Nam",5.5);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Yemen",4.8);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Zaire",5.2);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Zambia",4.4);
AddRepresentationAllowance(RepresentationAllowances,tmp);
tmp = new RepresentationAllowance("Zimbabwe",3.6);
AddRepresentationAllowance(RepresentationAllowances,tmp);
