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