function Country(abbr,queue,region)
{
	this.abbr=abbr;
	this.queue=queue;
	this.region=region;
}

var countryqueue = new Array();
countryqueue[0]=new Country('AFGHANISTAN','DIMC Level 1 AP India','Asia Pacific');
countryqueue[1]=new Country('ALAND ISLANDS','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[2]=new Country('ALBANIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[3]=new Country('ALGERIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[4]=new Country('AMERICAN SAMOA','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[5]=new Country('ANDORRA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[6]=new Country('ANGOLA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[7]=new Country('ANGUILLA','DIMC Level 1 LA MEX','Latin America');
countryqueue[8]=new Country('ANTARCTICA','DIMC Level 1 LA ARG','Latin America');
countryqueue[9]=new Country('ANTIGUA AND BARBUDA','DIMC Level 1 LA MEX','Latin America');
countryqueue[10]=new Country('ARGENTINA','DIMC Level 1 LA ARG','Latin America');
countryqueue[11]=new Country('ARMENIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[12]=new Country('ARUBA','DIMC Level 1 LA MEX','Latin America');
countryqueue[13]=new Country('AUSTRALIA','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[14]=new Country('AUSTRIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[15]=new Country('AZERBAIJAN','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[16]=new Country('BAHAMAS','DIMC Level 1 LA MEX','Latin America');
countryqueue[17]=new Country('BAHRAIN','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[18]=new Country('BANGLADESH','DIMC Level 1 AP India','Asia Pacific');
countryqueue[19]=new Country('BARBADOS','DIMC Level 1 LA MEX','Latin America');
countryqueue[20]=new Country('BELARUS','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[21]=new Country('BELGIUM','DPC Industrial Level 2 EMEA-WE-Benelux','EMEA');
countryqueue[22]=new Country('BELIZE','DIMC Level 1 LA MEX','Latin America');
countryqueue[23]=new Country('BENIN','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[24]=new Country('BERMUDA','DPC Industrial Level 2 NA','North America');
countryqueue[25]=new Country('BHUTAN','DIMC Level 1 AP India','Asia Pacific');
countryqueue[26]=new Country('BOLIVIA','DIMC Level 1 LA ARG','Latin America');
countryqueue[27]=new Country('BOSNIA AND HERZEGOVINA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[28]=new Country('BOTSWANA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[29]=new Country('BOUVET ISLAND','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[30]=new Country('BRAZIL','DIMC Level 1 LA BRAZ','Latin America');
countryqueue[31]=new Country('BRITISH INDIAN OCEAN TERRITORY','DIMC Level 1 LA MEX','Latin America');
countryqueue[32]=new Country('BRUNEI DARUSSALAM','DIMC Level 1 AP ASEAN','Asia Pacific');
countryqueue[33]=new Country('BULGARIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[34]=new Country('BURKINA FASO','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[35]=new Country('BURUNDI','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[36]=new Country('CAMBODIA','DIMC Level 1 AP ASEAN','Asia Pacific');
countryqueue[37]=new Country('CAMEROON','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[38]=new Country('CANADA','DPC Industrial Level 2 NA','North America');
countryqueue[39]=new Country('CAPE VERDE','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[40]=new Country('CAYMAN ISLANDS','DIMC Level 1 LA MEX','Latin America');
countryqueue[41]=new Country('CENTRAL AFRICAN REPUBLIC','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[42]=new Country('CHAD','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[43]=new Country('CHILE','DIMC Level 1 LA ARG','Latin America');
countryqueue[44]=new Country('CHINA','DIMC Level 1 AP Greater China','Asia Pacific');
countryqueue[45]=new Country('CHRISTMAS ISLAND','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[46]=new Country('COCOS (KEELING) ISLANDS','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[47]=new Country('COLOMBIA','DIMC Level 1 LA ARG','Latin America');
countryqueue[48]=new Country('COMOROS','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[49]=new Country('CONGO','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[50]=new Country('CONGO, THE DEMOCRATIC REPUBLIC OF THE','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[51]=new Country('COOK ISLANDS','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[52]=new Country('COSTA RICA','DIMC Level 1 LA MEX','Latin America');
countryqueue[53]=new Country('CÔTE D\'IVOIRE','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[54]=new Country('CROATIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[55]=new Country('CUBA','DIMC Level 1 LA MEX','Latin America');
countryqueue[56]=new Country('CYPRUS','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[57]=new Country('CZECH REPUBLIC','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[58]=new Country('DENMARK','DPC Industrial Level 2 EMEA-WE-Nordics','EMEA');
countryqueue[59]=new Country('DJIBOUTI','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[60]=new Country('DOMINICA','DIMC Level 1 LA MEX','Latin America');
countryqueue[61]=new Country('DOMINICAN REPUBLIC','DIMC Level 1 LA MEX','Latin America');
countryqueue[62]=new Country('ECUADOR','DIMC Level 1 LA ARG','Latin America');
countryqueue[63]=new Country('EGYPT','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[64]=new Country('EL SALVADOR','DIMC Level 1 LA MEX','Latin America');
countryqueue[65]=new Country('EQUATORIAL GUINEA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[66]=new Country('ERITREA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[67]=new Country('ESTONIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[68]=new Country('ETHIOPIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[69]=new Country('FALKLAND ISLANDS (MALVINAS)','DIMC Level 1 LA ARG','Latin America');
countryqueue[70]=new Country('FAROE ISLANDS','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[71]=new Country('FIJI','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[72]=new Country('FINLAND','DPC Industrial Level 2 EMEA-WE-Nordics','EMEA');
countryqueue[73]=new Country('FRANCE','DPC Industrial Level 2 EMEA-WE-France','EMEA');
countryqueue[74]=new Country('FRENCH GUIANA','DIMC Level 1 LA ARG','Latin America');
countryqueue[75]=new Country('FRENCH POLYNESIA','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[76]=new Country('FRENCH SOUTHERN TERRITORIES','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[77]=new Country('GABON','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[78]=new Country('GAMBIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[79]=new Country('GEORGIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[80]=new Country('GERMANY','DPC Industrial Level 2 EMEA-WE-Germany','EMEA');
countryqueue[81]=new Country('GHANA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[82]=new Country('GIBRALTAR','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[83]=new Country('GREECE','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[84]=new Country('GREENLAND','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[85]=new Country('GRENADA','DIMC Level 1 LA MEX','Latin America');
countryqueue[86]=new Country('GUADELOUPE','DIMC Level 1 LA MEX','Latin America');
countryqueue[87]=new Country('GUAM','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[88]=new Country('GUATEMALA','DIMC Level 1 LA MEX','Latin America');
countryqueue[89]=new Country('GUINEA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[90]=new Country('GUINEA-BISSAU','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[91]=new Country('GUYANA','DIMC Level 1 LA ARG','Latin America');
countryqueue[92]=new Country('HAITI','DIMC Level 1 LA MEX','Latin America');
countryqueue[93]=new Country('HEARD ISLAND AND MCDONALD ISLANDS','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[94]=new Country('HOLY SEE (VATICAN CITY STATE)','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[95]=new Country('HONDURAS','DIMC Level 1 LA MEX','Latin America');
countryqueue[96]=new Country('HONG KONG','DIMC Level 1 AP Greater China','Asia Pacific');
countryqueue[97]=new Country('HUNGARY','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[98]=new Country('ICELAND','DPC Industrial Level 2 EMEA-WE-Nordics','EMEA');
countryqueue[99]=new Country('INDIA','DIMC Level 1 AP India','Asia Pacific');
countryqueue[100]=new Country('INDONESIA','DIMC Level 1 AP ASEAN','Asia Pacific');
countryqueue[101]=new Country('IRAN, ISLAMIC REPUBLIC OF','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[102]=new Country('IRAQ','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[103]=new Country('IRELAND','DPC Industrial Level 2 EMEA-WE-UK','EMEA');
countryqueue[104]=new Country('ISRAEL','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[105]=new Country('ITALY','DPC Industrial Level 2 EMEA-WE-Italy','EMEA');
countryqueue[106]=new Country('JAMAICA','DIMC Level 1 LA MEX','Latin America');
countryqueue[107]=new Country('JAPAN','DIMC Level 1 AP Japan','Asia Pacific');
countryqueue[108]=new Country('JORDAN','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[109]=new Country('KAZAKHSTAN','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[110]=new Country('KENYA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[111]=new Country('KIRIBATI','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[112]=new Country('KOREA, DEMOCRATIC PEOPLE\'S REPUBLIC OF','DIMC Level 1 AP Korea','Asia Pacific');
countryqueue[113]=new Country('KOREA, REPUBLIC OF','DIMC Level 1 AP Korea','Asia Pacific');
countryqueue[114]=new Country('KUWAIT','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[115]=new Country('KYRGYZSTAN','DIMC Level 1 NA US','Asia Pacific');
countryqueue[116]=new Country('LAO PEOPLE\'S DEMOCRATIC REPUBLIC','DIMC Level 1 AP ASEAN','Asia Pacific');
countryqueue[117]=new Country('LATVIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[118]=new Country('LEBANON','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[119]=new Country('LESOTHO','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[120]=new Country('LIBERIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[121]=new Country('LIBYAN ARAB JAMAHIRIYA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[122]=new Country('LIECHTENSTEIN','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[123]=new Country('LITHUANIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[124]=new Country('LUXEMBOURG','DPC Industrial Level 2 EMEA-WE-Benelux','EMEA');
countryqueue[125]=new Country('MACAO','DIMC Level 1 AP Greater China','Asia Pacific');
countryqueue[126]=new Country('MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[127]=new Country('MADAGASCAR','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[128]=new Country('MALAWI','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[129]=new Country('MALAYSIA','DIMC Level 1 AP ASEAN','Asia Pacific');
countryqueue[130]=new Country('MALDIVES','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[131]=new Country('MALI','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[132]=new Country('MALTA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[133]=new Country('MARSHALL ISLANDS','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[134]=new Country('MARTINIQUE','DIMC Level 1 LA MEX','Latin America');
countryqueue[135]=new Country('MAURITANIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[136]=new Country('MAURITIUS','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[137]=new Country('MAYOTTE','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[138]=new Country('MEXICO','DIMC Level 1 LA MEX','Latin America');
countryqueue[139]=new Country('MICRONESIA, FEDERATED STATES OF','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[140]=new Country('MOLDOVA, REPUBLIC OF','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[141]=new Country('MONACO','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[142]=new Country('MONGOLIA','DIMC Level 1 AP Greater China','Asia Pacific');
countryqueue[143]=new Country('MONTENEGRO','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[144]=new Country('MONTSERRAT','DIMC Level 1 LA MEX','Latin America');
countryqueue[145]=new Country('MOROCCO','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[146]=new Country('MOZAMBIQUE','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[147]=new Country('MYANMAR','DIMC Level 1 AP ASEAN','Asia Pacific');
countryqueue[148]=new Country('NAMIBIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[149]=new Country('NAURU','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[150]=new Country('NEPAL','DIMC Level 1 AP India','Asia Pacific');
countryqueue[151]=new Country('NETHERLANDS','DPC Industrial Level 2 EMEA-WE-Benelux','EMEA');
countryqueue[152]=new Country('NETHERLANDS ANTILLES','DIMC Level 1 LA MEX','Latin America');
countryqueue[153]=new Country('NEW CALEDONIA','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[154]=new Country('NEW ZEALAND','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[155]=new Country('NICARAGUA','DIMC Level 1 LA MEX','Latin America');
countryqueue[156]=new Country('NIGER','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[157]=new Country('NIGERIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[158]=new Country('NIUE','DIMC Level 1 NA US','Asia Pacific');
countryqueue[159]=new Country('NORFOLK ISLAND','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[160]=new Country('NORTHERN MARIANA ISLANDS','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[161]=new Country('NORWAY','DPC Industrial Level 2 EMEA-WE-Nordics','EMEA');
countryqueue[162]=new Country('OMAN','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[163]=new Country('PAKISTAN','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[164]=new Country('PALAU','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[165]=new Country('PALESTINIAN TERRITORY, OCCUPIED','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[166]=new Country('PANAMA','DIMC Level 1 LA MEX','Latin America');
countryqueue[167]=new Country('PAPUA NEW GUINEA','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[168]=new Country('PARAGUAY','DIMC Level 1 LA ARG','Latin America');
countryqueue[169]=new Country('PERU','DIMC Level 1 LA ARG','Latin America');
countryqueue[170]=new Country('PHILIPPINES','DIMC Level 1 AP ASEAN','Asia Pacific');
countryqueue[171]=new Country('PITCAIRN','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[172]=new Country('POLAND','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[173]=new Country('PORTUGAL','DPC Industrial Level 2 EMEA-WE-Iberia','EMEA');
countryqueue[174]=new Country('PUERTO RICO','DIMC Level 1 LA MEX','Latin America');
countryqueue[175]=new Country('QATAR','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[176]=new Country('RÉUNION','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[177]=new Country('ROMANIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[178]=new Country('RUSSIAN FEDERATION','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[179]=new Country('RWANDA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[180]=new Country('SAINT HELENA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[181]=new Country('SAINT KITTS AND NEVIS','DIMC Level 1 LA MEX','Latin America');
countryqueue[182]=new Country('SAINT LUCIA','DIMC Level 1 LA MEX','Latin America');
countryqueue[183]=new Country('SAINT PIERRE AND MIQUELON','DPC Industrial Level 2 NA','North America');
countryqueue[184]=new Country('SAINT VINCENT AND THE GRENADINES','DIMC Level 1 LA MEX','Latin America');
countryqueue[185]=new Country('SAMOA','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[186]=new Country('SAN MARINO','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[187]=new Country('SAO TOME AND PRINCIPE','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[188]=new Country('SAUDI ARABIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[189]=new Country('SENEGAL','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[190]=new Country('SERBIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[191]=new Country('SEYCHELLES','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[192]=new Country('SIERRA LEONE','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[193]=new Country('SINGAPORE','DIMC Level 1 AP ASEAN','Asia Pacific');
countryqueue[194]=new Country('SLOVAKIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[195]=new Country('SLOVENIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[196]=new Country('SOLOMON ISLANDS','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[197]=new Country('SOMALIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[198]=new Country('SOUTH AFRICA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[199]=new Country('SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[200]=new Country('SPAIN','DPC Industrial Level 2 EMEA-WE-Iberia','EMEA');
countryqueue[201]=new Country('SRI LANKA','DIMC Level 1 AP India','Asia Pacific');
countryqueue[202]=new Country('SUDAN','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[203]=new Country('SURINAME','DIMC Level 1 LA ARG','Latin America');
countryqueue[204]=new Country('SVALBARD AND JAN MAYEN','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[205]=new Country('SWAZILAND','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[206]=new Country('SWEDEN','DPC Industrial Level 2 EMEA-WE-Nordics','EMEA');
countryqueue[207]=new Country('SWITZERLAND','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[208]=new Country('SYRIAN ARAB REPUBLIC','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[209]=new Country('TAIWAN','DIMC Level 1 AP Taiwan','Asia Pacific');
countryqueue[210]=new Country('TAJIKISTAN','DIMC Level 1 NA US','Asia Pacific');
countryqueue[211]=new Country('TANZANIA, UNITED REPUBLIC OF','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[212]=new Country('THAILAND','DIMC Level 1 AP ASEAN','Asia Pacific');
countryqueue[213]=new Country('TIMOR-LESTE','DIMC Level 1 NA US','Asia Pacific');
countryqueue[214]=new Country('TOGO','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[215]=new Country('TOKELAU','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[216]=new Country('TONGA','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[217]=new Country('TRINIDAD AND TOBAGO','DIMC Level 1 LA MEX','Latin America');
countryqueue[218]=new Country('TUNISIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[219]=new Country('TURKEY','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[220]=new Country('TURKMENISTAN','DIMC Level 1 NA US','Asia Pacific');
countryqueue[221]=new Country('TURKS AND CAICOS ISLANDS','DIMC Level 1 LA MEX','Latin America');
countryqueue[222]=new Country('TUVALU','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[223]=new Country('UGANDA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[224]=new Country('UKRAINE','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[225]=new Country('UNITED ARAB EMIRATES','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[226]=new Country('UNITED KINGDOM','DPC Industrial Level 2 EMEA-WE-UK','EMEA');
countryqueue[227]=new Country('UNITED STATES','DPC Industrial Level 2 NA','North America');
countryqueue[228]=new Country('UNITED STATES MINOR OUTLYING ISLANDS','DPC Industrial Level 2 NA','North America');
countryqueue[229]=new Country('URUGUAY','DIMC Level 1 LA ARG','Latin America');
countryqueue[230]=new Country('UZBEKISTAN','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[231]=new Country('VANUATU','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[232]=new Country('VENEZUELA','DIMC Level 1 LA ARG','Latin America');
countryqueue[233]=new Country('VIET NAM','DIMC Level 1 AP ASEAN','Asia Pacific');
countryqueue[234]=new Country('VIRGIN ISLANDS, BRITISH','DIMC Level 1 NA US','Latin America');
countryqueue[235]=new Country('VIRGIN ISLANDS, U.S.','DIMC Level 1 LA MEX','Latin America');
countryqueue[236]=new Country('WALLIS AND FUTUNA','DIMC Level 1 AP ANZ','Asia Pacific');
countryqueue[237]=new Country('WESTERN SAHARA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[238]=new Country('YEMEN','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[239]=new Country('ZAMBIA','DPC Industrial Level 2 EMEA','EMEA');
countryqueue[240]=new Country('ZIMBABWE','DPC Industrial Level 2 EMEA','EMEA');

