// JavaScript Document
// Herbarium Drop-Down Menu Options
// Name: DropDown.js
// Author: Matthew Williamson
// Created: 04/12/2006

function whichLocal(obj){
  if(obj.selectCountry.selectedIndex == 0){
	  obj.SelectState.length=1
	  obj.selectState.options[0].value=""
	  obj.selectState.options[0].text="Select Country"
	  obj.selectCounty.length=1
	  obj.selectCounty.options[0].value=""
	  obj.selectCounty.options[0].text="Select County"
	
	}
  else if(obj.selectCountry.selectedIndex == 1){
   obj.selectState.length=44
   obj.selectState.options[0].value=""
   obj.selectState.options[0].text="Select State/Province"
   obj.selectState.options[1].value="Alabama"
   obj.selectState.options[1].text="Alabama"
   obj.selectState.options[2].value="Alaska"
   obj.selectState.options[2].text="Alaska"
   obj.selectState.options[3].value="Arizona"
   obj.selectState.options[3].text="Arizona"
   obj.selectState.options[4].value="Arkansas"
   obj.selectState.options[4].text="Arkansas"
   obj.selectState.options[5].value="California"
   obj.selectState.options[5].text="California"
   obj.selectState.options[6].value="Colorado"
   obj.selectState.options[6].text="Colorado"
   obj.selectState.options[7].value="Connecticut"
   obj.selectState.options[7].text="Connecticut"
   obj.selectState.options[8].value="Florida"
   obj.selectState.options[8].text="Florida"
   obj.selectState.options[9].value="Georgia"
   obj.selectState.options[9].text="Georgia"
   obj.selectState.options[10].value="Idaho"
   obj.selectState.options[10].text="Idaho"
   obj.selectState.options[11].value="Illinois"
   obj.selectState.options[11].text="Illinois"
   obj.selectState.options[12].value="Indiana"
   obj.selectState.options[12].text="Indiana"
   obj.selectState.options[13].value="Iowa"
   obj.selectState.options[13].text="Iowa"
   obj.selectState.options[14].value="Kansas"
   obj.selectState.options[14].text="Kansas"
   obj.selectState.options[15].value="Kentucky"
   obj.selectState.options[15].text="Kentucky"
   obj.selectState.options[16].value="Louisiana"
   obj.selectState.options[16].text="Louisiana"
   obj.selectState.options[17].value="Maine"
   obj.selectState.options[17].text="Maine"
   obj.selectState.options[18].value="Maryland"
   obj.selectState.options[18].text="Maryland"
   obj.selectState.options[19].value="Massachusetts"
   obj.selectState.options[19].text="Massachusetts"
   obj.selectState.options[20].value="Michigan"
   obj.selectState.options[20].text="Michigan"
   obj.selectState.options[21].value="Minnesota"
   obj.selectState.options[21].text="Minnesota"
   obj.selectState.options[22].value="Mississippi"
   obj.selectState.options[22].text="Mississippi"
   obj.selectState.options[23].value="Missouri"
   obj.selectState.options[23].text="Missouri"
   obj.selectState.options[24].value="Montana"
   obj.selectState.options[24].text="Montana"
   obj.selectState.options[25].value="Nebraska"
   obj.selectState.options[25].text="Nebraska"
   obj.selectState.options[26].value="New Hampshire"
   obj.selectState.options[26].text="New Hampshire"
   obj.selectState.options[27].value="New Jersey"
   obj.selectState.options[27].text="New Jersey"
   obj.selectState.options[28].value="New Mexico"
   obj.selectState.options[28].text="New Mexico"
   obj.selectState.options[29].value="New York"
   obj.selectState.options[29].text="New York"
   obj.selectState.options[30].value="North Carolina"
   obj.selectState.options[30].text="North Carolina"
   obj.selectState.options[31].value="Dakota"
   obj.selectState.options[31].text="North Dakota"
   obj.selectState.options[32].value="Ohio"
   obj.selectState.options[32].text="Ohio"
   obj.selectState.options[33].value="Oklahoma"
   obj.selectState.options[33].text="Oklahoma"
   obj.selectState.options[34].value="Pennsylvania"
   obj.selectState.options[34].text="Pennsylvania"
   obj.selectState.options[35].value="South Carolina"
   obj.selectState.options[35].text="South Carolina"
   obj.selectState.options[36].value="Tennessee"
   obj.selectState.options[36].text="Tennessee"
   obj.selectState.options[37].value="Texas"
   obj.selectState.options[37].text="Texas"
   obj.selectState.options[38].value="Utah"
   obj.selectState.options[38].text="Utah"
   obj.selectState.options[39].value="Vermont"
   obj.selectState.options[39].text="Vermont"
   obj.selectState.options[40].value="Virginia"
   obj.selectState.options[40].text="Virginia"
   obj.selectState.options[41].value="Washington"
   obj.selectState.options[41].text="Washington"
   obj.selectState.options[42].value="Wisconsin"
   obj.selectState.options[42].text="Wisconsin"
   obj.selectState.options[43].value="Wyoming"
   obj.selectState.options[43].text="Wyoming"
   
   }
   else if(obj.selectCountry.selectedIndex == 2){
   obj.selectState.length=2
   obj.selectState.options[0].value=""
   obj.selectState.options[0].text="Select State/Province"
   obj.selectState.options[1].value="Sao Paulo"
   obj.selectState.options[1].text="Sao Paulo"
   
   }
   else if(obj.selectCountry.selectedIndex == 3){
   obj.selectState.length=2
   obj.selectState.options[0].value=""
   obj.selectState.options[0].text="Select State/Province"
   obj.selectState.options[1].value="Jamaica"
   obj.selectState.options[1].text="Jamaica"
   
   }
   else if(obj.selectCountry.selectedIndex == 4){
   obj.selectState.length=3
   obj.selectState.options[0].value=""
   obj.selectState.options[0].text="Select State/Province"
   obj.selectState.options[1].value="Ontario"
   obj.selectState.options[1].text="Ontario"
   obj.selectState.options[2].value="Quebec"
   obj.selectState.options[2].text="Quebec"
   
   }
   else if(obj.selectCountry.selectedIndex == 5){
   obj.selectState.length=2
   obj.selectState.options[0].value=""
   obj.selectState.options[0].text="Select State/Province"
   obj.selectState.options[1].value=""
   obj.selectState.options[1].text=""
   
   }
   else if(obj.selectCountry.selectedIndex == 6){
   obj.selectState.length=2
   obj.selectState.options[0].value=""
   obj.selectState.options[0].text="Select State/Province"
   obj.selectState.options[1].value=""
   obj.selectState.options[1].text=""
   
   
   }
   else if(obj.selectCountry.selectedIndex == 7){
   obj.selectState.length=2
   obj.selectState.options[0].value=""
   obj.selectState.options[0].text="Select State/Province"
   obj.selectState.options[1].value=""
   obj.selectState.options[1].text=""
   
   }
   else if(obj.selectCountry.selectedIndex == 8){
   obj.selectState.length=3
   obj.selectState.options[0].value=""
   obj.selectState.options[0].text="Select State/Province"
   obj.selectState.options[1].value="Durango"
   obj.selectState.options[1].text="Durango"
   obj.selectState.options[2].value="Georgia"
   obj.selectState.options[2].text="Georgia"
   
   }
   else if(obj.selectCountry.selectedIndex == 9){
   obj.selectState.length=2
   obj.selectState.options[0].value=""
   obj.selectState.options[0].text="Select State/Province"
   obj.selectState.options[1].value="Valenca"
   obj.selectState.options[1].text="Valenca"
   
   }
   else if(obj.selectCountry.selectedIndex == 10){
   obj.selectState.length=2
   obj.selectState.options[0].value=""
   obj.selectState.options[0].text="Select State/Province"
   obj.selectState.options[1].value=""
   obj.selectState.options[1].text=""
  return;
   }
  }
