function updateCounty(theForm) {
  var NumState = theForm.siteCounty.options.length;
  //alert(NumState);
  var CurrentCountry = "";

  while(NumState > 0) {
    NumState--;
    theForm.siteCounty.options[NumState] = null;
  }         

  CurrentCountry = theForm.siteCountry.options[theForm.siteCountry.selectedIndex].value;
if (CurrentCountry == "226") {
theForm.siteCounty.options[0] = new Option("-- N/A --", "");

theForm.siteCounty.options[1] = new Option("Alabama", "1");

theForm.siteCounty.options[2] = new Option("Alaska", "2");

theForm.siteCounty.options[3] = new Option("American Samoa", "3");

theForm.siteCounty.options[4] = new Option("Arizona", "4");

theForm.siteCounty.options[5] = new Option("Arkansas", "5");

theForm.siteCounty.options[6] = new Option("Armed Forces Africa", "6");

theForm.siteCounty.options[7] = new Option("Armed Forces Americas", "7");

theForm.siteCounty.options[8] = new Option("Armed Forces Canada", "8");

theForm.siteCounty.options[9] = new Option("Armed Forces Europe", "9");

theForm.siteCounty.options[10] = new Option("Armed Forces Middle East", "10");

theForm.siteCounty.options[11] = new Option("Armed Forces Pacific", "11");

theForm.siteCounty.options[12] = new Option("California", "12");

theForm.siteCounty.options[13] = new Option("Colorado", "13");

theForm.siteCounty.options[14] = new Option("Connecticut", "14");

theForm.siteCounty.options[15] = new Option("Delaware", "15");

theForm.siteCounty.options[16] = new Option("District of Columbia", "16");

theForm.siteCounty.options[17] = new Option("Federated States Of Micronesia", "17");

theForm.siteCounty.options[18] = new Option("Florida", "18");

theForm.siteCounty.options[19] = new Option("Georgia", "19");

theForm.siteCounty.options[20] = new Option("Guam", "20");

theForm.siteCounty.options[21] = new Option("Hawaii", "21");

theForm.siteCounty.options[22] = new Option("Idaho", "22");

theForm.siteCounty.options[23] = new Option("Illinois", "23");

theForm.siteCounty.options[24] = new Option("Indiana", "24");

theForm.siteCounty.options[25] = new Option("Iowa", "25");

theForm.siteCounty.options[26] = new Option("Kansas", "26");

theForm.siteCounty.options[27] = new Option("Kentucky", "27");

theForm.siteCounty.options[28] = new Option("Louisiana", "28");

theForm.siteCounty.options[29] = new Option("Maine", "29");

theForm.siteCounty.options[30] = new Option("Marshall Islands", "30");

theForm.siteCounty.options[31] = new Option("Maryland", "31");

theForm.siteCounty.options[32] = new Option("Massachusetts", "32");

theForm.siteCounty.options[33] = new Option("Michigan", "33");

theForm.siteCounty.options[34] = new Option("Minnesota", "34");

theForm.siteCounty.options[35] = new Option("Mississippi", "35");

theForm.siteCounty.options[36] = new Option("Missouri", "36");

theForm.siteCounty.options[37] = new Option("Montana", "37");

theForm.siteCounty.options[38] = new Option("Nebraska", "38");

theForm.siteCounty.options[39] = new Option("Nevada", "39");

theForm.siteCounty.options[40] = new Option("New Hampshire", "40");

theForm.siteCounty.options[41] = new Option("New Jersey", "41");

theForm.siteCounty.options[42] = new Option("New Mexico", "42");

theForm.siteCounty.options[43] = new Option("New York", "43");

theForm.siteCounty.options[44] = new Option("North Carolina", "44");

theForm.siteCounty.options[45] = new Option("North Dakota", "45");

theForm.siteCounty.options[46] = new Option("Northern Mariana Islands", "46");

theForm.siteCounty.options[47] = new Option("Ohio", "47");

theForm.siteCounty.options[48] = new Option("Oklahoma", "48");

theForm.siteCounty.options[49] = new Option("Oregon", "49");

theForm.siteCounty.options[50] = new Option("Palau", "50");

theForm.siteCounty.options[51] = new Option("Pennsylvania", "51");

theForm.siteCounty.options[52] = new Option("Puerto Rico", "52");

theForm.siteCounty.options[53] = new Option("Rhode Island", "53");

theForm.siteCounty.options[54] = new Option("South Carolina", "54");

theForm.siteCounty.options[55] = new Option("South Dakota", "55");

theForm.siteCounty.options[56] = new Option("Tennessee", "56");

theForm.siteCounty.options[57] = new Option("Texas", "57");

theForm.siteCounty.options[58] = new Option("Utah", "58");

theForm.siteCounty.options[59] = new Option("Vermont", "59");

theForm.siteCounty.options[60] = new Option("Virgin Islands", "60");

theForm.siteCounty.options[61] = new Option("Virginia", "61");

theForm.siteCounty.options[62] = new Option("Washington", "62");

theForm.siteCounty.options[63] = new Option("West Virginia", "63");

theForm.siteCounty.options[64] = new Option("Wisconsin", "64");

theForm.siteCounty.options[65] = new Option("Wyoming", "65");

} else if (CurrentCountry == "38") {

theForm.siteCounty.options[0] = new Option("-- N/A --", "");

theForm.siteCounty.options[1] = new Option("Alberta", "66");

theForm.siteCounty.options[2] = new Option("British Columbia", "67");

theForm.siteCounty.options[3] = new Option("Manitoba", "68");

theForm.siteCounty.options[4] = new Option("Newfoundland", "69");

theForm.siteCounty.options[5] = new Option("New Brunswick", "70");

theForm.siteCounty.options[6] = new Option("Nova Scotia", "71");

theForm.siteCounty.options[7] = new Option("Northwest Territories", "72");

theForm.siteCounty.options[8] = new Option("Nunavut", "73");

theForm.siteCounty.options[9] = new Option("Ontario", "74");

theForm.siteCounty.options[10] = new Option("Prince Edward Island", "75");

theForm.siteCounty.options[11] = new Option("Quebec", "76");

theForm.siteCounty.options[12] = new Option("Saskatchewan", "77");

theForm.siteCounty.options[13] = new Option("Yukon Territory", "78");

} else if (CurrentCountry == "80") {

theForm.siteCounty.options[0] = new Option("-- N/A --", "");

theForm.siteCounty.options[1] = new Option("Niedersachsen", "79");

theForm.siteCounty.options[2] = new Option("Baden-W?rttemberg", "80");

theForm.siteCounty.options[3] = new Option("Bayern", "81");

theForm.siteCounty.options[4] = new Option("Berlin", "82");

theForm.siteCounty.options[5] = new Option("Brandenburg", "83");

theForm.siteCounty.options[6] = new Option("Bremen", "84");

theForm.siteCounty.options[7] = new Option("Hamburg", "85");

theForm.siteCounty.options[8] = new Option("Hessen", "86");

theForm.siteCounty.options[9] = new Option("Mecklenburg-Vorpommern", "87");

theForm.siteCounty.options[10] = new Option("Nordrhein-Westfalen", "88");

theForm.siteCounty.options[11] = new Option("Rheinland-Pfalz", "89");

theForm.siteCounty.options[12] = new Option("Saarland", "90");

theForm.siteCounty.options[13] = new Option("Sachsen", "91");

theForm.siteCounty.options[14] = new Option("Sachsen-Anhalt", "92");

theForm.siteCounty.options[15] = new Option("Schleswig-Holstein", "93");

theForm.siteCounty.options[16] = new Option("Th?ringen", "94");

} else if (CurrentCountry == "14") {

theForm.siteCounty.options[0] = new Option("-- N/A --", "");

theForm.siteCounty.options[1] = new Option("Wien", "95");

theForm.siteCounty.options[2] = new Option("Nieder?sterreich", "96");

theForm.siteCounty.options[3] = new Option("Ober?sterreich", "97");

theForm.siteCounty.options[4] = new Option("Salzburg", "98");

theForm.siteCounty.options[5] = new Option("K?rnten", "99");

theForm.siteCounty.options[6] = new Option("Steiermark", "100");

theForm.siteCounty.options[7] = new Option("Tirol", "101");

theForm.siteCounty.options[8] = new Option("Burgenland", "102");

theForm.siteCounty.options[9] = new Option("Voralberg", "103");

} else if (CurrentCountry == "206") {

theForm.siteCounty.options[0] = new Option("-- N/A --", "");

theForm.siteCounty.options[1] = new Option("Aargau", "104");

theForm.siteCounty.options[2] = new Option("Appenzell Innerrhoden", "105");

theForm.siteCounty.options[3] = new Option("Appenzell Ausserrhoden", "106");

theForm.siteCounty.options[4] = new Option("Bern", "107");

theForm.siteCounty.options[5] = new Option("Basel-Landschaft", "108");

theForm.siteCounty.options[6] = new Option("Basel-Stadt", "109");

theForm.siteCounty.options[7] = new Option("Freiburg", "110");

theForm.siteCounty.options[8] = new Option("Genf", "111");

theForm.siteCounty.options[9] = new Option("Glarus", "112");

theForm.siteCounty.options[10] = new Option("Graub?nden", "113");

theForm.siteCounty.options[11] = new Option("Jura", "114");

theForm.siteCounty.options[12] = new Option("Luzern", "115");

theForm.siteCounty.options[13] = new Option("Neuenburg", "116");

theForm.siteCounty.options[14] = new Option("Nidwalden", "117");

theForm.siteCounty.options[15] = new Option("Obwalden", "118");

theForm.siteCounty.options[16] = new Option("St. Gallen", "119");

theForm.siteCounty.options[17] = new Option("Schaffhausen", "120");

theForm.siteCounty.options[18] = new Option("Solothurn", "121");

theForm.siteCounty.options[19] = new Option("Schwyz", "122");

theForm.siteCounty.options[20] = new Option("Thurgau", "123");

theForm.siteCounty.options[21] = new Option("Tessin", "124");

theForm.siteCounty.options[22] = new Option("Uri", "125");

theForm.siteCounty.options[23] = new Option("Waadt", "126");

theForm.siteCounty.options[24] = new Option("Wallis", "127");

theForm.siteCounty.options[25] = new Option("Zug", "128");

theForm.siteCounty.options[26] = new Option("Z?rich", "129");

} else if (CurrentCountry == "199") {

theForm.siteCounty.options[0] = new Option("-- N/A --", "");

theForm.siteCounty.options[1] = new Option("A Coru?a", "130");

theForm.siteCounty.options[2] = new Option("Alava", "131");

theForm.siteCounty.options[3] = new Option("Albacete", "132");

theForm.siteCounty.options[4] = new Option("Alicante", "133");

theForm.siteCounty.options[5] = new Option("Almeria", "134");

theForm.siteCounty.options[6] = new Option("Asturias", "135");

theForm.siteCounty.options[7] = new Option("Avila", "136");

theForm.siteCounty.options[8] = new Option("Badajoz", "137");

theForm.siteCounty.options[9] = new Option("Baleares", "138");

theForm.siteCounty.options[10] = new Option("Barcelona", "139");

theForm.siteCounty.options[11] = new Option("Burgos", "140");

theForm.siteCounty.options[12] = new Option("Caceres", "141");

theForm.siteCounty.options[13] = new Option("Cadiz", "142");

theForm.siteCounty.options[14] = new Option("Cantabria", "143");

theForm.siteCounty.options[15] = new Option("Castellon", "144");

theForm.siteCounty.options[16] = new Option("Ceuta", "145");

theForm.siteCounty.options[17] = new Option("Ciudad Real", "146");

theForm.siteCounty.options[18] = new Option("Cordoba", "147");

theForm.siteCounty.options[19] = new Option("Cuenca", "148");

theForm.siteCounty.options[20] = new Option("Girona", "149");

theForm.siteCounty.options[21] = new Option("Granada", "150");

theForm.siteCounty.options[22] = new Option("Guadalajara", "151");

theForm.siteCounty.options[23] = new Option("Guipuzcoa", "152");

theForm.siteCounty.options[24] = new Option("Huelva", "153");

theForm.siteCounty.options[25] = new Option("Huesca", "154");

theForm.siteCounty.options[26] = new Option("Jaen", "155");

theForm.siteCounty.options[27] = new Option("La Rioja", "156");

theForm.siteCounty.options[28] = new Option("Las Palmas", "157");

theForm.siteCounty.options[29] = new Option("Leon", "158");

theForm.siteCounty.options[30] = new Option("Lleida", "159");

theForm.siteCounty.options[31] = new Option("Lugo", "160");

theForm.siteCounty.options[32] = new Option("Madrid", "161");

theForm.siteCounty.options[33] = new Option("Malaga", "162");

theForm.siteCounty.options[34] = new Option("Melilla", "163");

theForm.siteCounty.options[35] = new Option("Murcia", "164");

theForm.siteCounty.options[36] = new Option("Navarra", "165");

theForm.siteCounty.options[37] = new Option("Ourense", "166");

theForm.siteCounty.options[38] = new Option("Palencia", "167");

theForm.siteCounty.options[39] = new Option("Pontevedra", "168");

theForm.siteCounty.options[40] = new Option("Salamanca", "169");

theForm.siteCounty.options[41] = new Option("Santa Cruz de Tenerife", "170");

theForm.siteCounty.options[42] = new Option("Segovia", "171");

theForm.siteCounty.options[43] = new Option("Sevilla", "172");

theForm.siteCounty.options[44] = new Option("Soria", "173");

theForm.siteCounty.options[45] = new Option("Tarragona", "174");

theForm.siteCounty.options[46] = new Option("Teruel", "175");

theForm.siteCounty.options[47] = new Option("Toledo", "176");

theForm.siteCounty.options[48] = new Option("Valencia", "177");

theForm.siteCounty.options[49] = new Option("Valladolid", "178");

theForm.siteCounty.options[50] = new Option("Vizcaya", "179");

theForm.siteCounty.options[51] = new Option("Zamora", "180");

theForm.siteCounty.options[52] = new Option("Zaragoza", "181");

} else if (CurrentCountry == "225") {

theForm.siteCounty.options[0] = new Option("-- N/A --", "");

theForm.siteCounty.options[1] = new Option("Aberdeen", "182");

theForm.siteCounty.options[2] = new Option("Aberdeenshire", "183");

theForm.siteCounty.options[3] = new Option("Anglesey", "184");

theForm.siteCounty.options[4] = new Option("Angus", "185");

theForm.siteCounty.options[5] = new Option("Antrim", "186");

theForm.siteCounty.options[6] = new Option("Ards", "187");

theForm.siteCounty.options[7] = new Option("Argyll and Bute", "188");

theForm.siteCounty.options[8] = new Option("Armagh", "189");

theForm.siteCounty.options[9] = new Option("Ballymena", "190");

theForm.siteCounty.options[10] = new Option("Ballymoney", "191");

theForm.siteCounty.options[11] = new Option("Banbridge", "192");

theForm.siteCounty.options[12] = new Option("Barking and Dagenham", "193");

theForm.siteCounty.options[13] = new Option("Barnet", "194");

theForm.siteCounty.options[14] = new Option("Barnsley", "195");

theForm.siteCounty.options[15] = new Option("Bath and North East Somerset", "196");

theForm.siteCounty.options[16] = new Option("Bedfordshire", "197");

theForm.siteCounty.options[17] = new Option("Belfast", "198");

theForm.siteCounty.options[18] = new Option("Bexley", "199");

theForm.siteCounty.options[19] = new Option("Birmingham", "200");

theForm.siteCounty.options[20] = new Option("Blackburn with Darwen", "201");

theForm.siteCounty.options[21] = new Option("Blackpool", "202");

theForm.siteCounty.options[22] = new Option("Blaenau Gwent", "203");

theForm.siteCounty.options[23] = new Option("Bolton", "204");

theForm.siteCounty.options[24] = new Option("Bournemouth", "205");

theForm.siteCounty.options[25] = new Option("Bracknell Forest", "206");

theForm.siteCounty.options[26] = new Option("Bradford", "207");

theForm.siteCounty.options[27] = new Option("Brent", "208");

theForm.siteCounty.options[28] = new Option("Bridgend", "209");

theForm.siteCounty.options[29] = new Option("Brighton and Hove", "210");

theForm.siteCounty.options[30] = new Option("Bristol", "211");

theForm.siteCounty.options[31] = new Option("Bromley", "212");

theForm.siteCounty.options[32] = new Option("Buckinghamshire", "213");

theForm.siteCounty.options[33] = new Option("Bury", "214");

theForm.siteCounty.options[34] = new Option("Caerphilly", "215");

theForm.siteCounty.options[35] = new Option("Calderdale", "216");

theForm.siteCounty.options[36] = new Option("Cambridgeshire", "217");

theForm.siteCounty.options[37] = new Option("Camden", "218");

theForm.siteCounty.options[38] = new Option("Cardiff", "219");

theForm.siteCounty.options[39] = new Option("Carmarthenshire", "220");

theForm.siteCounty.options[40] = new Option("Carrickfergus", "221");

theForm.siteCounty.options[41] = new Option("Castlereagh", "222");

theForm.siteCounty.options[42] = new Option("Ceredigion", "223");

theForm.siteCounty.options[43] = new Option("Cheshire", "224");

theForm.siteCounty.options[44] = new Option("Clackmannanshire", "225");

theForm.siteCounty.options[45] = new Option("Coleraine", "226");

theForm.siteCounty.options[46] = new Option("Conwy", "227");

theForm.siteCounty.options[47] = new Option("Cookstown", "228");

theForm.siteCounty.options[48] = new Option("Cornwall", "229");

theForm.siteCounty.options[49] = new Option("Coventry", "230");

theForm.siteCounty.options[50] = new Option("Craigavon", "231");

theForm.siteCounty.options[51] = new Option("Croydon", "232");

theForm.siteCounty.options[52] = new Option("Cumbria", "233");

theForm.siteCounty.options[53] = new Option("Darlington", "234");

theForm.siteCounty.options[54] = new Option("Denbighshire", "235");

theForm.siteCounty.options[55] = new Option("Derby", "236");

theForm.siteCounty.options[56] = new Option("Derbyshire", "237");

theForm.siteCounty.options[57] = new Option("Derry", "238");

theForm.siteCounty.options[58] = new Option("Devon", "239");

theForm.siteCounty.options[59] = new Option("Doncaster", "240");

theForm.siteCounty.options[60] = new Option("Dorset", "241");

theForm.siteCounty.options[61] = new Option("Down", "242");

theForm.siteCounty.options[62] = new Option("Dudley", "243");

theForm.siteCounty.options[63] = new Option("Dumfries and Galloway", "244");

theForm.siteCounty.options[64] = new Option("Dundee", "245");

theForm.siteCounty.options[65] = new Option("Dungannon", "246");

theForm.siteCounty.options[66] = new Option("Durham", "247");

theForm.siteCounty.options[67] = new Option("Ealing", "248");

theForm.siteCounty.options[68] = new Option("East Ayrshire", "249");

theForm.siteCounty.options[69] = new Option("East Dunbartonshire", "250");

theForm.siteCounty.options[70] = new Option("East Lothian", "251");

theForm.siteCounty.options[71] = new Option("East Renfrewshire", "252");

theForm.siteCounty.options[72] = new Option("East Riding of Yorkshire", "253");

theForm.siteCounty.options[73] = new Option("East Sussex", "254");

theForm.siteCounty.options[74] = new Option("Edinburgh", "255");

theForm.siteCounty.options[75] = new Option("Eilean Siar", "256");

theForm.siteCounty.options[76] = new Option("Enfield", "257");

theForm.siteCounty.options[77] = new Option("Essex", "258");

theForm.siteCounty.options[78] = new Option("Falkirk", "259");

theForm.siteCounty.options[79] = new Option("Fermanagh", "260");

theForm.siteCounty.options[80] = new Option("Fife", "261");

theForm.siteCounty.options[81] = new Option("Flintshire", "262");

theForm.siteCounty.options[82] = new Option("Gateshead", "263");

theForm.siteCounty.options[83] = new Option("Glasgow", "264");

theForm.siteCounty.options[84] = new Option("Gloucestershire", "265");

theForm.siteCounty.options[85] = new Option("Greenwich", "266");

theForm.siteCounty.options[86] = new Option("Guernsey", "267");

theForm.siteCounty.options[87] = new Option("Gwynedd", "268");

theForm.siteCounty.options[88] = new Option("Hackney", "269");

theForm.siteCounty.options[89] = new Option("Halton", "270");

theForm.siteCounty.options[90] = new Option("Hammersmith and Fulham", "271");

theForm.siteCounty.options[91] = new Option("Hampshire", "272");

theForm.siteCounty.options[92] = new Option("Haringey", "273");

theForm.siteCounty.options[93] = new Option("Harrow", "274");

theForm.siteCounty.options[94] = new Option("Hartlepool", "275");

theForm.siteCounty.options[95] = new Option("Havering", "276");

theForm.siteCounty.options[96] = new Option("Herefordshire", "277");

theForm.siteCounty.options[97] = new Option("Hertfordshire", "278");

theForm.siteCounty.options[98] = new Option("Highland", "279");

theForm.siteCounty.options[99] = new Option("Hillingdon", "280");

theForm.siteCounty.options[100] = new Option("Hounslow", "281");

theForm.siteCounty.options[101] = new Option("Inverclyde", "282");

theForm.siteCounty.options[102] = new Option("Isle of Man", "283");

theForm.siteCounty.options[103] = new Option("Isle of Wight", "284");

theForm.siteCounty.options[104] = new Option("Isles of Scilly", "285");

theForm.siteCounty.options[105] = new Option("Islington", "286");

theForm.siteCounty.options[106] = new Option("Jersey", "287");

theForm.siteCounty.options[107] = new Option("Kensington and Chelsea", "288");

theForm.siteCounty.options[108] = new Option("Kent", "289");

theForm.siteCounty.options[109] = new Option("Kingston upon Hull", "290");

theForm.siteCounty.options[110] = new Option("Kingston upon Thames", "291");

theForm.siteCounty.options[111] = new Option("Kirklees", "292");

theForm.siteCounty.options[112] = new Option("Knowsley", "293");

theForm.siteCounty.options[113] = new Option("Lambeth", "294");

theForm.siteCounty.options[114] = new Option("Lancashire", "295");

theForm.siteCounty.options[115] = new Option("Larne", "296");

theForm.siteCounty.options[116] = new Option("Leeds", "297");

theForm.siteCounty.options[117] = new Option("Leicester", "298");

theForm.siteCounty.options[118] = new Option("Leicestershire", "299");

theForm.siteCounty.options[119] = new Option("Lewisham", "300");

theForm.siteCounty.options[120] = new Option("Limavady", "301");

theForm.siteCounty.options[121] = new Option("Lincolnshire", "302");

theForm.siteCounty.options[122] = new Option("Lisburn", "303");

theForm.siteCounty.options[123] = new Option("Liverpool", "304");

theForm.siteCounty.options[124] = new Option("London", "305");

theForm.siteCounty.options[125] = new Option("Luton", "306");

theForm.siteCounty.options[126] = new Option("Magherafelt", "307");

theForm.siteCounty.options[127] = new Option("Manchester", "308");

theForm.siteCounty.options[128] = new Option("Medway", "309");

theForm.siteCounty.options[129] = new Option("Merthyr Tydfil", "310");

theForm.siteCounty.options[130] = new Option("Merton", "311");

theForm.siteCounty.options[131] = new Option("Middlesbrough", "312");

theForm.siteCounty.options[132] = new Option("Midlothian", "313");

theForm.siteCounty.options[133] = new Option("Milton Keynes", "314");

theForm.siteCounty.options[134] = new Option("Monmouthshire", "315");

theForm.siteCounty.options[135] = new Option("Moray", "316");

theForm.siteCounty.options[136] = new Option("Moyle", "317");

theForm.siteCounty.options[137] = new Option("Neath Port Talbot", "318");

theForm.siteCounty.options[138] = new Option("Newcastle upon Tyne", "319");

theForm.siteCounty.options[139] = new Option("Newham", "320");

theForm.siteCounty.options[140] = new Option("Newport", "321");

theForm.siteCounty.options[141] = new Option("Newry and Mourne", "322");

theForm.siteCounty.options[142] = new Option("Newtownabbey", "323");

theForm.siteCounty.options[143] = new Option("Norfolk", "324");

theForm.siteCounty.options[144] = new Option("Northamptonshire", "325");

theForm.siteCounty.options[145] = new Option("North Ayrshire", "326");

theForm.siteCounty.options[146] = new Option("North Down", "327");

theForm.siteCounty.options[147] = new Option("North East Lincolnshire", "328");

theForm.siteCounty.options[148] = new Option("North Lanarkshire", "329");

theForm.siteCounty.options[149] = new Option("North Lincolnshire", "330");

theForm.siteCounty.options[150] = new Option("North Somerset", "331");

theForm.siteCounty.options[151] = new Option("North Tyneside", "332");

theForm.siteCounty.options[152] = new Option("Northumberland", "333");

theForm.siteCounty.options[153] = new Option("North Yorkshire", "334");

theForm.siteCounty.options[154] = new Option("Nottingham", "335");

theForm.siteCounty.options[155] = new Option("Nottinghamshire", "336");

theForm.siteCounty.options[156] = new Option("Oldham", "337");

theForm.siteCounty.options[157] = new Option("Omagh", "338");

theForm.siteCounty.options[158] = new Option("Orkney Islands", "339");

theForm.siteCounty.options[159] = new Option("Oxfordshire", "340");

theForm.siteCounty.options[160] = new Option("Pembrokeshire", "341");

theForm.siteCounty.options[161] = new Option("Perthshire and Kinross", "342");

theForm.siteCounty.options[162] = new Option("Peterborough", "343");

theForm.siteCounty.options[163] = new Option("Plymouth", "344");

theForm.siteCounty.options[164] = new Option("Poole", "345");

theForm.siteCounty.options[165] = new Option("Portsmouth", "346");

theForm.siteCounty.options[166] = new Option("Powys", "347");

theForm.siteCounty.options[167] = new Option("Reading", "348");

theForm.siteCounty.options[168] = new Option("Redbridge", "349");

theForm.siteCounty.options[169] = new Option("Redcar and Cleveland", "350");

theForm.siteCounty.options[170] = new Option("Renfrewshire", "351");

theForm.siteCounty.options[171] = new Option("Rhondda, Cynon, Taff", "352");

theForm.siteCounty.options[172] = new Option("Richmond upon Thames", "353");

theForm.siteCounty.options[173] = new Option("Rochdale", "354");

theForm.siteCounty.options[174] = new Option("Rotherham", "355");

theForm.siteCounty.options[175] = new Option("Rutland", "356");

theForm.siteCounty.options[176] = new Option("Saint Helens", "357");

theForm.siteCounty.options[177] = new Option("Salford", "358");

theForm.siteCounty.options[178] = new Option("Sandwell", "359");

theForm.siteCounty.options[179] = new Option("Scottish Borders", "360");

theForm.siteCounty.options[180] = new Option("Sefton", "361");

theForm.siteCounty.options[181] = new Option("Sheffield", "362");

theForm.siteCounty.options[182] = new Option("Shetland Islands", "363");

theForm.siteCounty.options[183] = new Option("Shropshire", "364");

theForm.siteCounty.options[184] = new Option("Slough", "365");

theForm.siteCounty.options[185] = new Option("Solihull", "366");

theForm.siteCounty.options[186] = new Option("Somerset", "367");

theForm.siteCounty.options[187] = new Option("Southampton", "368");

theForm.siteCounty.options[188] = new Option("South Ayrshire", "369");

theForm.siteCounty.options[189] = new Option("Southend-on-Sea", "370");

theForm.siteCounty.options[190] = new Option("South Gloucestershire", "371");

theForm.siteCounty.options[191] = new Option("South Lanarkshire", "372");

theForm.siteCounty.options[192] = new Option("South Tyneside", "373");

theForm.siteCounty.options[193] = new Option("Southwark", "374");

theForm.siteCounty.options[194] = new Option("Staffordshire", "375");

theForm.siteCounty.options[195] = new Option("Stirling", "376");

theForm.siteCounty.options[196] = new Option("Stockport", "377");

theForm.siteCounty.options[197] = new Option("Stockton-on-Tees", "378");

theForm.siteCounty.options[198] = new Option("Stoke-on-Trent", "379");

theForm.siteCounty.options[199] = new Option("Strabane", "380");

theForm.siteCounty.options[200] = new Option("Suffolk", "381");

theForm.siteCounty.options[201] = new Option("Sunderland", "382");

theForm.siteCounty.options[202] = new Option("Surrey", "383");

theForm.siteCounty.options[203] = new Option("Sutton", "384");

theForm.siteCounty.options[204] = new Option("Swansea", "385");

theForm.siteCounty.options[205] = new Option("Swindon", "386");

theForm.siteCounty.options[206] = new Option("Tameside", "387");

theForm.siteCounty.options[207] = new Option("Telford and Wrekin", "388");

theForm.siteCounty.options[208] = new Option("Thurrock", "389");

theForm.siteCounty.options[209] = new Option("Torbay", "390");

theForm.siteCounty.options[210] = new Option("Torfaen", "391");

theForm.siteCounty.options[211] = new Option("Tower Hamlets", "392");

theForm.siteCounty.options[212] = new Option("Trafford", "393");

theForm.siteCounty.options[213] = new Option("Vale of Glamorgan", "394");

theForm.siteCounty.options[214] = new Option("Wakefield", "395");

theForm.siteCounty.options[215] = new Option("Walsall", "396");

theForm.siteCounty.options[216] = new Option("Waltham Forest", "397");

theForm.siteCounty.options[217] = new Option("Wandsworth", "398");

theForm.siteCounty.options[218] = new Option("Warrington", "399");

theForm.siteCounty.options[219] = new Option("Warwickshire", "400");

theForm.siteCounty.options[220] = new Option("West Berkshire", "401");

theForm.siteCounty.options[221] = new Option("West Dunbartonshire", "402");

theForm.siteCounty.options[222] = new Option("West Lothian", "403");

theForm.siteCounty.options[223] = new Option("Westminster", "404");

theForm.siteCounty.options[224] = new Option("West Sussex", "405");

theForm.siteCounty.options[225] = new Option("Wigan", "406");

theForm.siteCounty.options[226] = new Option("Wiltshire", "407");

theForm.siteCounty.options[227] = new Option("Windsor and Maidenhead", "408");

theForm.siteCounty.options[228] = new Option("Wirral", "409");

theForm.siteCounty.options[229] = new Option("Wokingham", "410");

theForm.siteCounty.options[230] = new Option("Wolverhampton", "411");

theForm.siteCounty.options[231] = new Option("Worcestershire", "412");

theForm.siteCounty.options[232] = new Option("Wrexham", "413");

theForm.siteCounty.options[233] = new Option("York", "414");

} else if (CurrentCountry == "103") {

theForm.siteCounty.options[0] = new Option("-- N/A --", "");

theForm.siteCounty.options[1] = new Option("Carlow", "415");

theForm.siteCounty.options[2] = new Option("Cavan", "416");

theForm.siteCounty.options[3] = new Option("Clare", "417");

theForm.siteCounty.options[4] = new Option("Cork", "418");

theForm.siteCounty.options[5] = new Option("Donegal", "419");

theForm.siteCounty.options[6] = new Option("Dublin", "420");

theForm.siteCounty.options[7] = new Option("Galway", "421");

theForm.siteCounty.options[8] = new Option("Kerry", "422");

theForm.siteCounty.options[9] = new Option("Kildare", "423");

theForm.siteCounty.options[10] = new Option("Kilkenny", "424");

theForm.siteCounty.options[11] = new Option("Laoighis", "425");

theForm.siteCounty.options[12] = new Option("Leitrim", "426");

theForm.siteCounty.options[13] = new Option("Limerick", "427");

theForm.siteCounty.options[14] = new Option("Longford", "428");

theForm.siteCounty.options[15] = new Option("Louth", "429");

theForm.siteCounty.options[16] = new Option("Mayo", "430");

theForm.siteCounty.options[17] = new Option("Meath", "431");

theForm.siteCounty.options[18] = new Option("Monaghan", "432");

theForm.siteCounty.options[19] = new Option("Offaly", "433");

theForm.siteCounty.options[20] = new Option("Roscommon", "434");

theForm.siteCounty.options[21] = new Option("Sligo", "435");

theForm.siteCounty.options[22] = new Option("Tipperary", "436");

theForm.siteCounty.options[23] = new Option("Waterford", "437");

theForm.siteCounty.options[24] = new Option("Westmeath", "438");

theForm.siteCounty.options[25] = new Option("Wexford", "439");

theForm.siteCounty.options[26] = new Option("Wicklow", "440");

 } else { 
 theForm.siteCounty.options[0] = new Option("-- N/A --", ""); 
 } 
 }