function whichCounty(obj){
	if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 1){
   obj.selectCounty.length=15
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Colbert"
   obj.selectCounty.options[1].text="Colbert"
   obj.selectCounty.options[2].value="Dallas"
   obj.selectCounty.options[2].text="Dallas"
   obj.selectCounty.options[3].value="Franklin"
   obj.selectCounty.options[3].text="Franklin"
   obj.selectCounty.options[4].value="Jackson"
   obj.selectCounty.options[4].text="Jackson"
   obj.selectCounty.options[5].value="Jefferson"
   obj.selectCounty.options[5].text="Jefferson"
   obj.selectCounty.options[6].value="Lauderdale"
   obj.selectCounty.options[6].text="Lauderdale"
   obj.selectCounty.options[7].value="Lawrence"
   obj.selectCounty.options[7].text="Lawrence"
   obj.selectCounty.options[8].value="Limestone"
   obj.selectCounty.options[8].text="Limestone"
   obj.selectCounty.options[9].value="Madison"
   obj.selectCounty.options[9].text="Madison"
   obj.selectCounty.options[10].value="Marshall"
   obj.selectCounty.options[10].text="Marshall"
   obj.selectCounty.options[11].value="Morgan"
   obj.selectCounty.options[11].text="Morgan"
   obj.selectCounty.options[12].value="Pickens"
   obj.selectCounty.options[12].text="Pickens"
   obj.selectCounty.options[13].value="Tuscaloosa"
   obj.selectCounty.options[13].text="Tuscaloosa"
   obj.selectCounty.options[14].value="Winston"
   obj.selectCounty.options[14].text="Winston"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 2){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Aleutian Islands"
   obj.selectCounty.options[1].text="Aleutian Islands"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 3){
   obj.selectCounty.length=4
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Cochise"
   obj.selectCounty.options[1].text="Cochise"
   obj.selectCounty.options[2].value="Coconino"
   obj.selectCounty.options[2].text="Coconino"
   obj.selectCounty.options[3].value="Pima"
   obj.selectCounty.options[3].text="Pima"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 4){
   obj.selectCounty.length=11
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Crittenden"
   obj.selectCounty.options[1].text="Crittenden"
   obj.selectCounty.options[2].value="Cross"
   obj.selectCounty.options[2].text="Cross"
   obj.selectCounty.options[3].value="Faulkner"
   obj.selectCounty.options[3].text="Faulkner"
   obj.selectCounty.options[4].value="Lee"
   obj.selectCounty.options[4].text="Lee"
   obj.selectCounty.options[5].value="Miller"
   obj.selectCounty.options[5].text="Miller"
   obj.selectCounty.options[6].value="Mississippi"
   obj.selectCounty.options[6].text="Mississippi"
   obj.selectCounty.options[7].value="Poinsett"
   obj.selectCounty.options[7].text="Poinsett"
   obj.selectCounty.options[8].value="Polk"
   obj.selectCounty.options[8].text="Polk"
   obj.selectCounty.options[9].value="Pope"
   obj.selectCounty.options[9].text="Pope"
   obj.selectCounty.options[10].value="Francis"
   obj.selectCounty.options[10].text="St. Francis"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 5){
   obj.selectCounty.length=3
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Angeles"
   obj.selectCounty.options[1].text="Los Angeles"
   obj.selectCounty.options[2].value="Mariposa"
   obj.selectCounty.options[2].text="Mariposa"
   return
   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 6){
   obj.selectCounty.length=9
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Paso"
   obj.selectCounty.options[1].text="El Paso"
   obj.selectCounty.options[2].value="Gunnison"
   obj.selectCounty.options[2].text="Gunnison"
   obj.selectCounty.options[3].value="Plata"
   obj.selectCounty.options[3].text="La Plata"
   obj.selectCounty.options[4].value="Larimer"
   obj.selectCounty.options[4].text="Larimer"
   obj.selectCounty.options[5].value="Mineral"
   obj.selectCounty.options[5].text="Mineral"
   obj.selectCounty.options[6].value="Montezuma"
   obj.selectCounty.options[6].text="Montezuma"
   obj.selectCounty.options[7].value="Ouray"
   obj.selectCounty.options[7].text="Ouray"
   obj.selectCounty.options[8].value="Juan"
   obj.selectCounty.options[8].text="San Juan"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 7){
   obj.selectCounty.length=3
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Litchfield"
   obj.selectCounty.options[1].text="Litchfield"
   obj.selectCounty.options[2].value="London"
   obj.selectCounty.options[2].text="New London"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 8){
   obj.selectCounty.length=18
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Alachua"
   obj.selectCounty.options[1].text="Alachua"
   obj.selectCounty.options[2].value="Bay"
   obj.selectCounty.options[2].text="Bay"
   obj.selectCounty.options[3].value="Clay"
   obj.selectCounty.options[3].text="Clay"
   obj.selectCounty.options[4].value="Collier"
   obj.selectCounty.options[4].text="Collier"
   obj.selectCounty.options[5].value="Franklin"
   obj.selectCounty.options[5].text="Franklin"
   obj.selectCounty.options[6].value="Gadsden"
   obj.selectCounty.options[6].text="Gadsden"
   obj.selectCounty.options[7].value="Gulf"
   obj.selectCounty.options[7].text="Gulf"
   obj.selectCounty.options[8].value="Hernando"
   obj.selectCounty.options[8].text="Hernando"
   obj.selectCounty.options[9].value="Jackson"
   obj.selectCounty.options[9].text="Jackson"
   obj.selectCounty.options[10].value="Lee"
   obj.selectCounty.options[10].text="Lee"
   obj.selectCounty.options[11].value="Liberty"
   obj.selectCounty.options[11].text="Liberty"
   obj.selectCounty.options[12].value="Monroe"
   obj.selectCounty.options[12].text="Monroe"
   obj.selectCounty.options[13].value="Nassau"
   obj.selectCounty.options[13].text="Nassau"
   obj.selectCounty.options[14].value="Putnam"
   obj.selectCounty.options[14].text="Putnam"
   obj.selectCounty.options[15].value="Sumter"
   obj.selectCounty.options[15].text="Sumter"
   obj.selectCounty.options[16].value="Union"
   obj.selectCounty.options[16].text="Union"
   obj.selectCounty.options[17].value="Washington"
   obj.selectCounty.options[17].text="Washington"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 9){
   obj.selectCounty.length=85
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Appling"
   obj.selectCounty.options[1].text="Appling"
   obj.selectCounty.options[2].value="Baker"
   obj.selectCounty.options[2].text="Baker"
   obj.selectCounty.options[3].value="Baldwin"
   obj.selectCounty.options[3].text="Baldwin"
   obj.selectCounty.options[4].value="Barrow"
   obj.selectCounty.options[4].text="Barrow"
   obj.selectCounty.options[5].value="Bartow"
   obj.selectCounty.options[5].text="Bartow"
   obj.selectCounty.options[6].value="Berrien"
   obj.selectCounty.options[6].text="Berrien"
   obj.selectCounty.options[7].value="Brantley"
   obj.selectCounty.options[7].text="Brantley"
   obj.selectCounty.options[8].value="Brooks"
   obj.selectCounty.options[8].text="Brooks"
   obj.selectCounty.options[9].value="Bryan"
   obj.selectCounty.options[9].text="Bryan"
   obj.selectCounty.options[10].value="Bulloch"
   obj.selectCounty.options[10].text="Bulloch"
   obj.selectCounty.options[11].value="Burke"
   obj.selectCounty.options[11].text="Burke"
   obj.selectCounty.options[12].value="Butts"
   obj.selectCounty.options[12].text="Butts"
   obj.selectCounty.options[13].value="Calhoun"
   obj.selectCounty.options[13].text="Calhoun"
   obj.selectCounty.options[14].value="Camden"
   obj.selectCounty.options[14].text="Camden"
   obj.selectCounty.options[15].value="Candler"
   obj.selectCounty.options[15].text="Candler"
   obj.selectCounty.options[16].value="Catoosa"
   obj.selectCounty.options[16].text="Catoosa"
   obj.selectCounty.options[17].value="Charlton"
   obj.selectCounty.options[17].text="Charlton"
   obj.selectCounty.options[18].value="Chattooga"
   obj.selectCounty.options[18].text="Chattooga"
   obj.selectCounty.options[19].value="Cherokee"
   obj.selectCounty.options[19].text="Cherokee"
   obj.selectCounty.options[20].value="Clarke"
   obj.selectCounty.options[20].text="Clarke"
   obj.selectCounty.options[21].value="Clay"
   obj.selectCounty.options[21].text="Clay"
   obj.selectCounty.options[22].value="Clinch"
   obj.selectCounty.options[22].text="Clinch"
   obj.selectCounty.options[23].value="Cobb"
   obj.selectCounty.options[23].text="Cobb"
   obj.selectCounty.options[24].value="Coffee"
   obj.selectCounty.options[24].text="Coffee"
   obj.selectCounty.options[25].value="Colquitt"
   obj.selectCounty.options[25].text="Colquitt"
   obj.selectCounty.options[26].value="Dade"
   obj.selectCounty.options[26].text="Dade"
   obj.selectCounty.options[27].value="Dawson"
   obj.selectCounty.options[27].text="Dawson"
   obj.selectCounty.options[28].value="Kalb"
   obj.selectCounty.options[28].text="De Kalb"
   obj.selectCounty.options[29].value="Decatur"
   obj.selectCounty.options[29].text="Decatur"
   obj.selectCounty.options[30].value="Dougherty"
   obj.selectCounty.options[30].text="Dougherty"
   obj.selectCounty.options[31].value="Early"
   obj.selectCounty.options[31].text="Early"
   obj.selectCounty.options[32].value="Echols"
   obj.selectCounty.options[32].text="Echols"
   obj.selectCounty.options[33].value="Elbert"
   obj.selectCounty.options[33].text="Elbert"
   obj.selectCounty.options[34].value="Emanuel"
   obj.selectCounty.options[34].text="Emanuel"
   obj.selectCounty.options[35].value="Floyd"
   obj.selectCounty.options[35].text="Floyd"
   obj.selectCounty.options[36].value="Fulton"
   obj.selectCounty.options[36].text="Fulton"
   obj.selectCounty.options[37].value="Gilmer"
   obj.selectCounty.options[37].text="Gilmer"
   obj.selectCounty.options[38].value="Glynn"
   obj.selectCounty.options[38].text="Glynn"
   obj.selectCounty.options[39].value="Grady"
   obj.selectCounty.options[39].text="Grady"
   obj.selectCounty.options[40].value="Hall"
   obj.selectCounty.options[40].text="Hall"
   obj.selectCounty.options[41].value="Hancock"
   obj.selectCounty.options[41].text="Hancock"
   obj.selectCounty.options[42].value="Haralson"
   obj.selectCounty.options[42].text="Haralson"
   obj.selectCounty.options[43].value="Heard"
   obj.selectCounty.options[43].text="Heard"
   obj.selectCounty.options[44].value="Houston"
   obj.selectCounty.options[44].text="Houston"
   obj.selectCounty.options[45].value="Irwin"
   obj.selectCounty.options[45].text="Irwin"
   obj.selectCounty.options[46].value="Jackson"
   obj.selectCounty.options[46].text="Jackson"
   obj.selectCounty.options[47].value="Jenkins"
   obj.selectCounty.options[47].text="Jenkins"
   obj.selectCounty.options[48].value="Jones"
   obj.selectCounty.options[48].text="Jones"
   obj.selectCounty.options[49].value="Lanier"
   obj.selectCounty.options[49].text="Lanier"
   obj.selectCounty.options[50].value="Lee"
   obj.selectCounty.options[50].text="Lee"
   obj.selectCounty.options[51].value="Liberty"
   obj.selectCounty.options[51].text="Liberty"
   obj.selectCounty.options[52].value="Long"
   obj.selectCounty.options[52].text="Long"
   obj.selectCounty.options[53].value="Lowndes"
   obj.selectCounty.options[53].text="Lowndes"
   obj.selectCounty.options[54].value="Lumpkin"
   obj.selectCounty.options[54].text="Lumpkin"
   obj.selectCounty.options[55].value="Macon"
   obj.selectCounty.options[55].text="Macon"
   obj.selectCounty.options[56].value="McIntosh"
   obj.selectCounty.options[56].text="McIntosh"
   obj.selectCounty.options[57].value="Miller"
   obj.selectCounty.options[57].text="Miller"
   obj.selectCounty.options[58].value="Monroe"
   obj.selectCounty.options[58].text="Monroe"
   obj.selectCounty.options[59].value="Murray"
   obj.selectCounty.options[59].text="Murray"
   obj.selectCounty.options[60].value="Muscogee"
   obj.selectCounty.options[60].text="Muscogee"
   obj.selectCounty.options[61].value="Oconee"
   obj.selectCounty.options[61].text="Oconee"
   obj.selectCounty.options[62].value="Oglethorpe"
   obj.selectCounty.options[62].text="Oglethorpe"
   obj.selectCounty.options[63].value="Paulding"
   obj.selectCounty.options[63].text="Paulding"
   obj.selectCounty.options[64].value="Pickens"
   obj.selectCounty.options[64].text="Pickens"
   obj.selectCounty.options[65].value="Pierce"
   obj.selectCounty.options[65].text="Pierce"
   obj.selectCounty.options[66].value="Qiotman"
   obj.selectCounty.options[66].text="Qiotman"
   obj.selectCounty.options[67].value="Rabun"
   obj.selectCounty.options[67].text="Rabun"
   obj.selectCounty.options[68].value="Richmond"
   obj.selectCounty.options[68].text="Richmond"
   obj.selectCounty.options[69].value="Screven"
   obj.selectCounty.options[69].text="Screven"
   obj.selectCounty.options[70].value="Seminole"
   obj.selectCounty.options[70].text="Seminole"
   obj.selectCounty.options[71].value="Stephens"
   obj.selectCounty.options[71].text="Stephens"
   obj.selectCounty.options[72].value="Talbot"
   obj.selectCounty.options[72].text="Talbot"
   obj.selectCounty.options[73].value="Taylor"
   obj.selectCounty.options[73].text="Taylor"
   obj.selectCounty.options[74].value="Telfair"
   obj.selectCounty.options[74].text="Telfair"
   obj.selectCounty.options[75].value="Tift"
   obj.selectCounty.options[75].text="Tift"
   obj.selectCounty.options[76].value="Toombs"
   obj.selectCounty.options[76].text="Toombs"
   obj.selectCounty.options[77].value="Towns"
   obj.selectCounty.options[77].text="Towns"
   obj.selectCounty.options[78].value="Troup"
   obj.selectCounty.options[78].text="Troup"
   obj.selectCounty.options[79].value="Union"
   obj.selectCounty.options[79].text="Union"
   obj.selectCounty.options[80].value="Walker"
   obj.selectCounty.options[80].text="Walker"
   obj.selectCounty.options[81].value="Walton"
   obj.selectCounty.options[81].text="Walton"
   obj.selectCounty.options[82].value="Ware"
   obj.selectCounty.options[82].text="Ware"
   obj.selectCounty.options[83].value="White"
   obj.selectCounty.options[83].text="White"
   obj.selectCounty.options[84].value="Worth"
   obj.selectCounty.options[84].text="Worth"

  }
  else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 10){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Bonner"
   obj.selectCounty.options[1].text="Bonner"

  }
  else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 11){
   obj.selectCounty.length=17
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Cook"
   obj.selectCounty.options[1].text="Cook"
   obj.selectCounty.options[2].value="Franklin"
   obj.selectCounty.options[2].text="Franklin"
   obj.selectCounty.options[3].value="Grundy"
   obj.selectCounty.options[3].text="Grundy"
   obj.selectCounty.options[4].value="Iroquois"
   obj.selectCounty.options[4].text="Iroquois"
   obj.selectCounty.options[5].value="Johnson"
   obj.selectCounty.options[5].text="Johnson"
   obj.selectCounty.options[6].value="Macon"
   obj.selectCounty.options[6].text="Macon"
   obj.selectCounty.options[7].value="Madison"
   obj.selectCounty.options[7].text="Madison"
   obj.selectCounty.options[8].value="Marion"
   obj.selectCounty.options[8].text="Marion"
   obj.selectCounty.options[9].value="Massac"
   obj.selectCounty.options[9].text="Massac"
   obj.selectCounty.options[10].value="Menard"
   obj.selectCounty.options[10].text="Menard"
   obj.selectCounty.options[11].value="Polk"
   obj.selectCounty.options[11].text="Polk"
   obj.selectCounty.options[12].value="Pope"
   obj.selectCounty.options[12].text="Pope"
   obj.selectCounty.options[13].value="Putnam"
   obj.selectCounty.options[13].text="Putnam"
   obj.selectCounty.options[14].value="Wabash"
   obj.selectCounty.options[14].text="Wabash"
   obj.selectCounty.options[15].value="Wayne"
   obj.selectCounty.options[15].text="Wayne"
   obj.selectCounty.options[16].value="White"
   obj.selectCounty.options[16].text="White"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 12){
   obj.selectCounty.length=7
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Brown"
   obj.selectCounty.options[1].text="Brown"
   obj.selectCounty.options[2].value="Delaware"
   obj.selectCounty.options[2].text="Delaware"
   obj.selectCounty.options[3].value="Gibson"
   obj.selectCounty.options[3].text="Gibson"
   obj.selectCounty.options[4].value="Orange"
   obj.selectCounty.options[4].text="Orange"
   obj.selectCounty.options[5].value="Joseph"
   obj.selectCounty.options[5].text="St. Joseph"
   obj.selectCounty.options[6].value="White"
   obj.selectCounty.options[6].text="White"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 13){
   obj.selectCounty.length=7
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Boone"
   obj.selectCounty.options[1].text="Boone"
   obj.selectCounty.options[2].value="Cedar"
   obj.selectCounty.options[2].text="Cedar"
   obj.selectCounty.options[3].value="Dubuque"
   obj.selectCounty.options[3].text="Dubuque"
   obj.selectCounty.options[4].value="Hardin"
   obj.selectCounty.options[4].text="Hardin"
   obj.selectCounty.options[5].value="Johnson"
   obj.selectCounty.options[5].text="Johnson"
   obj.selectCounty.options[6].value="Lee"
   obj.selectCounty.options[6].text="Lee"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 14){
   obj.selectCounty.length=7
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Ellis"
   obj.selectCounty.options[1].text="Ellis"
   obj.selectCounty.options[2].value="Ford"
   obj.selectCounty.options[2].text="Ford"
   obj.selectCounty.options[3].value="Livingston"
   obj.selectCounty.options[3].text="Livingston"
   obj.selectCounty.options[4].value="Marshall"
   obj.selectCounty.options[4].text="Marshall"
   obj.selectCounty.options[5].value="Osage"
   obj.selectCounty.options[5].text="Osage"
   obj.selectCounty.options[6].value="Riley"
   obj.selectCounty.options[6].text="Riley"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 15){
   obj.selectCounty.length=102
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Allen"
   obj.selectCounty.options[1].text="Allen"
   obj.selectCounty.options[2].value="Anderson"
   obj.selectCounty.options[2].text="Anderson"
   obj.selectCounty.options[3].value="Ballard"
   obj.selectCounty.options[3].text="Ballard"
   obj.selectCounty.options[4].value="Barren"
   obj.selectCounty.options[4].text="Barren"
   obj.selectCounty.options[5].value="Bell"
   obj.selectCounty.options[5].text="Bell"
   obj.selectCounty.options[6].value="Boone"
   obj.selectCounty.options[6].text="Boone"
   obj.selectCounty.options[7].value="Bourbon"
   obj.selectCounty.options[7].text="Bourbon"
   obj.selectCounty.options[8].value="Boyd"
   obj.selectCounty.options[8].text="Boyd"
   obj.selectCounty.options[9].value="Breathitt"
   obj.selectCounty.options[9].text="Breathitt"
   obj.selectCounty.options[10].value="Breckinridge"
   obj.selectCounty.options[10].text="Breckinridge"
   obj.selectCounty.options[11].value="Bullitt"
   obj.selectCounty.options[11].text="Bullitt"
   obj.selectCounty.options[12].value="Butler"
   obj.selectCounty.options[12].text="Butler"
   obj.selectCounty.options[13].value="Caldwell"
   obj.selectCounty.options[13].text="Caldwell"
   obj.selectCounty.options[14].value="Calloway"
   obj.selectCounty.options[14].text="Calloway"
   obj.selectCounty.options[15].value="Campbell"
   obj.selectCounty.options[15].text="Campbell"
   obj.selectCounty.options[16].value="Carlisle"
   obj.selectCounty.options[16].text="Carlisle"
   obj.selectCounty.options[17].value="Carroll"
   obj.selectCounty.options[17].text="Carroll"
   obj.selectCounty.options[18].value="Carter"
   obj.selectCounty.options[18].text="Carter"
   obj.selectCounty.options[19].value="Christian"
   obj.selectCounty.options[19].text="Christian"
   obj.selectCounty.options[20].value="Clark"
   obj.selectCounty.options[20].text="Clark"
   obj.selectCounty.options[21].value="Clay"
   obj.selectCounty.options[21].text="Clay"
   obj.selectCounty.options[22].value="Crittenden"
   obj.selectCounty.options[22].text="Crittenden"
   obj.selectCounty.options[23].value="Cumberland"
   obj.selectCounty.options[23].text="Cumberland"
   obj.selectCounty.options[24].value="Daviess"
   obj.selectCounty.options[24].text="Daviess"
   obj.selectCounty.options[25].value="Edmonson"
   obj.selectCounty.options[25].text="Edmonson"
   obj.selectCounty.options[26].value="Elizabethtown"
   obj.selectCounty.options[26].text="Elizabethtown"
   obj.selectCounty.options[27].value="Elliott"
   obj.selectCounty.options[27].text="Elliott"
   obj.selectCounty.options[28].value="Estill"
   obj.selectCounty.options[28].text="Estill"
   obj.selectCounty.options[29].value="Fayette"
   obj.selectCounty.options[29].text="Fayette"
   obj.selectCounty.options[30].value="Fleming"
   obj.selectCounty.options[30].text="Fleming"
   obj.selectCounty.options[31].value="Floyd"
   obj.selectCounty.options[31].text="Floyd"
   obj.selectCounty.options[32].value="Franklin"
   obj.selectCounty.options[32].text="Franklin"
   obj.selectCounty.options[33].value="Fulton"
   obj.selectCounty.options[33].text="Fulton"
   obj.selectCounty.options[34].value="Gallatin"
   obj.selectCounty.options[34].text="Gallatin"
   obj.selectCounty.options[35].value="Garrard"
   obj.selectCounty.options[35].text="Garrard"
   obj.selectCounty.options[36].value="Grant"
   obj.selectCounty.options[36].text="Grant"
   obj.selectCounty.options[37].value="Graves"
   obj.selectCounty.options[37].text="Graves"
   obj.selectCounty.options[38].value="Grayson"
   obj.selectCounty.options[38].text="Grayson"
   obj.selectCounty.options[39].value="Hancock"
   obj.selectCounty.options[39].text="Hancock"
   obj.selectCounty.options[40].value="Hardin"
   obj.selectCounty.options[40].text="Hardin"
   obj.selectCounty.options[41].value="Harlan"
   obj.selectCounty.options[41].text="Harlan"
   obj.selectCounty.options[42].value="Harrison"
   obj.selectCounty.options[42].text="Harrison"
   obj.selectCounty.options[43].value="Hart"
   obj.selectCounty.options[43].text="Hart"
   obj.selectCounty.options[44].value="Henderson"
   obj.selectCounty.options[44].text="Henderson"
   obj.selectCounty.options[45].value="Henry"
   obj.selectCounty.options[45].text="Henry"
   obj.selectCounty.options[46].value="Hickman"
   obj.selectCounty.options[46].text="Hickman"
   obj.selectCounty.options[47].value="Hopkins"
   obj.selectCounty.options[47].text="Hopkins"
   obj.selectCounty.options[48].value="Jackson"
   obj.selectCounty.options[48].text="Jackson"
   obj.selectCounty.options[49].value="Jefferson"
   obj.selectCounty.options[49].text="Jefferson"
   obj.selectCounty.options[50].value="Jessamine"
   obj.selectCounty.options[50].text="Jessamine"
   obj.selectCounty.options[51].value="Johnson"
   obj.selectCounty.options[51].text="Johnson"
   obj.selectCounty.options[52].value="Knott"
   obj.selectCounty.options[52].text="Knott"
   obj.selectCounty.options[53].value="Knox"
   obj.selectCounty.options[53].text="Knox"
   obj.selectCounty.options[54].value="Larue"
   obj.selectCounty.options[54].text="Larue"
   obj.selectCounty.options[55].value="Lawrence"
   obj.selectCounty.options[55].text="Lawrence"
   obj.selectCounty.options[56].value="Lee"
   obj.selectCounty.options[56].text="Lee"
   obj.selectCounty.options[57].value="Letcher"
   obj.selectCounty.options[57].text="Letcher"
   obj.selectCounty.options[58].value="Lincoln"
   obj.selectCounty.options[58].text="Lincoln"
   obj.selectCounty.options[59].value="Livingston"
   obj.selectCounty.options[59].text="Livingston"
   obj.selectCounty.options[60].value="Logan"
   obj.selectCounty.options[60].text="Logan"
   obj.selectCounty.options[61].value="Lyon"
   obj.selectCounty.options[61].text="Lyon"
   obj.selectCounty.options[62].value="Madison"
   obj.selectCounty.options[62].text="Madison"
   obj.selectCounty.options[63].value="Marion"
   obj.selectCounty.options[63].text="Marion"
   obj.selectCounty.options[64].value="Marshall"
   obj.selectCounty.options[64].text="Marshall"
   obj.selectCounty.options[65].value="Mason"
   obj.selectCounty.options[65].text="Mason"
   obj.selectCounty.options[66].value="McClean"
   obj.selectCounty.options[66].text="McClean"
   obj.selectCounty.options[67].value="McCracken"
   obj.selectCounty.options[67].text="McCracken"
   obj.selectCounty.options[68].value="McCreary"
   obj.selectCounty.options[68].text="McCreary"
   obj.selectCounty.options[69].value="McLean"
   obj.selectCounty.options[69].text="McLean"
   obj.selectCounty.options[70].value="Meade"
   obj.selectCounty.options[70].text="Meade"
   obj.selectCounty.options[71].value="Menifee"
   obj.selectCounty.options[71].text="Menifee"
   obj.selectCounty.options[72].value="Mercer"
   obj.selectCounty.options[72].text="Mercer"
   obj.selectCounty.options[73].value="Metcalfe"
   obj.selectCounty.options[73].text="Metcalfe"
   obj.selectCounty.options[74].value="Morgan"
   obj.selectCounty.options[74].text="Morgan"
   obj.selectCounty.options[75].value="Muhlenberg"
   obj.selectCounty.options[75].text="Muhlenberg"
   obj.selectCounty.options[76].value="Nelson"
   obj.selectCounty.options[76].text="Nelson"
   obj.selectCounty.options[77].value="Nicholas"
   obj.selectCounty.options[77].text="Nicholas"
   obj.selectCounty.options[78].value="Ohio"
   obj.selectCounty.options[78].text="Ohio"
   obj.selectCounty.options[79].value="Oldham"
   obj.selectCounty.options[79].text="Oldham"
   obj.selectCounty.options[80].value="Page"
   obj.selectCounty.options[80].text="Page"
   obj.selectCounty.options[81].value="Pendleton"
   obj.selectCounty.options[81].text="Pendleton"
   obj.selectCounty.options[82].value="Perry"
   obj.selectCounty.options[82].text="Perry"
   obj.selectCounty.options[83].value="Pike"
   obj.selectCounty.options[83].text="Pike"
   obj.selectCounty.options[84].value="Powell"
   obj.selectCounty.options[84].text="Powell"
   obj.selectCounty.options[85].value="Pulaski"
   obj.selectCounty.options[85].text="Pulaski"
   obj.selectCounty.options[86].value="Robertson"
   obj.selectCounty.options[86].text="Robertson"
   obj.selectCounty.options[87].value="Rockcastle"
   obj.selectCounty.options[87].text="Rockcastle"
   obj.selectCounty.options[88].value="Rowan"
   obj.selectCounty.options[88].text="Rowan"
   obj.selectCounty.options[89].value="Russell"
   obj.selectCounty.options[89].text="Russell"
   obj.selectCounty.options[90].value="Simpson"
   obj.selectCounty.options[90].text="Simpson"
   obj.selectCounty.options[91].value="Spencer"
   obj.selectCounty.options[91].text="Spencer"
   obj.selectCounty.options[92].value="Todd"
   obj.selectCounty.options[92].text="Todd"
   obj.selectCounty.options[93].value="Trigg"
   obj.selectCounty.options[93].text="Trigg"
   obj.selectCounty.options[94].value="Union"
   obj.selectCounty.options[94].text="Union"
   obj.selectCounty.options[95].value="Warren"
   obj.selectCounty.options[95].text="Warren"
   obj.selectCounty.options[96].value="Washington"
   obj.selectCounty.options[96].text="Washington"
   obj.selectCounty.options[97].value="Wayne"
   obj.selectCounty.options[97].text="Wayne"
   obj.selectCounty.options[98].value="Webster"
   obj.selectCounty.options[98].text="Webster"
   obj.selectCounty.options[99].value="Whitley"
   obj.selectCounty.options[99].text="Whitley"
   obj.selectCounty.options[100].value="Wolfe"
   obj.selectCounty.options[100].text="Wolfe"
   obj.selectCounty.options[101].value="Woodford"
   obj.selectCounty.options[101].text="Woodford"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 16){
   obj.selectCounty.length=5
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Ascension"
   obj.selectCounty.options[1].text="Ascension Parish"
   obj.selectCounty.options[2].value="Jefferson"
   obj.selectCounty.options[2].text="Jefferson Parish"
   obj.selectCounty.options[3].value="Tammany"
   obj.selectCounty.options[3].text="St. Tammany"
   obj.selectCounty.options[4].value="Tammany Parish"
   obj.selectCounty.options[4].text="St. Tammany Parish"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 17){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value=""
   obj.selectCounty.options[1].text=""
   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 18){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Baltimore"
   obj.selectCounty.options[1].text="Baltimore"
   
   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 19){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Worcester"
   obj.selectCounty.options[1].text="Worcester"
   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 20){
   obj.selectCounty.length=12
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Bay"
   obj.selectCounty.options[1].text="Bay"
   obj.selectCounty.options[2].value="Berrien"
   obj.selectCounty.options[2].text="Berrien"
   obj.selectCounty.options[3].value="Chippewa"
   obj.selectCounty.options[3].text="Chippewa"
   obj.selectCounty.options[4].value="Delta"
   obj.selectCounty.options[4].text="Delta"
   obj.selectCounty.options[5].value="Gratiot"
   obj.selectCounty.options[5].text="Gratiot"
   obj.selectCounty.options[6].value="Iron"
   obj.selectCounty.options[6].text="Iron"
   obj.selectCounty.options[7].value="Keweenaw"
   obj.selectCounty.options[7].text="Keweenaw"
   obj.selectCounty.options[8].value="Marquette"
   obj.selectCounty.options[8].text="Marquette"
   obj.selectCounty.options[9].value="Midland"
   obj.selectCounty.options[9].text="Midland"
   obj.selectCounty.options[10].value="Ontonagon"
   obj.selectCounty.options[10].text="Ontonagon"
   obj.selectCounty.options[11].value="Saginaw"
   obj.selectCounty.options[11].text="Saginaw"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 21){
   obj.selectCounty.length=11
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Becker"
   obj.selectCounty.options[1].text="Becker"
   obj.selectCounty.options[2].value="Beltrami"
   obj.selectCounty.options[2].text="Beltrami"
   obj.selectCounty.options[3].value="Benton"
   obj.selectCounty.options[3].text="Benton"
   obj.selectCounty.options[4].value="Carlton"
   obj.selectCounty.options[4].text="Carlton"
   obj.selectCounty.options[5].value="Chippewa"
   obj.selectCounty.options[5].text="Chippewa"
   obj.selectCounty.options[6].value="Cook"
   obj.selectCounty.options[6].text="Cook"
   obj.selectCounty.options[7].value="Crow"
   obj.selectCounty.options[7].text="Crow Wing"
   obj.selectCounty.options[8].value="Lake"
   obj.selectCounty.options[8].text="Lake"
   obj.selectCounty.options[9].value="Polk"
   obj.selectCounty.options[9].text="Polk"
   obj.selectCounty.options[10].value="Louis"
   obj.selectCounty.options[10].text="St. Louis"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 22){
   obj.selectCounty.length=10
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Benton"
   obj.selectCounty.options[1].text="Benton"
   obj.selectCounty.options[2].value="Grenada"
   obj.selectCounty.options[2].text="Grenada"
   obj.selectCounty.options[3].value="Jefferson"
   obj.selectCounty.options[3].text="Jefferson Davis"
   obj.selectCounty.options[4].value="Madison"
   obj.selectCounty.options[4].text="Madison"
   obj.selectCounty.options[5].value="Marion"
   obj.selectCounty.options[5].text="Marion"
   obj.selectCounty.options[6].value="Marshall"
   obj.selectCounty.options[6].text="Marshall"
   obj.selectCounty.options[7].value="Pike"
   obj.selectCounty.options[7].text="Pike"
   obj.selectCounty.options[8].value="Tate"
   obj.selectCounty.options[8].text="Tate"
   obj.selectCounty.options[9].value="Tishomingo"
   obj.selectCounty.options[9].text="Tishomingo"
 
   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 23){
   obj.selectCounty.length=19
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Audrain"
   obj.selectCounty.options[1].text="Audrain"
   obj.selectCounty.options[2].value="Barry"
   obj.selectCounty.options[2].text="Barry"
   obj.selectCounty.options[3].value="Benton"
   obj.selectCounty.options[3].text="Benton"
   obj.selectCounty.options[4].value="Girardeau"
   obj.selectCounty.options[4].text="Cape Girardeau"
   obj.selectCounty.options[5].value="Carter"
   obj.selectCounty.options[5].text="Carter"
   obj.selectCounty.options[6].value="Crawford"
   obj.selectCounty.options[6].text="Crawford"
   obj.selectCounty.options[7].value="Greene"
   obj.selectCounty.options[7].text="Greene"
   obj.selectCounty.options[8].value="Howell"
   obj.selectCounty.options[8].text="Howell"
   obj.selectCounty.options[9].value="Jasper"
   obj.selectCounty.options[9].text="Jasper"
   obj.selectCounty.options[10].value="Jefferson"
   obj.selectCounty.options[10].text="Jefferson"
   obj.selectCounty.options[11].value="Marion"
   obj.selectCounty.options[11].text="Marion"
   obj.selectCounty.options[12].value="McDonald"
   obj.selectCounty.options[12].text="McDonald"
   obj.selectCounty.options[13].value="Montgomery"
   obj.selectCounty.options[13].text="Montgomery"
   obj.selectCounty.options[14].value="Newton"
   obj.selectCounty.options[14].text="Newton"
   obj.selectCounty.options[15].value="Ozark"
   obj.selectCounty.options[15].text="Ozark"
   obj.selectCounty.options[16].value="Louis"
   obj.selectCounty.options[16].text="St. Louis"
   obj.selectCounty.options[17].value="Stoddard"
   obj.selectCounty.options[17].text="Stoddard"
   obj.selectCounty.options[18].value="Taney"
   obj.selectCounty.options[18].text="Taney"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 24){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Lincoln"
   obj.selectCounty.options[1].text="Lincoln"
   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 25){
   obj.selectCounty.length=15
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Blaine"
   obj.selectCounty.options[1].text="Blaine"
   obj.selectCounty.options[2].value="Butte"
   obj.selectCounty.options[2].text="Box Butte"
   obj.selectCounty.options[3].value="Cherry"
   obj.selectCounty.options[3].text="Cherry"
   obj.selectCounty.options[4].value="Gage"
   obj.selectCounty.options[4].text="Gage"
   obj.selectCounty.options[5].value="Garfield"
   obj.selectCounty.options[5].text="Garfield"
   obj.selectCounty.options[6].value="Holt"
   obj.selectCounty.options[6].text="Holt"
   obj.selectCounty.options[7].value="Nemaha"
   obj.selectCounty.options[7].text="Nemaha"
   obj.selectCounty.options[8].value="Otoe"
   obj.selectCounty.options[8].text="Otoe"
   obj.selectCounty.options[9].value="Pawnee"
   obj.selectCounty.options[9].text="Pawnee"
   obj.selectCounty.options[10].value="Richardson"
   obj.selectCounty.options[10].text="Richardson"
   obj.selectCounty.options[11].value="Sarpy"
   obj.selectCounty.options[11].text="Sarpy"
   obj.selectCounty.options[12].value="Seward"
   obj.selectCounty.options[12].text="Seward"
   obj.selectCounty.options[13].value="Sherman"
   obj.selectCounty.options[13].text="Sherman"
   obj.selectCounty.options[14].value="Thomas"
   obj.selectCounty.options[14].text="Thomas"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 26){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value=""
   obj.selectCounty.options[1].text=""

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 27){
   obj.selectCounty.length=3
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Monmouth"
   obj.selectCounty.options[1].text="Monmouth"
   obj.selectCounty.options[2].value="Ocean"
   obj.selectCounty.options[2].text="Ocean"
  
   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 28){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="McKinley"
   obj.selectCounty.options[1].text="McKinley"
 
   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 29){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Hamilton"
   obj.selectCounty.options[1].text="Hamilton"
 
   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 30){
   obj.selectCounty.length=91
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Almance"
   obj.selectCounty.options[1].text="Almance"
   obj.selectCounty.options[2].value="Alexander"
   obj.selectCounty.options[2].text="Alexander"
   obj.selectCounty.options[3].value="Alleghany"
   obj.selectCounty.options[3].text="Alleghany"
   obj.selectCounty.options[4].value="Anson"
   obj.selectCounty.options[4].text="Anson"
   obj.selectCounty.options[5].value="Ashe"
   obj.selectCounty.options[5].text="Ashe"
   obj.selectCounty.options[6].value="Avery"
   obj.selectCounty.options[6].text="Avery"
   obj.selectCounty.options[7].value="Bertie"
   obj.selectCounty.options[7].text="Bertie"
   obj.selectCounty.options[8].value="Bladen"
   obj.selectCounty.options[8].text="Bladen"
   obj.selectCounty.options[9].value="Brunswick"
   obj.selectCounty.options[9].text="Brunswick"
   obj.selectCounty.options[10].value="Buncombe"
   obj.selectCounty.options[10].text="Buncombe"
   obj.selectCounty.options[11].value="Burke"
   obj.selectCounty.options[11].text="Burke"
   obj.selectCounty.options[12].value="Cabarrus"
   obj.selectCounty.options[12].text="Cabarrus"
   obj.selectCounty.options[13].value="Camden"
   obj.selectCounty.options[13].text="Camden"
   obj.selectCounty.options[14].value="Carteret"
   obj.selectCounty.options[14].text="Carteret"
   obj.selectCounty.options[15].value="Caswell"
   obj.selectCounty.options[15].text="Caswell"
   obj.selectCounty.options[16].value="Catawba"
   obj.selectCounty.options[16].text="Catawba"
   obj.selectCounty.options[17].value="Chatham"
   obj.selectCounty.options[17].text="Chatham"
   obj.selectCounty.options[18].value="Cherokee"
   obj.selectCounty.options[18].text="Cherokee"
   obj.selectCounty.options[19].value="Chowan"
   obj.selectCounty.options[19].text="Chowan"
   obj.selectCounty.options[20].value="Clay"
   obj.selectCounty.options[20].text="Clay"
   obj.selectCounty.options[21].value="Columbus"
   obj.selectCounty.options[21].text="Columbus"
   obj.selectCounty.options[22].value="Craven"
   obj.selectCounty.options[22].text="Craven"
   obj.selectCounty.options[23].value="Cumberland"
   obj.selectCounty.options[23].text="Cumberland"
   obj.selectCounty.options[24].value="Dane"
   obj.selectCounty.options[24].text="Dane"
   obj.selectCounty.options[25].value="Davidson"
   obj.selectCounty.options[25].text="Davidson"
   obj.selectCounty.options[26].value="Davie"
   obj.selectCounty.options[26].text="Davie"
   obj.selectCounty.options[27].value="Duplin"
   obj.selectCounty.options[27].text="Duplin"
   obj.selectCounty.options[28].value="Durham"
   obj.selectCounty.options[28].text="Durham"
   obj.selectCounty.options[29].value="Edgecombe"
   obj.selectCounty.options[29].text="Edgecombe"
   obj.selectCounty.options[30].value="Forsyth"
   obj.selectCounty.options[30].text="Forsyth"
   obj.selectCounty.options[31].value="Gates"
   obj.selectCounty.options[31].text="Gates"
   obj.selectCounty.options[32].value="Graham"
   obj.selectCounty.options[32].text="Graham"
   obj.selectCounty.options[33].value="Granville"
   obj.selectCounty.options[33].text="Granville"
   obj.selectCounty.options[34].value="Guiliford"
   obj.selectCounty.options[34].text="Guiliford"
   obj.selectCounty.options[35].value="Halifax"
   obj.selectCounty.options[35].text="Halifax"
   obj.selectCounty.options[36].value="Harnett"
   obj.selectCounty.options[36].text="Harnett"
   obj.selectCounty.options[37].value="Haywood"
   obj.selectCounty.options[37].text="Haywood"
   obj.selectCounty.options[38].value="Henderson"
   obj.selectCounty.options[38].text="Henderson"
   obj.selectCounty.options[39].value="Hertford"
   obj.selectCounty.options[39].text="Hertford"
   obj.selectCounty.options[40].value="Hoke"
   obj.selectCounty.options[40].text="Hoke"
   obj.selectCounty.options[41].value="Hyde"
   obj.selectCounty.options[41].text="Hyde"
   obj.selectCounty.options[42].value="Iredell"
   obj.selectCounty.options[42].text="Iredell"
   obj.selectCounty.options[43].value="Jackson"
   obj.selectCounty.options[43].text="Jackson"
   obj.selectCounty.options[44].value="Johnston"
   obj.selectCounty.options[44].text="Johnston"
   obj.selectCounty.options[45].value="Jones"
   obj.selectCounty.options[45].text="Jones"
   obj.selectCounty.options[46].value="Lee"
   obj.selectCounty.options[46].text="Lee"
   obj.selectCounty.options[47].value="Lincoln"
   obj.selectCounty.options[47].text="Lincoln"
   obj.selectCounty.options[48].value="Macon"
   obj.selectCounty.options[48].text="Macon"
   obj.selectCounty.options[49].value="Madison"
   obj.selectCounty.options[49].text="Madison"
   obj.selectCounty.options[50].value="Martin"
   obj.selectCounty.options[50].text="Martin"
   obj.selectCounty.options[51].value="McDowell"
   obj.selectCounty.options[51].text="McDowell"
   obj.selectCounty.options[52].value="Mechlenburg"
   obj.selectCounty.options[52].text="Mechlenburg"
   obj.selectCounty.options[53].value="Mecklenburg"
   obj.selectCounty.options[53].text="Mecklenburg"
   obj.selectCounty.options[54].value="Mitchell"
   obj.selectCounty.options[54].text="Mitchell"
   obj.selectCounty.options[55].value="Montgomery"
   obj.selectCounty.options[55].text="Montgomery"
   obj.selectCounty.options[56].value="Moore"
   obj.selectCounty.options[56].text="Moore"
   obj.selectCounty.options[57].value="Nash"
   obj.selectCounty.options[57].text="Nash"
   obj.selectCounty.options[58].value="Hanover"
   obj.selectCounty.options[58].text="New Hanover"
   obj.selectCounty.options[59].value="Northampton"
   obj.selectCounty.options[59].text="Northampton"
   obj.selectCounty.options[60].value="Onslow"
   obj.selectCounty.options[60].text="Onslow"
   obj.selectCounty.options[61].value="Orange"
   obj.selectCounty.options[61].text="Orange"
   obj.selectCounty.options[62].value="Pamlico"
   obj.selectCounty.options[62].text="Pamlico"
   obj.selectCounty.options[63].value="Pasquotank"
   obj.selectCounty.options[63].text="Pasquotank"
   obj.selectCounty.options[64].value="Pender"
   obj.selectCounty.options[64].text="Pender"
   obj.selectCounty.options[65].value="Perquimans"
   obj.selectCounty.options[65].text="Perquimans"
   obj.selectCounty.options[66].value="Person"
   obj.selectCounty.options[66].text="Person"
   obj.selectCounty.options[67].value="Pitt"
   obj.selectCounty.options[67].text="Pitt"
   obj.selectCounty.options[68].value="Randolph"
   obj.selectCounty.options[68].text="Randolph"
   obj.selectCounty.options[69].value="Richmond"
   obj.selectCounty.options[69].text="Richmond"
   obj.selectCounty.options[70].value="Robeson"
   obj.selectCounty.options[70].text="Robeson"
   obj.selectCounty.options[71].value="Rockingham"
   obj.selectCounty.options[71].text="Rockingham"
   obj.selectCounty.options[72].value="Rowan"
   obj.selectCounty.options[72].text="Rowan"
   obj.selectCounty.options[73].value="Scotland"
   obj.selectCounty.options[73].text="Scotland"
   obj.selectCounty.options[74].value="Stanly"
   obj.selectCounty.options[74].text="Stanly"
   obj.selectCounty.options[75].value="Stokes"
   obj.selectCounty.options[75].text="Stokes"
   obj.selectCounty.options[76].value="Surry"
   obj.selectCounty.options[76].text="Surry"
   obj.selectCounty.options[77].value="Swain"
   obj.selectCounty.options[77].text="Swain"
   obj.selectCounty.options[78].value="Transylvania"
   obj.selectCounty.options[78].text="Transylvania"
   obj.selectCounty.options[79].value="Tyrrell"
   obj.selectCounty.options[79].text="Tyrrell"
   obj.selectCounty.options[80].value="Union"
   obj.selectCounty.options[80].text="Union"
   obj.selectCounty.options[81].value="Vance"
   obj.selectCounty.options[81].text="Vance"
   obj.selectCounty.options[82].value="Wake"
   obj.selectCounty.options[82].text="Wake"
   obj.selectCounty.options[83].value="Warren"
   obj.selectCounty.options[83].text="Warren"
   obj.selectCounty.options[84].value="Washington"
   obj.selectCounty.options[84].text="Washington"
   obj.selectCounty.options[85].value="Watauga"
   obj.selectCounty.options[85].text="Watauga"
   obj.selectCounty.options[86].value="Wayne"
   obj.selectCounty.options[86].text="Wayne"
   obj.selectCounty.options[87].value="Wilkes"
   obj.selectCounty.options[87].text="Wilkes"
   obj.selectCounty.options[88].value="Wilson"
   obj.selectCounty.options[88].text="Wilson"
   obj.selectCounty.options[89].value="Yadkin"
   obj.selectCounty.options[89].text="Yadkin"
   obj.selectCounty.options[90].value="Yancey"
   obj.selectCounty.options[90].text="Yancey"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 31){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Ward"
   obj.selectCounty.options[1].text="Ward"
  
   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 32){
   obj.selectCounty.length=11
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Athens"
   obj.selectCounty.options[1].text="Athens"
   obj.selectCounty.options[2].value="Brown"
   obj.selectCounty.options[2].text="Brown"
   obj.selectCounty.options[3].value="Delaware"
   obj.selectCounty.options[3].text="Delaware"
   obj.selectCounty.options[4].value="Erie"
   obj.selectCounty.options[4].text="Erie"
   obj.selectCounty.options[5].value="Fairfield"
   obj.selectCounty.options[5].text="Fairfield"
   obj.selectCounty.options[6].value="Hamilton"
   obj.selectCounty.options[6].text="Hamilton"
   obj.selectCounty.options[7].value="Hocking"
   obj.selectCounty.options[7].text="Hocking"
   obj.selectCounty.options[8].value="Ottawa"
   obj.selectCounty.options[8].text="Ottawa"
   obj.selectCounty.options[9].value="Perry"
   obj.selectCounty.options[9].text="Perry"
   obj.selectCounty.options[10].value="Vinton"
   obj.selectCounty.options[10].text="Vinton"
 
   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 33){
   obj.selectCounty.length=6
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Custer"
   obj.selectCounty.options[1].text="Custer"
   obj.selectCounty.options[2].value="Major"
   obj.selectCounty.options[2].text="Major"
   obj.selectCounty.options[3].value="Pawnee"
   obj.selectCounty.options[3].text="Pawnee"
   obj.selectCounty.options[4].value="Mills"
   obj.selectCounty.options[4].text="Roger Mills"
   obj.selectCounty.options[5].value="Rogers"
   obj.selectCounty.options[5].text="Rogers"
 
   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 34){
   obj.selectCounty.length=4
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Huntingdon"
   obj.selectCounty.options[1].text="Huntingdon"
   obj.selectCounty.options[2].value="Potter"
   obj.selectCounty.options[2].text="Potter"
   obj.selectCounty.options[3].value="Westmoreland"
   obj.selectCounty.options[3].text="Westmoreland"
 
   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 35){
   obj.selectCounty.length=44
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Abbeville"
   obj.selectCounty.options[1].text="Abbeville"
   obj.selectCounty.options[2].value="Aiken"
   obj.selectCounty.options[2].text="Aiken"
   obj.selectCounty.options[3].value="Allendale"
   obj.selectCounty.options[3].text="Allendale"
   obj.selectCounty.options[4].value="Bamberg"
   obj.selectCounty.options[4].text="Bamberg"
   obj.selectCounty.options[5].value="Barnwell"
   obj.selectCounty.options[5].text="Barnwell"
   obj.selectCounty.options[6].value="Beaufort"
   obj.selectCounty.options[6].text="Beaufort"
   obj.selectCounty.options[7].value="Berkeley"
   obj.selectCounty.options[7].text="Berkeley"
   obj.selectCounty.options[8].value="Calhoun"
   obj.selectCounty.options[8].text="Calhoun"
   obj.selectCounty.options[9].value="Charleston"
   obj.selectCounty.options[9].text="Charleston"
   obj.selectCounty.options[10].value="Cherokee"
   obj.selectCounty.options[10].text="Cherokee"
   obj.selectCounty.options[11].value="Chester"
   obj.selectCounty.options[11].text="Chester"
   obj.selectCounty.options[12].value="Chesterfield"
   obj.selectCounty.options[12].text="Chesterfield"
   obj.selectCounty.options[13].value="Clarendon"
   obj.selectCounty.options[13].text="Clarendon"
   obj.selectCounty.options[14].value="Colleton"
   obj.selectCounty.options[14].text="Colleton"
   obj.selectCounty.options[15].value="Darlington"
   obj.selectCounty.options[15].text="Darlington"
   obj.selectCounty.options[16].value="Dorchester"
   obj.selectCounty.options[16].text="Dorchester"
   obj.selectCounty.options[17].value="Edgefield"
   obj.selectCounty.options[17].text="Edgefield"
   obj.selectCounty.options[18].value="Fairfield"
   obj.selectCounty.options[18].text="Fairfield"
   obj.selectCounty.options[19].value="Florence"
   obj.selectCounty.options[19].text="Florence"
   obj.selectCounty.options[20].value="Georgetown"
   obj.selectCounty.options[20].text="Georgetown"
   obj.selectCounty.options[21].value="Greenville"
   obj.selectCounty.options[21].text="Greenville"
   obj.selectCounty.options[22].value="Greenwood"
   obj.selectCounty.options[22].text="Greenwood"
   obj.selectCounty.options[23].value="Hampton"
   obj.selectCounty.options[23].text="Hampton"
   obj.selectCounty.options[24].value="Horry"
   obj.selectCounty.options[24].text="Horry"
   obj.selectCounty.options[25].value="Jasper"
   obj.selectCounty.options[25].text="Jasper"
   obj.selectCounty.options[26].value="Kershaw"
   obj.selectCounty.options[26].text="Kershaw"
   obj.selectCounty.options[27].value="Lancaster"
   obj.selectCounty.options[27].text="Lancaster"
   obj.selectCounty.options[28].value="Lee"
   obj.selectCounty.options[28].text="Lee"
   obj.selectCounty.options[29].value="Lexington"
   obj.selectCounty.options[29].text="Lexington"
   obj.selectCounty.options[30].value="Marion"
   obj.selectCounty.options[30].text="Marion"
   obj.selectCounty.options[31].value="Marlboro"
   obj.selectCounty.options[31].text="Marlboro"
   obj.selectCounty.options[32].value="McCormick"
   obj.selectCounty.options[32].text="McCormick"
   obj.selectCounty.options[33].value="Newberry"
   obj.selectCounty.options[33].text="Newberry"
   obj.selectCounty.options[34].value="Oconee"
   obj.selectCounty.options[34].text="Oconee"
   obj.selectCounty.options[35].value="Orangeburg"
   obj.selectCounty.options[35].text="Orangeburg"
   obj.selectCounty.options[36].value="Pickens"
   obj.selectCounty.options[36].text="Pickens"
   obj.selectCounty.options[37].value="Richland"
   obj.selectCounty.options[37].text="Richland"
   obj.selectCounty.options[38].value="Saluda"
   obj.selectCounty.options[38].text="Saluda"
   obj.selectCounty.options[39].value="Spartanburg"
   obj.selectCounty.options[39].text="Spartanburg"
   obj.selectCounty.options[40].value="Sumter"
   obj.selectCounty.options[40].text="Sumter"
   obj.selectCounty.options[41].value="Union"
   obj.selectCounty.options[41].text="Union"
   obj.selectCounty.options[42].value="Williamsburg"
   obj.selectCounty.options[42].text="Williamsburg"
   obj.selectCounty.options[43].value="York"
   obj.selectCounty.options[43].text="York"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 36){
   obj.selectCounty.length=45
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Anderson"
   obj.selectCounty.options[1].text="Anderson"
   obj.selectCounty.options[2].value="Benton"
   obj.selectCounty.options[2].text="Benton"
   obj.selectCounty.options[3].value="Blount"
   obj.selectCounty.options[3].text="Blount"
   obj.selectCounty.options[4].value="Bradley"
   obj.selectCounty.options[4].text="Bradley"
   obj.selectCounty.options[5].value="Campbell"
   obj.selectCounty.options[5].text="Campbell"
   obj.selectCounty.options[6].value="Carroll"
   obj.selectCounty.options[6].text="Carroll"
   obj.selectCounty.options[7].value="Carter"
   obj.selectCounty.options[7].text="Carter"
   obj.selectCounty.options[8].value="Cheatham"
   obj.selectCounty.options[8].text="Cheatham"
   obj.selectCounty.options[9].value="Chester"
   obj.selectCounty.options[9].text="Chester"
   obj.selectCounty.options[10].value="Cocke"
   obj.selectCounty.options[10].text="Cocke"
   obj.selectCounty.options[11].value="Crockett"
   obj.selectCounty.options[11].text="Crockett"
   obj.selectCounty.options[12].value="Decatur"
   obj.selectCounty.options[12].text="Decatur"
   obj.selectCounty.options[13].value="Dyer"
   obj.selectCounty.options[13].text="Dyer"
   obj.selectCounty.options[14].value="Fayette"
   obj.selectCounty.options[14].text="Fayette"
   obj.selectCounty.options[15].value="Gibson"
   obj.selectCounty.options[15].text="Gibson"
   obj.selectCounty.options[16].value="Grainger"
   obj.selectCounty.options[16].text="Grainger"
   obj.selectCounty.options[17].value="Hamblen"
   obj.selectCounty.options[17].text="Hamblen"
   obj.selectCounty.options[18].value="Hamilton"
   obj.selectCounty.options[18].text="Hamilton"
   obj.selectCounty.options[19].value="Hardeman"
   obj.selectCounty.options[19].text="Hardeman"
   obj.selectCounty.options[20].value="Hardin"
   obj.selectCounty.options[20].text="Hardin"
   obj.selectCounty.options[21].value="Haywood"
   obj.selectCounty.options[21].text="Haywood"
   obj.selectCounty.options[22].value="Henderson"
   obj.selectCounty.options[22].text="Henderson"
   obj.selectCounty.options[23].value="Henry"
   obj.selectCounty.options[23].text="Henry"
   obj.selectCounty.options[24].value="Humphreys"
   obj.selectCounty.options[24].text="Hmuphreys"
   obj.selectCounty.options[25].value="Jefferson"
   obj.selectCounty.options[25].text="Jefferson"
   obj.selectCounty.options[26].value="Johnson"
   obj.selectCounty.options[26].text="Johnson"
   obj.selectCounty.options[27].value="Knox"
   obj.selectCounty.options[27].text="Knos"
   obj.selectCounty.options[28].value="Laice"
   obj.selectCounty.options[28].text="Laice"
   obj.selectCounty.options[29].value="Lake"
   obj.selectCounty.options[29].text="Lake"
   obj.selectCounty.options[30].value="Lauderdale"
   obj.selectCounty.options[30].text="Lauderdale"
   obj.selectCounty.options[31].value="Lawrence"
   obj.selectCounty.options[31].text="Lawrence"
   obj.selectCounty.options[32].value="Marion"
   obj.selectCounty.options[32].text="Marion"
   obj.selectCounty.options[33].value="McNairy"
   obj.selectCounty.options[33].text="McNairy"
   obj.selectCounty.options[34].value="Meigs"
   obj.selectCounty.options[34].text="Meigs"
   obj.selectCounty.options[35].value="Obion"
   obj.selectCounty.options[35].text="Obion"
   obj.selectCounty.options[36].value="Rhea"
   obj.selectCounty.options[36].text="Rhea"
   obj.selectCounty.options[37].value="Roane"
   obj.selectCounty.options[37].text="Roane"
   obj.selectCounty.options[38].value="Scott"
   obj.selectCounty.options[38].text="Scott"
   obj.selectCounty.options[39].value="Sevier"
   obj.selectCounty.options[39].text="Sevier"
   obj.selectCounty.options[40].value="Shelby"
   obj.selectCounty.options[40].text="Shelby"
   obj.selectCounty.options[41].value="Stewart"
   obj.selectCounty.options[41].text="Stewart"
   obj.selectCounty.options[42].value="Stuart"
   obj.selectCounty.options[42].text="Stuart"
   obj.selectCounty.options[43].value="Unicoi"
   obj.selectCounty.options[43].text="Unicoi"
   obj.selectCounty.options[44].value="Union"
   obj.selectCounty.options[44].text="Union"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 37){
   obj.selectCounty.length=19
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Bell"
   obj.selectCounty.options[1].text="Bell"
   obj.selectCounty.options[2].value="Blanco"
   obj.selectCounty.options[2].text="Blanco"
   obj.selectCounty.options[3].value="Brooks"
   obj.selectCounty.options[3].text="Brooks"
   obj.selectCounty.options[4].value="Denton"
   obj.selectCounty.options[4].text="Denton"
   obj.selectCounty.options[5].value="Guadalupe"
   obj.selectCounty.options[5].text="Guadalupe"
   obj.selectCounty.options[6].value="Henderson"
   obj.selectCounty.options[6].text="Henderson"
   obj.selectCounty.options[7].value="Hogg"
   obj.selectCounty.options[7].text="Jim Hogg"
   obj.selectCounty.options[8].value="Wells"
   obj.selectCounty.options[8].text="Jim Wells"
   obj.selectCounty.options[9].value="Kleberg"
   obj.selectCounty.options[9].text="Kleberg"
   obj.selectCounty.options[10].value="Nueces"
   obj.selectCounty.options[10].text="Nueces"
   obj.selectCounty.options[11].value="Robertson"
   obj.selectCounty.options[11].text="Robertson"
   obj.selectCounty.options[12].value="Patricio"
   obj.selectCounty.options[12].text="San Patricio"
   obj.selectCounty.options[13].value="Schleicher"
   obj.selectCounty.options[13].text="Schleicher"
   obj.selectCounty.options[14].value="Starr"
   obj.selectCounty.options[14].text="Starr"
   obj.selectCounty.options[15].value="Travis"
   obj.selectCounty.options[15].text="Travis"
   obj.selectCounty.options[16].value="Webb"
   obj.selectCounty.options[16].text="Webb"
   obj.selectCounty.options[17].value="Wilbarger"
   obj.selectCounty.options[17].text="Wilbarger"
   obj.selectCounty.options[18].value="Williamson"
   obj.selectCounty.options[18].text="Williamson"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 38){
   obj.selectCounty.length=5
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Carfield"
   obj.selectCounty.options[1].text="Carfield"
   obj.selectCounty.options[2].value="Iron"
   obj.selectCounty.options[2].text="Iron"
   obj.selectCounty.options[3].value="Ivon"
   obj.selectCounty.options[3].text="Ivon"
   obj.selectCounty.options[4].value="Washington"
   obj.selectCounty.options[4].text="Washington"
  
   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 39){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Rutland"
   obj.selectCounty.options[1].text="Rutland"

   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 40){
   obj.selectCounty.length=6
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Brunswick"
   obj.selectCounty.options[1].text="Brunswick"
   obj.selectCounty.options[2].value="Giles"
   obj.selectCounty.options[2].text="Giles"
   obj.selectCounty.options[3].value="Edward"
   obj.selectCounty.options[3].text="Prince Edward"
   obj.selectCounty.options[4].value="Scott"
   obj.selectCounty.options[4].text="Scott"
   obj.selectCounty.options[5].value="Washington"
   obj.selectCounty.options[5].text="Washington"
 
   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 41){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Chelan"
   obj.selectCounty.options[1].text="Chelan"
   
   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 42){
   obj.selectCounty.length=29
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Ashland"
   obj.selectCounty.options[1].text="Ashland"
   obj.selectCounty.options[2].value="Bayfield"
   obj.selectCounty.options[2].text="Bayfield"
   obj.selectCounty.options[3].value="Brown"
   obj.selectCounty.options[3].text="Brown"
   obj.selectCounty.options[4].value="Buffalo"
   obj.selectCounty.options[4].text="Buffalo"
   obj.selectCounty.options[5].value="Burnett"
   obj.selectCounty.options[5].text="Burnett"
   obj.selectCounty.options[6].value="Crawford"
   obj.selectCounty.options[6].text="Crawford"
   obj.selectCounty.options[7].value="Dane"
   obj.selectCounty.options[7].text="Dane"
   obj.selectCounty.options[8].value="Dodge"
   obj.selectCounty.options[8].text="Dodge"
   obj.selectCounty.options[9].value="Door"
   obj.selectCounty.options[9].text="Door"
   obj.selectCounty.options[10].value="Douglas"
   obj.selectCounty.options[10].text="Douglas"
   obj.selectCounty.options[11].value="Claire"
   obj.selectCounty.options[11].text="Eau Claire"
   obj.selectCounty.options[12].value="Forest"
   obj.selectCounty.options[12].text="Forest"
   obj.selectCounty.options[13].value="Grant"
   obj.selectCounty.options[13].text="Grant"
   obj.selectCounty.options[14].value="Iron"
   obj.selectCounty.options[14].text="Iron"
   obj.selectCounty.options[15].value="Jackson"
   obj.selectCounty.options[15].text="Jackson"
   obj.selectCounty.options[16].value="Juneau"
   obj.selectCounty.options[16].text="Juneau"
   obj.selectCounty.options[17].value="Kewaunee"
   obj.selectCounty.options[17].text="Kewaunee"
   obj.selectCounty.options[18].value="Manitowoc"
   obj.selectCounty.options[18].text="Manitowoc"
   obj.selectCounty.options[19].value="Marathon"
   obj.selectCounty.options[19].text="Marathon"
   obj.selectCounty.options[20].value="Marinette"
   obj.selectCounty.options[20].text="Marinette"
   obj.selectCounty.options[21].value="Menominee"
   obj.selectCounty.options[21].text="Menominee"
   obj.selectCounty.options[22].value="Racine"
   obj.selectCounty.options[22].text="Racine"
   obj.selectCounty.options[23].value="Richland"
   obj.selectCounty.options[23].text="Richland"
   obj.selectCounty.options[24].value="Rock"
   obj.selectCounty.options[24].text="Rock"
   obj.selectCounty.options[25].value="Vilas"
   obj.selectCounty.options[25].text="Vilas"
   obj.selectCounty.options[26].value="Washburn"
   obj.selectCounty.options[26].text="Washburn"
   obj.selectCounty.options[27].value="Waupaca"
   obj.selectCounty.options[27].text="Waupaca"
   obj.selectCounty.options[28].value="Wood"
   obj.selectCounty.options[28].text="Wood"
 
   }
   else if(obj.selectCountry.selectedIndex == 1 && obj.selectState.selectedIndex == 43){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Albany"
   obj.selectCounty.options[1].text="Albany"
   
   }
   else if(obj.selectCountry.selectedIndex == 2 && obj.selectState.selectedIndex == 1){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value=""
   obj.selectCounty.options[1].text=""
   
   }
   else if(obj.selectCountry.selectedIndex == 3 && obj.selectState.selectedIndex == 1){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value=""
   obj.selectCounty.options[1].text=""
   
   }
   else if(obj.selectCountry.selectedIndex == 4 && obj.selectState.selectedIndex == 1){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value=""
   obj.selectCounty.options[1].text=""
   return
   }
   else if(obj.selectCountry.selectedIndex == 4 && obj.selectState.selectedIndex == 2){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value="Quebec"
   obj.selectCounty.options[1].text="Quebec"
   return
   }
   else if(obj.selectCountry.selectedIndex == 5 && obj.selectState.selectedIndex == 1){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value=""
   obj.selectCounty.options[1].text=""
   
   }
   else if(obj.selectCountry.selectedIndex == 6 && obj.selectState.selectedIndex == 1){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value=""
   obj.selectCounty.options[1].text=""
   
   }
   else if(obj.selectCountry.selectedIndex == 7 && obj.selectState.selectedIndex == 1){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value=""
   obj.selectCounty.options[1].text=""
   
   }
   else if(obj.selectCountry.selectedIndex == 8 && obj.selectState.selectedIndex == 1){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value=""
   obj.selectCounty.options[1].text=""
   
   }
   else if(obj.selectCountry.selectedIndex == 8 && obj.selectState.selectedIndex == 2){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value=""
   obj.selectCounty.options[1].text=""
   
   }
   else if(obj.selectCountry.selectedIndex == 9 && obj.selectState.selectedIndex == 1){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value=""
   obj.selectCounty.options[1].text=""
   
   }
   else if(obj.selectCountry.selectedIndex == 9 && obj.selectState.selectedIndex == 1){
   obj.selectCounty.length=2
   obj.selectCounty.options[0].value=""
   obj.selectCounty.options[0].text="Select County"
   obj.selectCounty.options[1].value=""
   obj.selectCounty.options[1].text=""
   return;
   }
 }
 function CountryChange(){
	document.HerbForm1.selectState.value = document.HerbForm1.selectState.options[0].value;
	document.HerbForm1.selectState.selectedIndex == 0;
	document.HerbForm1.selectCounty.length = 1
	document.HerbForm1.selectCounty.options[0].value=""
	document.HerbForm1.selectCounty.options[0].text="Select County";
	document.HerbForm1.selectCounty.value = document.HerbForm1.selectCountry.options[0].value;
	return;
	}
function StateChange(){
	document.HerbForm1.selectCounty.value = document.HerbForm1.selectCounty.options[0].value;
	}

