function swap(tabi) {
  var stateValue = document.getElementById('propstate').value;
  if (stateValue == 'AK') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 28;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Aleutians East Borough","Aleutians East Borough");
    countyField.options[2] = new Option("Aleutians West Census Area","Aleutians West Census Area");
    countyField.options[3] = new Option("Anchorage Municipality","Anchorage Municipality");
    countyField.options[4] = new Option("Bethel Census Area","Bethel Census Area");
    countyField.options[5] = new Option("Bristol Bay Borough","Bristol Bay Borough");
    countyField.options[6] = new Option("Denali Borough","Denali Borough");
    countyField.options[7] = new Option("Dillingham Census Area","Dillingham Census Area");
    countyField.options[8] = new Option("Fairbanks North Star Borough","Fairbanks North Star Borough");
    countyField.options[9] = new Option("Haines Borough","Haines Borough");
    countyField.options[10] = new Option("Juneau City and Borough","Juneau City and Borough");
    countyField.options[11] = new Option("Kenai Peninsula Borough","Kenai Peninsula Borough");
    countyField.options[12] = new Option("Ketchikan Gateway Borough","Ketchikan Gateway Borough");
    countyField.options[13] = new Option("Kodiak Island Borough","Kodiak Island Borough");
    countyField.options[14] = new Option("Lake and Peninsula Borough","Lake and Peninsula Borough");
    countyField.options[15] = new Option("Matanuska-Susitna Borough","Matanuska-Susitna Borough");
    countyField.options[16] = new Option("Nome Census Area","Nome Census Area");
    countyField.options[17] = new Option("North Slope Borough","North Slope Borough");
    countyField.options[18] = new Option("Northwest Arctic Borough","Northwest Arctic Borough");
    countyField.options[19] = new Option("Prince of Wales-Outer Ketchikan Census Area","Prince of Wales-Outer Ketchikan Census Area");
    countyField.options[20] = new Option("Sitka City and Borough","Sitka City and Borough");
    countyField.options[21] = new Option("Skagway-Hoonah-Angoon Census Area","Skagway-Hoonah-Angoon Census Area");
    countyField.options[22] = new Option("Southeast Fairbanks Census Area","Southeast Fairbanks Census Area");
    countyField.options[23] = new Option("Valdez-Cordova Census Area","Valdez-Cordova Census Area");
    countyField.options[24] = new Option("Wade Hampton Census Area","Wade Hampton Census Area");
    countyField.options[25] = new Option("Wrangell-Petersburg Census Area","Wrangell-Petersburg Census Area");
    countyField.options[26] = new Option("Yakutat City and Borough","Yakutat City and Borough");
    countyField.options[27] = new Option("Yukon-Koyukuk Census Area","Yukon-Koyukuk Census Area");
  }
  else if (stateValue == 'AL') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 68;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Autauga County","Autauga County");
    countyField.options[2] = new Option("Baldwin County","Baldwin County");
    countyField.options[3] = new Option("Barbour County","Barbour County");
    countyField.options[4] = new Option("Bibb County","Bibb County");
    countyField.options[5] = new Option("Blount County","Blount County");
    countyField.options[6] = new Option("Bullock County","Bullock County");
    countyField.options[7] = new Option("Butler County","Butler County");
    countyField.options[8] = new Option("Calhoun County","Calhoun County");
    countyField.options[9] = new Option("Chambers County","Chambers County");
    countyField.options[10] = new Option("Cherokee County","Cherokee County");
    countyField.options[11] = new Option("Chilton County","Chilton County");
    countyField.options[12] = new Option("Choctaw County","Choctaw County");
    countyField.options[13] = new Option("Clarke County","Clarke County");
    countyField.options[14] = new Option("Clay County","Clay County");
    countyField.options[15] = new Option("Cleburne County","Cleburne County");
    countyField.options[16] = new Option("Coffee County","Coffee County");
    countyField.options[17] = new Option("Colbert County","Colbert County");
    countyField.options[18] = new Option("Conecuh County","Conecuh County");
    countyField.options[19] = new Option("Coosa County","Coosa County");
    countyField.options[20] = new Option("Covington County","Covington County");
    countyField.options[21] = new Option("Crenshaw County","Crenshaw County");
    countyField.options[22] = new Option("Cullman County","Cullman County");
    countyField.options[23] = new Option("Dale County","Dale County");
    countyField.options[24] = new Option("Dallas County","Dallas County");
    countyField.options[25] = new Option("DeKalb County","DeKalb County");
    countyField.options[26] = new Option("Elmore County","Elmore County");
    countyField.options[27] = new Option("Escambia County","Escambia County");
    countyField.options[28] = new Option("Etowah County","Etowah County");
    countyField.options[29] = new Option("Fayette County","Fayette County");
    countyField.options[30] = new Option("Franklin County","Franklin County");
    countyField.options[31] = new Option("Geneva County","Geneva County");
    countyField.options[32] = new Option("Greene County","Greene County");
    countyField.options[33] = new Option("Hale County","Hale County");
    countyField.options[34] = new Option("Henry County","Henry County");
    countyField.options[35] = new Option("Houston County","Houston County");
    countyField.options[36] = new Option("Jackson County","Jackson County");
    countyField.options[37] = new Option("Jefferson County","Jefferson County");
    countyField.options[38] = new Option("Lamar County","Lamar County");
    countyField.options[39] = new Option("Lauderdale County","Lauderdale County");
    countyField.options[40] = new Option("Lawrence County","Lawrence County");
    countyField.options[41] = new Option("Lee County","Lee County");
    countyField.options[42] = new Option("Limestone County","Limestone County");
    countyField.options[43] = new Option("Lowndes County","Lowndes County");
    countyField.options[44] = new Option("Macon County","Macon County");
    countyField.options[45] = new Option("Madison County","Madison County");
    countyField.options[46] = new Option("Marengo County","Marengo County");
    countyField.options[47] = new Option("Marion County","Marion County");
    countyField.options[48] = new Option("Marshall County","Marshall County");
    countyField.options[49] = new Option("Mobile County","Mobile County");
    countyField.options[50] = new Option("Monroe County","Monroe County");
    countyField.options[51] = new Option("Montgomery County","Montgomery County");
    countyField.options[52] = new Option("Morgan County","Morgan County");
    countyField.options[53] = new Option("Perry County","Perry County");
    countyField.options[54] = new Option("Pickens County","Pickens County");
    countyField.options[55] = new Option("Pike County","Pike County");
    countyField.options[56] = new Option("Randolph County","Randolph County");
    countyField.options[57] = new Option("Russell County","Russell County");
    countyField.options[58] = new Option("Shelby County","Shelby County");
    countyField.options[59] = new Option("St. Clair County","St. Clair County");
    countyField.options[60] = new Option("Sumter County","Sumter County");
    countyField.options[61] = new Option("Talladega County","Talladega County");
    countyField.options[62] = new Option("Tallapoosa County","Tallapoosa County");
    countyField.options[63] = new Option("Tuscaloosa County","Tuscaloosa County");
    countyField.options[64] = new Option("Walker County","Walker County");
    countyField.options[65] = new Option("Washington County","Washington County");
    countyField.options[66] = new Option("Wilcox County","Wilcox County");
    countyField.options[67] = new Option("Winston County","Winston County");
  }
  else if (stateValue == 'AR') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 76;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Arkansas County","Arkansas County");
    countyField.options[2] = new Option("Ashley County","Ashley County");
    countyField.options[3] = new Option("Baxter County","Baxter County");
    countyField.options[4] = new Option("Benton County","Benton County");
    countyField.options[5] = new Option("Boone County","Boone County");
    countyField.options[6] = new Option("Bradley County","Bradley County");
    countyField.options[7] = new Option("Calhoun County","Calhoun County");
    countyField.options[8] = new Option("Carroll County","Carroll County");
    countyField.options[9] = new Option("Chicot County","Chicot County");
    countyField.options[10] = new Option("Clark County","Clark County");
    countyField.options[11] = new Option("Clay County","Clay County");
    countyField.options[12] = new Option("Cleburne County","Cleburne County");
    countyField.options[13] = new Option("Cleveland County","Cleveland County");
    countyField.options[14] = new Option("Columbia County","Columbia County");
    countyField.options[15] = new Option("Conway County","Conway County");
    countyField.options[16] = new Option("Craighead County","Craighead County");
    countyField.options[17] = new Option("Crawford County","Crawford County");
    countyField.options[18] = new Option("Crittenden County","Crittenden County");
    countyField.options[19] = new Option("Cross County","Cross County");
    countyField.options[20] = new Option("Dallas County","Dallas County");
    countyField.options[21] = new Option("Desha County","Desha County");
    countyField.options[22] = new Option("Drew County","Drew County");
    countyField.options[23] = new Option("Faulkner County","Faulkner County");
    countyField.options[24] = new Option("Franklin County","Franklin County");
    countyField.options[25] = new Option("Fulton County","Fulton County");
    countyField.options[26] = new Option("Garland County","Garland County");
    countyField.options[27] = new Option("Grant County","Grant County");
    countyField.options[28] = new Option("Greene County","Greene County");
    countyField.options[29] = new Option("Hempstead County","Hempstead County");
    countyField.options[30] = new Option("Hot Spring County","Hot Spring County");
    countyField.options[31] = new Option("Howard County","Howard County");
    countyField.options[32] = new Option("Independence County","Independence County");
    countyField.options[33] = new Option("Izard County","Izard County");
    countyField.options[34] = new Option("Jackson County","Jackson County");
    countyField.options[35] = new Option("Jefferson County","Jefferson County");
    countyField.options[36] = new Option("Johnson County","Johnson County");
    countyField.options[37] = new Option("Lafayette County","Lafayette County");
    countyField.options[38] = new Option("Lawrence County","Lawrence County");
    countyField.options[39] = new Option("Lee County","Lee County");
    countyField.options[40] = new Option("Lincoln County","Lincoln County");
    countyField.options[41] = new Option("Little River County","Little River County");
    countyField.options[42] = new Option("Logan County","Logan County");
    countyField.options[43] = new Option("Lonoke County","Lonoke County");
    countyField.options[44] = new Option("Madison County","Madison County");
    countyField.options[45] = new Option("Marion County","Marion County");
    countyField.options[46] = new Option("Miller County","Miller County");
    countyField.options[47] = new Option("Mississippi County","Mississippi County");
    countyField.options[48] = new Option("Monroe County","Monroe County");
    countyField.options[49] = new Option("Montgomery County","Montgomery County");
    countyField.options[50] = new Option("Nevada County","Nevada County");
    countyField.options[51] = new Option("Newton County","Newton County");
    countyField.options[52] = new Option("Ouachita County","Ouachita County");
    countyField.options[53] = new Option("Perry County","Perry County");
    countyField.options[54] = new Option("Phillips County","Phillips County");
    countyField.options[55] = new Option("Pike County","Pike County");
    countyField.options[56] = new Option("Poinsett County","Poinsett County");
    countyField.options[57] = new Option("Polk County","Polk County");
    countyField.options[58] = new Option("Pope County","Pope County");
    countyField.options[59] = new Option("Prairie County","Prairie County");
    countyField.options[60] = new Option("Pulaski County","Pulaski County");
    countyField.options[61] = new Option("Randolph County","Randolph County");
    countyField.options[62] = new Option("Saline County","Saline County");
    countyField.options[63] = new Option("Scott County","Scott County");
    countyField.options[64] = new Option("Searcy County","Searcy County");
    countyField.options[65] = new Option("Sebastian County","Sebastian County");
    countyField.options[66] = new Option("Sevier County","Sevier County");
    countyField.options[67] = new Option("Sharp County","Sharp County");
    countyField.options[68] = new Option("St. Francis County","St. Francis County");
    countyField.options[69] = new Option("Stone County","Stone County");
    countyField.options[70] = new Option("Union County","Union County");
    countyField.options[71] = new Option("Van Buren County","Van Buren County");
    countyField.options[72] = new Option("Washington County","Washington County");
    countyField.options[73] = new Option("White County","White County");
    countyField.options[74] = new Option("Woodruff County","Woodruff County");
    countyField.options[75] = new Option("Yell County","Yell County");
  }
  else if (stateValue == 'AZ') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 16;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Apache County","Apache County");
    countyField.options[2] = new Option("Cochise County","Cochise County");
    countyField.options[3] = new Option("Coconino County","Coconino County");
    countyField.options[4] = new Option("Gila County","Gila County");
    countyField.options[5] = new Option("Graham County","Graham County");
    countyField.options[6] = new Option("Greenlee County","Greenlee County");
    countyField.options[7] = new Option("La Paz County","La Paz County");
    countyField.options[8] = new Option("Maricopa County","Maricopa County");
    countyField.options[9] = new Option("Mohave County","Mohave County");
    countyField.options[10] = new Option("Navajo County","Navajo County");
    countyField.options[11] = new Option("Pima County","Pima County");
    countyField.options[12] = new Option("Pinal County","Pinal County");
    countyField.options[13] = new Option("Santa Cruz County","Santa Cruz County");
    countyField.options[14] = new Option("Yavapai County","Yavapai County");
    countyField.options[15] = new Option("Yuma County","Yuma County");
  }
  else if (stateValue == 'CA') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 59;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Alameda County","Alameda County");
    countyField.options[2] = new Option("Alpine County","Alpine County");
    countyField.options[3] = new Option("Amador County","Amador County");
    countyField.options[4] = new Option("Butte County","Butte County");
    countyField.options[5] = new Option("Calaveras County","Calaveras County");
    countyField.options[6] = new Option("Colusa County","Colusa County");
    countyField.options[7] = new Option("Contra Costa County","Contra Costa County");
    countyField.options[8] = new Option("Del Norte County","Del Norte County");
    countyField.options[9] = new Option("El Dorado County","El Dorado County");
    countyField.options[10] = new Option("Fresno County","Fresno County");
    countyField.options[11] = new Option("Glenn County","Glenn County");
    countyField.options[12] = new Option("Humboldt County","Humboldt County");
    countyField.options[13] = new Option("Imperial County","Imperial County");
    countyField.options[14] = new Option("Inyo County","Inyo County");
    countyField.options[15] = new Option("Kern County","Kern County");
    countyField.options[16] = new Option("Kings County","Kings County");
    countyField.options[17] = new Option("Lake County","Lake County");
    countyField.options[18] = new Option("Lassen County","Lassen County");
    countyField.options[19] = new Option("Los Angeles County","Los Angeles County");
    countyField.options[20] = new Option("Madera County","Madera County");
    countyField.options[21] = new Option("Marin County","Marin County");
    countyField.options[22] = new Option("Mariposa County","Mariposa County");
    countyField.options[23] = new Option("Mendocino County","Mendocino County");
    countyField.options[24] = new Option("Merced County","Merced County");
    countyField.options[25] = new Option("Modoc County","Modoc County");
    countyField.options[26] = new Option("Mono County","Mono County");
    countyField.options[27] = new Option("Monterey County","Monterey County");
    countyField.options[28] = new Option("Napa County","Napa County");
    countyField.options[29] = new Option("Nevada County","Nevada County");
    countyField.options[30] = new Option("Orange County","Orange County");
    countyField.options[31] = new Option("Placer County","Placer County");
    countyField.options[32] = new Option("Plumas County","Plumas County");
    countyField.options[33] = new Option("Riverside County","Riverside County");
    countyField.options[34] = new Option("Sacramento County","Sacramento County");
    countyField.options[35] = new Option("San Benito County","San Benito County");
    countyField.options[36] = new Option("San Bernardino County","San Bernardino County");
    countyField.options[37] = new Option("San Diego County","San Diego County");
    countyField.options[38] = new Option("San Francisco County","San Francisco County");
    countyField.options[39] = new Option("San Joaquin County","San Joaquin County");
    countyField.options[40] = new Option("San Luis Obispo County","San Luis Obispo County");
    countyField.options[41] = new Option("San Mateo County","San Mateo County");
    countyField.options[42] = new Option("Santa Barbara County","Santa Barbara County");
    countyField.options[43] = new Option("Santa Clara County","Santa Clara County");
    countyField.options[44] = new Option("Santa Cruz County","Santa Cruz County");
    countyField.options[45] = new Option("Shasta County","Shasta County");
    countyField.options[46] = new Option("Sierra County","Sierra County");
    countyField.options[47] = new Option("Siskiyou County","Siskiyou County");
    countyField.options[48] = new Option("Solano County","Solano County");
    countyField.options[49] = new Option("Sonoma County","Sonoma County");
    countyField.options[50] = new Option("Stanislaus County","Stanislaus County");
    countyField.options[51] = new Option("Sutter County","Sutter County");
    countyField.options[52] = new Option("Tehama County","Tehama County");
    countyField.options[53] = new Option("Trinity County","Trinity County");
    countyField.options[54] = new Option("Tulare County","Tulare County");
    countyField.options[55] = new Option("Tuolumne County","Tuolumne County");
    countyField.options[56] = new Option("Ventura County","Ventura County");
    countyField.options[57] = new Option("Yolo County","Yolo County");
    countyField.options[58] = new Option("Yuba County","Yuba County");
  }
  else if (stateValue == 'CO') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 64;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Adams County","Adams County");
    countyField.options[2] = new Option("Alamosa County","Alamosa County");
    countyField.options[3] = new Option("Arapahoe County","Arapahoe County");
    countyField.options[4] = new Option("Archuleta County","Archuleta County");
    countyField.options[5] = new Option("Baca County","Baca County");
    countyField.options[6] = new Option("Bent County","Bent County");
    countyField.options[7] = new Option("Boulder County","Boulder County");
    countyField.options[8] = new Option("Chaffee County","Chaffee County");
    countyField.options[9] = new Option("Cheyenne County","Cheyenne County");
    countyField.options[10] = new Option("Clear Creek County","Clear Creek County");
    countyField.options[11] = new Option("Conejos County","Conejos County");
    countyField.options[12] = new Option("Costilla County","Costilla County");
    countyField.options[13] = new Option("Crowley County","Crowley County");
    countyField.options[14] = new Option("Custer County","Custer County");
    countyField.options[15] = new Option("Delta County","Delta County");
    countyField.options[16] = new Option("Denver County","Denver County");
    countyField.options[17] = new Option("Dolores County","Dolores County");
    countyField.options[18] = new Option("Douglas County","Douglas County");
    countyField.options[19] = new Option("Eagle County","Eagle County");
    countyField.options[20] = new Option("El Paso County","El Paso County");
    countyField.options[21] = new Option("Elbert County","Elbert County");
    countyField.options[22] = new Option("Fremont County","Fremont County");
    countyField.options[23] = new Option("Garfield County","Garfield County");
    countyField.options[24] = new Option("Gilpin County","Gilpin County");
    countyField.options[25] = new Option("Grand County","Grand County");
    countyField.options[26] = new Option("Gunnison County","Gunnison County");
    countyField.options[27] = new Option("Hinsdale County","Hinsdale County");
    countyField.options[28] = new Option("Huerfano County","Huerfano County");
    countyField.options[29] = new Option("Jackson County","Jackson County");
    countyField.options[30] = new Option("Jefferson County","Jefferson County");
    countyField.options[31] = new Option("Kiowa County","Kiowa County");
    countyField.options[32] = new Option("Kit Carson County","Kit Carson County");
    countyField.options[33] = new Option("La Plata County","La Plata County");
    countyField.options[34] = new Option("Lake County","Lake County");
    countyField.options[35] = new Option("Larimer County","Larimer County");
    countyField.options[36] = new Option("Las Animas County","Las Animas County");
    countyField.options[37] = new Option("Lincoln County","Lincoln County");
    countyField.options[38] = new Option("Logan County","Logan County");
    countyField.options[39] = new Option("Mesa County","Mesa County");
    countyField.options[40] = new Option("Mineral County","Mineral County");
    countyField.options[41] = new Option("Moffat County","Moffat County");
    countyField.options[42] = new Option("Montezuma County","Montezuma County");
    countyField.options[43] = new Option("Montrose County","Montrose County");
    countyField.options[44] = new Option("Morgan County","Morgan County");
    countyField.options[45] = new Option("Otero County","Otero County");
    countyField.options[46] = new Option("Ouray County","Ouray County");
    countyField.options[47] = new Option("Park County","Park County");
    countyField.options[48] = new Option("Phillips County","Phillips County");
    countyField.options[49] = new Option("Pitkin County","Pitkin County");
    countyField.options[50] = new Option("Prowers County","Prowers County");
    countyField.options[51] = new Option("Pueblo County","Pueblo County");
    countyField.options[52] = new Option("Rio Blanco County","Rio Blanco County");
    countyField.options[53] = new Option("Rio Grande County","Rio Grande County");
    countyField.options[54] = new Option("Routt County","Routt County");
    countyField.options[55] = new Option("Saguache County","Saguache County");
    countyField.options[56] = new Option("San Juan County","San Juan County");
    countyField.options[57] = new Option("San Miguel County","San Miguel County");
    countyField.options[58] = new Option("Sedgwick County","Sedgwick County");
    countyField.options[59] = new Option("Summit County","Summit County");
    countyField.options[60] = new Option("Teller County","Teller County");
    countyField.options[61] = new Option("Washington County","Washington County");
    countyField.options[62] = new Option("Weld County","Weld County");
    countyField.options[63] = new Option("Yuma County","Yuma County");
  }
  else if (stateValue == 'CT') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 9;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Fairfield County","Fairfield County");
    countyField.options[2] = new Option("Hartford County","Hartford County");
    countyField.options[3] = new Option("Litchfield County","Litchfield County");
    countyField.options[4] = new Option("Middlesex County","Middlesex County");
    countyField.options[5] = new Option("New Haven County","New Haven County");
    countyField.options[6] = new Option("New London County","New London County");
    countyField.options[7] = new Option("Tolland County","Tolland County");
    countyField.options[8] = new Option("Windham County","Windham County");
  }
  else if (stateValue == 'DC') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 1;
    countyField.options[0] = new Option("District of Columbia","District of Columbia");
  }
  else if (stateValue == 'DE') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 4;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Kent County","Kent County");
    countyField.options[2] = new Option("New Castle County","New Castle County");
    countyField.options[3] = new Option("Sussex County","Sussex County");
  }
  else if (stateValue == 'FL') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 68;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Alachua County","Alachua County");
    countyField.options[2] = new Option("Baker County","Baker County");
    countyField.options[3] = new Option("Bay County","Bay County");
    countyField.options[4] = new Option("Bradford County","Bradford County");
    countyField.options[5] = new Option("Brevard County","Brevard County");
    countyField.options[6] = new Option("Broward County","Broward County");
    countyField.options[7] = new Option("Calhoun County","Calhoun County");
    countyField.options[8] = new Option("Charlotte County","Charlotte County");
    countyField.options[9] = new Option("Citrus County","Citrus County");
    countyField.options[10] = new Option("Clay County","Clay County");
    countyField.options[11] = new Option("Collier County","Collier County");
    countyField.options[12] = new Option("Columbia County","Columbia County");
    countyField.options[13] = new Option("DeSoto County","DeSoto County");
    countyField.options[14] = new Option("Dixie County","Dixie County");
    countyField.options[15] = new Option("Duval County","Duval County");
    countyField.options[16] = new Option("Escambia County","Escambia County");
    countyField.options[17] = new Option("Flagler County","Flagler County");
    countyField.options[18] = new Option("Franklin County","Franklin County");
    countyField.options[19] = new Option("Gadsden County","Gadsden County");
    countyField.options[20] = new Option("Gilchrist County","Gilchrist County");
    countyField.options[21] = new Option("Glades County","Glades County");
    countyField.options[22] = new Option("Gulf County","Gulf County");
    countyField.options[23] = new Option("Hamilton County","Hamilton County");
    countyField.options[24] = new Option("Hardee County","Hardee County");
    countyField.options[25] = new Option("Hendry County","Hendry County");
    countyField.options[26] = new Option("Hernando County","Hernando County");
    countyField.options[27] = new Option("Highlands County","Highlands County");
    countyField.options[28] = new Option("Hillsborough County","Hillsborough County");
    countyField.options[29] = new Option("Holmes County","Holmes County");
    countyField.options[30] = new Option("Indian River County","Indian River County");
    countyField.options[31] = new Option("Jackson County","Jackson County");
    countyField.options[32] = new Option("Jefferson County","Jefferson County");
    countyField.options[33] = new Option("Lafayette County","Lafayette County");
    countyField.options[34] = new Option("Lake County","Lake County");
    countyField.options[35] = new Option("Lee County","Lee County");
    countyField.options[36] = new Option("Leon County","Leon County");
    countyField.options[37] = new Option("Levy County","Levy County");
    countyField.options[38] = new Option("Liberty County","Liberty County");
    countyField.options[39] = new Option("Madison County","Madison County");
    countyField.options[40] = new Option("Manatee County","Manatee County");
    countyField.options[41] = new Option("Marion County","Marion County");
    countyField.options[42] = new Option("Martin County","Martin County");
    countyField.options[43] = new Option("Miami-Dade County","Miami-Dade County");
    countyField.options[44] = new Option("Monroe County","Monroe County");
    countyField.options[45] = new Option("Nassau County","Nassau County");
    countyField.options[46] = new Option("Okaloosa County","Okaloosa County");
    countyField.options[47] = new Option("Okeechobee County","Okeechobee County");
    countyField.options[48] = new Option("Orange County","Orange County");
    countyField.options[49] = new Option("Osceola County","Osceola County");
    countyField.options[50] = new Option("Palm Beach County","Palm Beach County");
    countyField.options[51] = new Option("Pasco County","Pasco County");
    countyField.options[52] = new Option("Pinellas County","Pinellas County");
    countyField.options[53] = new Option("Polk County","Polk County");
    countyField.options[54] = new Option("Putnam County","Putnam County");
    countyField.options[55] = new Option("Santa Rosa County","Santa Rosa County");
    countyField.options[56] = new Option("Sarasota County","Sarasota County");
    countyField.options[57] = new Option("Seminole County","Seminole County");
    countyField.options[58] = new Option("St. Johns County","St. Johns County");
    countyField.options[59] = new Option("St. Lucie County","St. Lucie County");
    countyField.options[60] = new Option("Sumter County","Sumter County");
    countyField.options[61] = new Option("Suwannee County","Suwannee County");
    countyField.options[62] = new Option("Taylor County","Taylor County");
    countyField.options[63] = new Option("Union County","Union County");
    countyField.options[64] = new Option("Volusia County","Volusia County");
    countyField.options[65] = new Option("Wakulla County","Wakulla County");
    countyField.options[66] = new Option("Walton County","Walton County");
    countyField.options[67] = new Option("Washington County","Washington County");
  }
  else if (stateValue == 'GA') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 160;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Appling County","Appling County");
    countyField.options[2] = new Option("Atkinson County","Atkinson County");
    countyField.options[3] = new Option("Bacon County","Bacon County");
    countyField.options[4] = new Option("Baker County","Baker County");
    countyField.options[5] = new Option("Baldwin County","Baldwin County");
    countyField.options[6] = new Option("Banks County","Banks County");
    countyField.options[7] = new Option("Barrow County","Barrow County");
    countyField.options[8] = new Option("Bartow County","Bartow County");
    countyField.options[9] = new Option("Ben Hill County","Ben Hill County");
    countyField.options[10] = new Option("Berrien County","Berrien County");
    countyField.options[11] = new Option("Bibb County","Bibb County");
    countyField.options[12] = new Option("Bleckley County","Bleckley County");
    countyField.options[13] = new Option("Brantley County","Brantley County");
    countyField.options[14] = new Option("Brooks County","Brooks County");
    countyField.options[15] = new Option("Bryan County","Bryan County");
    countyField.options[16] = new Option("Bulloch County","Bulloch County");
    countyField.options[17] = new Option("Burke County","Burke County");
    countyField.options[18] = new Option("Butts County","Butts County");
    countyField.options[19] = new Option("Calhoun County","Calhoun County");
    countyField.options[20] = new Option("Camden County","Camden County");
    countyField.options[21] = new Option("Candler County","Candler County");
    countyField.options[22] = new Option("Carroll County","Carroll County");
    countyField.options[23] = new Option("Catoosa County","Catoosa County");
    countyField.options[24] = new Option("Charlton County","Charlton County");
    countyField.options[25] = new Option("Chatham County","Chatham County");
    countyField.options[26] = new Option("Chattahoochee County","Chattahoochee County");
    countyField.options[27] = new Option("Chattooga County","Chattooga County");
    countyField.options[28] = new Option("Cherokee County","Cherokee County");
    countyField.options[29] = new Option("Clarke County","Clarke County");
    countyField.options[30] = new Option("Clay County","Clay County");
    countyField.options[31] = new Option("Clayton County","Clayton County");
    countyField.options[32] = new Option("Clinch County","Clinch County");
    countyField.options[33] = new Option("Cobb County","Cobb County");
    countyField.options[34] = new Option("Coffee County","Coffee County");
    countyField.options[35] = new Option("Colquitt County","Colquitt County");
    countyField.options[36] = new Option("Columbia County","Columbia County");
    countyField.options[37] = new Option("Cook County","Cook County");
    countyField.options[38] = new Option("Coweta County","Coweta County");
    countyField.options[39] = new Option("Crawford County","Crawford County");
    countyField.options[40] = new Option("Crisp County","Crisp County");
    countyField.options[41] = new Option("Dade County","Dade County");
    countyField.options[42] = new Option("Dawson County","Dawson County");
    countyField.options[43] = new Option("Decatur County","Decatur County");
    countyField.options[44] = new Option("DeKalb County","DeKalb County");
    countyField.options[45] = new Option("Dodge County","Dodge County");
    countyField.options[46] = new Option("Dooly County","Dooly County");
    countyField.options[47] = new Option("Dougherty County","Dougherty County");
    countyField.options[48] = new Option("Douglas County","Douglas County");
    countyField.options[49] = new Option("Early County","Early County");
    countyField.options[50] = new Option("Echols County","Echols County");
    countyField.options[51] = new Option("Effingham County","Effingham County");
    countyField.options[52] = new Option("Elbert County","Elbert County");
    countyField.options[53] = new Option("Emanuel County","Emanuel County");
    countyField.options[54] = new Option("Evans County","Evans County");
    countyField.options[55] = new Option("Fannin County","Fannin County");
    countyField.options[56] = new Option("Fayette County","Fayette County");
    countyField.options[57] = new Option("Floyd County","Floyd County");
    countyField.options[58] = new Option("Forsyth County","Forsyth County");
    countyField.options[59] = new Option("Franklin County","Franklin County");
    countyField.options[60] = new Option("Fulton County","Fulton County");
    countyField.options[61] = new Option("Gilmer County","Gilmer County");
    countyField.options[62] = new Option("Glascock County","Glascock County");
    countyField.options[63] = new Option("Glynn County","Glynn County");
    countyField.options[64] = new Option("Gordon County","Gordon County");
    countyField.options[65] = new Option("Grady County","Grady County");
    countyField.options[66] = new Option("Greene County","Greene County");
    countyField.options[67] = new Option("Gwinnett County","Gwinnett County");
    countyField.options[68] = new Option("Habersham County","Habersham County");
    countyField.options[69] = new Option("Hall County","Hall County");
    countyField.options[70] = new Option("Hancock County","Hancock County");
    countyField.options[71] = new Option("Haralson County","Haralson County");
    countyField.options[72] = new Option("Harris County","Harris County");
    countyField.options[73] = new Option("Hart County","Hart County");
    countyField.options[74] = new Option("Heard County","Heard County");
    countyField.options[75] = new Option("Henry County","Henry County");
    countyField.options[76] = new Option("Houston County","Houston County");
    countyField.options[77] = new Option("Irwin County","Irwin County");
    countyField.options[78] = new Option("Jackson County","Jackson County");
    countyField.options[79] = new Option("Jasper County","Jasper County");
    countyField.options[80] = new Option("Jeff Davis County","Jeff Davis County");
    countyField.options[81] = new Option("Jefferson County","Jefferson County");
    countyField.options[82] = new Option("Jenkins County","Jenkins County");
    countyField.options[83] = new Option("Johnson County","Johnson County");
    countyField.options[84] = new Option("Jones County","Jones County");
    countyField.options[85] = new Option("Lamar County","Lamar County");
    countyField.options[86] = new Option("Lanier County","Lanier County");
    countyField.options[87] = new Option("Laurens County","Laurens County");
    countyField.options[88] = new Option("Lee County","Lee County");
    countyField.options[89] = new Option("Liberty County","Liberty County");
    countyField.options[90] = new Option("Lincoln County","Lincoln County");
    countyField.options[91] = new Option("Long County","Long County");
    countyField.options[92] = new Option("Lowndes County","Lowndes County");
    countyField.options[93] = new Option("Lumpkin County","Lumpkin County");
    countyField.options[94] = new Option("Macon County","Macon County");
    countyField.options[95] = new Option("Madison County","Madison County");
    countyField.options[96] = new Option("Marion County","Marion County");
    countyField.options[97] = new Option("McDuffie County","McDuffie County");
    countyField.options[98] = new Option("McIntosh County","McIntosh County");
    countyField.options[99] = new Option("Meriwether County","Meriwether County");
    countyField.options[100] = new Option("Miller County","Miller County");
    countyField.options[101] = new Option("Mitchell County","Mitchell County");
    countyField.options[102] = new Option("Monroe County","Monroe County");
    countyField.options[103] = new Option("Montgomery County","Montgomery County");
    countyField.options[104] = new Option("Morgan County","Morgan County");
    countyField.options[105] = new Option("Murray County","Murray County");
    countyField.options[106] = new Option("Muscogee County","Muscogee County");
    countyField.options[107] = new Option("Newton County","Newton County");
    countyField.options[108] = new Option("Oconee County","Oconee County");
    countyField.options[109] = new Option("Oglethorpe County","Oglethorpe County");
    countyField.options[110] = new Option("Paulding County","Paulding County");
    countyField.options[111] = new Option("Peach County","Peach County");
    countyField.options[112] = new Option("Pickens County","Pickens County");
    countyField.options[113] = new Option("Pierce County","Pierce County");
    countyField.options[114] = new Option("Pike County","Pike County");
    countyField.options[115] = new Option("Polk County","Polk County");
    countyField.options[116] = new Option("Pulaski County","Pulaski County");
    countyField.options[117] = new Option("Putnam County","Putnam County");
    countyField.options[118] = new Option("Quitman County","Quitman County");
    countyField.options[119] = new Option("Rabun County","Rabun County");
    countyField.options[120] = new Option("Randolph County","Randolph County");
    countyField.options[121] = new Option("Richmond County","Richmond County");
    countyField.options[122] = new Option("Rockdale County","Rockdale County");
    countyField.options[123] = new Option("Schley County","Schley County");
    countyField.options[124] = new Option("Screven County","Screven County");
    countyField.options[125] = new Option("Seminole County","Seminole County");
    countyField.options[126] = new Option("Spalding County","Spalding County");
    countyField.options[127] = new Option("Stephens County","Stephens County");
    countyField.options[128] = new Option("Stewart County","Stewart County");
    countyField.options[129] = new Option("Sumter County","Sumter County");
    countyField.options[130] = new Option("Talbot County","Talbot County");
    countyField.options[131] = new Option("Taliaferro County","Taliaferro County");
    countyField.options[132] = new Option("Tattnall County","Tattnall County");
    countyField.options[133] = new Option("Taylor County","Taylor County");
    countyField.options[134] = new Option("Telfair County","Telfair County");
    countyField.options[135] = new Option("Terrell County","Terrell County");
    countyField.options[136] = new Option("Thomas County","Thomas County");
    countyField.options[137] = new Option("Tift County","Tift County");
    countyField.options[138] = new Option("Toombs County","Toombs County");
    countyField.options[139] = new Option("Towns County","Towns County");
    countyField.options[140] = new Option("Treutlen County","Treutlen County");
    countyField.options[141] = new Option("Troup County","Troup County");
    countyField.options[142] = new Option("Turner County","Turner County");
    countyField.options[143] = new Option("Twiggs County","Twiggs County");
    countyField.options[144] = new Option("Union County","Union County");
    countyField.options[145] = new Option("Upson County","Upson County");
    countyField.options[146] = new Option("Walker County","Walker County");
    countyField.options[147] = new Option("Walton County","Walton County");
    countyField.options[148] = new Option("Ware County","Ware County");
    countyField.options[149] = new Option("Warren County","Warren County");
    countyField.options[150] = new Option("Washington County","Washington County");
    countyField.options[151] = new Option("Wayne County","Wayne County");
    countyField.options[152] = new Option("Webster County","Webster County");
    countyField.options[153] = new Option("Wheeler County","Wheeler County");
    countyField.options[154] = new Option("White County","White County");
    countyField.options[155] = new Option("Whitfield County","Whitfield County");
    countyField.options[156] = new Option("Wilcox County","Wilcox County");
    countyField.options[157] = new Option("Wilkes County","Wilkes County");
    countyField.options[158] = new Option("Wilkinson County","Wilkinson County");
    countyField.options[159] = new Option("Worth County","Worth County");
  }
  else if (stateValue == 'HI') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 6;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Hawaii County","Hawaii County");
    countyField.options[2] = new Option("Honolulu County","Honolulu County");
    countyField.options[3] = new Option("Kalawao County","Kalawao County");
    countyField.options[4] = new Option("Kauai County","Kauai County");
    countyField.options[5] = new Option("Maui County","Maui County");
  }
  else if (stateValue == 'IA') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 100;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Adair County","Adair County");
    countyField.options[2] = new Option("Adams County","Adams County");
    countyField.options[3] = new Option("Allamakee County","Allamakee County");
    countyField.options[4] = new Option("Appanoose County","Appanoose County");
    countyField.options[5] = new Option("Audubon County","Audubon County");
    countyField.options[6] = new Option("Benton County","Benton County");
    countyField.options[7] = new Option("Black Hawk County","Black Hawk County");
    countyField.options[8] = new Option("Boone County","Boone County");
    countyField.options[9] = new Option("Bremer County","Bremer County");
    countyField.options[10] = new Option("Buchanan County","Buchanan County");
    countyField.options[11] = new Option("Buena Vista County","Buena Vista County");
    countyField.options[12] = new Option("Butler County","Butler County");
    countyField.options[13] = new Option("Calhoun County","Calhoun County");
    countyField.options[14] = new Option("Carroll County","Carroll County");
    countyField.options[15] = new Option("Cass County","Cass County");
    countyField.options[16] = new Option("Cedar County","Cedar County");
    countyField.options[17] = new Option("Cerro Gordo County","Cerro Gordo County");
    countyField.options[18] = new Option("Cherokee County","Cherokee County");
    countyField.options[19] = new Option("Chickasaw County","Chickasaw County");
    countyField.options[20] = new Option("Clarke County","Clarke County");
    countyField.options[21] = new Option("Clay County","Clay County");
    countyField.options[22] = new Option("Clayton County","Clayton County");
    countyField.options[23] = new Option("Clinton County","Clinton County");
    countyField.options[24] = new Option("Crawford County","Crawford County");
    countyField.options[25] = new Option("Dallas County","Dallas County");
    countyField.options[26] = new Option("Davis County","Davis County");
    countyField.options[27] = new Option("Decatur County","Decatur County");
    countyField.options[28] = new Option("Delaware County","Delaware County");
    countyField.options[29] = new Option("Des Moines County","Des Moines County");
    countyField.options[30] = new Option("Dickinson County","Dickinson County");
    countyField.options[31] = new Option("Dubuque County","Dubuque County");
    countyField.options[32] = new Option("Emmet County","Emmet County");
    countyField.options[33] = new Option("Fayette County","Fayette County");
    countyField.options[34] = new Option("Floyd County","Floyd County");
    countyField.options[35] = new Option("Franklin County","Franklin County");
    countyField.options[36] = new Option("Fremont County","Fremont County");
    countyField.options[37] = new Option("Greene County","Greene County");
    countyField.options[38] = new Option("Grundy County","Grundy County");
    countyField.options[39] = new Option("Guthrie County","Guthrie County");
    countyField.options[40] = new Option("Hamilton County","Hamilton County");
    countyField.options[41] = new Option("Hancock County","Hancock County");
    countyField.options[42] = new Option("Hardin County","Hardin County");
    countyField.options[43] = new Option("Harrison County","Harrison County");
    countyField.options[44] = new Option("Henry County","Henry County");
    countyField.options[45] = new Option("Howard County","Howard County");
    countyField.options[46] = new Option("Humboldt County","Humboldt County");
    countyField.options[47] = new Option("Ida County","Ida County");
    countyField.options[48] = new Option("Iowa County","Iowa County");
    countyField.options[49] = new Option("Jackson County","Jackson County");
    countyField.options[50] = new Option("Jasper County","Jasper County");
    countyField.options[51] = new Option("Jefferson County","Jefferson County");
    countyField.options[52] = new Option("Johnson County","Johnson County");
    countyField.options[53] = new Option("Jones County","Jones County");
    countyField.options[54] = new Option("Keokuk County","Keokuk County");
    countyField.options[55] = new Option("Kossuth County","Kossuth County");
    countyField.options[56] = new Option("Lee County","Lee County");
    countyField.options[57] = new Option("Linn County","Linn County");
    countyField.options[58] = new Option("Louisa County","Louisa County");
    countyField.options[59] = new Option("Lucas County","Lucas County");
    countyField.options[60] = new Option("Lyon County","Lyon County");
    countyField.options[61] = new Option("Madison County","Madison County");
    countyField.options[62] = new Option("Mahaska County","Mahaska County");
    countyField.options[63] = new Option("Marion County","Marion County");
    countyField.options[64] = new Option("Marshall County","Marshall County");
    countyField.options[65] = new Option("Mills County","Mills County");
    countyField.options[66] = new Option("Mitchell County","Mitchell County");
    countyField.options[67] = new Option("Monona County","Monona County");
    countyField.options[68] = new Option("Monroe County","Monroe County");
    countyField.options[69] = new Option("Montgomery County","Montgomery County");
    countyField.options[70] = new Option("Muscatine County","Muscatine County");
    countyField.options[71] = new Option("O'Brien County","O'Brien County");
    countyField.options[72] = new Option("Osceola County","Osceola County");
    countyField.options[73] = new Option("Page County","Page County");
    countyField.options[74] = new Option("Palo Alto County","Palo Alto County");
    countyField.options[75] = new Option("Plymouth County","Plymouth County");
    countyField.options[76] = new Option("Pocahontas County","Pocahontas County");
    countyField.options[77] = new Option("Polk County","Polk County");
    countyField.options[78] = new Option("Pottawattamie County","Pottawattamie County");
    countyField.options[79] = new Option("Poweshiek County","Poweshiek County");
    countyField.options[80] = new Option("Ringgold County","Ringgold County");
    countyField.options[81] = new Option("Sac County","Sac County");
    countyField.options[82] = new Option("Scott County","Scott County");
    countyField.options[83] = new Option("Shelby County","Shelby County");
    countyField.options[84] = new Option("Sioux County","Sioux County");
    countyField.options[85] = new Option("Story County","Story County");
    countyField.options[86] = new Option("Tama County","Tama County");
    countyField.options[87] = new Option("Taylor County","Taylor County");
    countyField.options[88] = new Option("Union County","Union County");
    countyField.options[89] = new Option("Van Buren County","Van Buren County");
    countyField.options[90] = new Option("Wapello County","Wapello County");
    countyField.options[91] = new Option("Warren County","Warren County");
    countyField.options[92] = new Option("Washington County","Washington County");
    countyField.options[93] = new Option("Wayne County","Wayne County");
    countyField.options[94] = new Option("Webster County","Webster County");
    countyField.options[95] = new Option("Winnebago County","Winnebago County");
    countyField.options[96] = new Option("Winneshiek County","Winneshiek County");
    countyField.options[97] = new Option("Woodbury County","Woodbury County");
    countyField.options[98] = new Option("Worth County","Worth County");
    countyField.options[99] = new Option("Wright County","Wright County");
  }
  else if (stateValue == 'ID') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 45;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Ada County","Ada County");
    countyField.options[2] = new Option("Adams County","Adams County");
    countyField.options[3] = new Option("Bannock County","Bannock County");
    countyField.options[4] = new Option("Bear Lake County","Bear Lake County");
    countyField.options[5] = new Option("Benewah County","Benewah County");
    countyField.options[6] = new Option("Bingham County","Bingham County");
    countyField.options[7] = new Option("Blaine County","Blaine County");
    countyField.options[8] = new Option("Boise County","Boise County");
    countyField.options[9] = new Option("Bonner County","Bonner County");
    countyField.options[10] = new Option("Bonneville County","Bonneville County");
    countyField.options[11] = new Option("Boundary County","Boundary County");
    countyField.options[12] = new Option("Butte County","Butte County");
    countyField.options[13] = new Option("Camas County","Camas County");
    countyField.options[14] = new Option("Canyon County","Canyon County");
    countyField.options[15] = new Option("Caribou County","Caribou County");
    countyField.options[16] = new Option("Cassia County","Cassia County");
    countyField.options[17] = new Option("Clark County","Clark County");
    countyField.options[18] = new Option("Clearwater County","Clearwater County");
    countyField.options[19] = new Option("Custer County","Custer County");
    countyField.options[20] = new Option("Elmore County","Elmore County");
    countyField.options[21] = new Option("Franklin County","Franklin County");
    countyField.options[22] = new Option("Fremont County","Fremont County");
    countyField.options[23] = new Option("Gem County","Gem County");
    countyField.options[24] = new Option("Gooding County","Gooding County");
    countyField.options[25] = new Option("Idaho County","Idaho County");
    countyField.options[26] = new Option("Jefferson County","Jefferson County");
    countyField.options[27] = new Option("Jerome County","Jerome County");
    countyField.options[28] = new Option("Kootenai County","Kootenai County");
    countyField.options[29] = new Option("Latah County","Latah County");
    countyField.options[30] = new Option("Lemhi County","Lemhi County");
    countyField.options[31] = new Option("Lewis County","Lewis County");
    countyField.options[32] = new Option("Lincoln County","Lincoln County");
    countyField.options[33] = new Option("Madison County","Madison County");
    countyField.options[34] = new Option("Minidoka County","Minidoka County");
    countyField.options[35] = new Option("Nez Perce County","Nez Perce County");
    countyField.options[36] = new Option("Oneida County","Oneida County");
    countyField.options[37] = new Option("Owyhee County","Owyhee County");
    countyField.options[38] = new Option("Payette County","Payette County");
    countyField.options[39] = new Option("Power County","Power County");
    countyField.options[40] = new Option("Shoshone County","Shoshone County");
    countyField.options[41] = new Option("Teton County","Teton County");
    countyField.options[42] = new Option("Twin Falls County","Twin Falls County");
    countyField.options[43] = new Option("Valley County","Valley County");
    countyField.options[44] = new Option("Washington County","Washington County");
  }
  else if (stateValue == 'IL') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 103;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Adams County","Adams County");
    countyField.options[2] = new Option("Alexander County","Alexander County");
    countyField.options[3] = new Option("Bond County","Bond County");
    countyField.options[4] = new Option("Boone County","Boone County");
    countyField.options[5] = new Option("Brown County","Brown County");
    countyField.options[6] = new Option("Bureau County","Bureau County");
    countyField.options[7] = new Option("Calhoun County","Calhoun County");
    countyField.options[8] = new Option("Carroll County","Carroll County");
    countyField.options[9] = new Option("Cass County","Cass County");
    countyField.options[10] = new Option("Champaign County","Champaign County");
    countyField.options[11] = new Option("Christian County","Christian County");
    countyField.options[12] = new Option("Clark County","Clark County");
    countyField.options[13] = new Option("Clay County","Clay County");
    countyField.options[14] = new Option("Clinton County","Clinton County");
    countyField.options[15] = new Option("Coles County","Coles County");
    countyField.options[16] = new Option("Cook County","Cook County");
    countyField.options[17] = new Option("Crawford County","Crawford County");
    countyField.options[18] = new Option("Cumberland County","Cumberland County");
    countyField.options[19] = new Option("De Witt County","De Witt County");
    countyField.options[20] = new Option("DeKalb County","DeKalb County");
    countyField.options[21] = new Option("Douglas County","Douglas County");
    countyField.options[22] = new Option("DuPage County","DuPage County");
    countyField.options[23] = new Option("Edgar County","Edgar County");
    countyField.options[24] = new Option("Edwards County","Edwards County");
    countyField.options[25] = new Option("Effingham County","Effingham County");
    countyField.options[26] = new Option("Fayette County","Fayette County");
    countyField.options[27] = new Option("Ford County","Ford County");
    countyField.options[28] = new Option("Franklin County","Franklin County");
    countyField.options[29] = new Option("Fulton County","Fulton County");
    countyField.options[30] = new Option("Gallatin County","Gallatin County");
    countyField.options[31] = new Option("Greene County","Greene County");
    countyField.options[32] = new Option("Grundy County","Grundy County");
    countyField.options[33] = new Option("Hamilton County","Hamilton County");
    countyField.options[34] = new Option("Hancock County","Hancock County");
    countyField.options[35] = new Option("Hardin County","Hardin County");
    countyField.options[36] = new Option("Henderson County","Henderson County");
    countyField.options[37] = new Option("Henry County","Henry County");
    countyField.options[38] = new Option("Iroquois County","Iroquois County");
    countyField.options[39] = new Option("Jackson County","Jackson County");
    countyField.options[40] = new Option("Jasper County","Jasper County");
    countyField.options[41] = new Option("Jefferson County","Jefferson County");
    countyField.options[42] = new Option("Jersey County","Jersey County");
    countyField.options[43] = new Option("Jo Daviess County","Jo Daviess County");
    countyField.options[44] = new Option("Johnson County","Johnson County");
    countyField.options[45] = new Option("Kane County","Kane County");
    countyField.options[46] = new Option("Kankakee County","Kankakee County");
    countyField.options[47] = new Option("Kendall County","Kendall County");
    countyField.options[48] = new Option("Knox County","Knox County");
    countyField.options[49] = new Option("Lake County","Lake County");
    countyField.options[50] = new Option("LaSalle County","LaSalle County");
    countyField.options[51] = new Option("Lawrence County","Lawrence County");
    countyField.options[52] = new Option("Lee County","Lee County");
    countyField.options[53] = new Option("Livingston County","Livingston County");
    countyField.options[54] = new Option("Logan County","Logan County");
    countyField.options[55] = new Option("Macon County","Macon County");
    countyField.options[56] = new Option("Macoupin County","Macoupin County");
    countyField.options[57] = new Option("Madison County","Madison County");
    countyField.options[58] = new Option("Marion County","Marion County");
    countyField.options[59] = new Option("Marshall County","Marshall County");
    countyField.options[60] = new Option("Mason County","Mason County");
    countyField.options[61] = new Option("Massac County","Massac County");
    countyField.options[62] = new Option("McDonough County","McDonough County");
    countyField.options[63] = new Option("McHenry County","McHenry County");
    countyField.options[64] = new Option("McLean County","McLean County");
    countyField.options[65] = new Option("Menard County","Menard County");
    countyField.options[66] = new Option("Mercer County","Mercer County");
    countyField.options[67] = new Option("Monroe County","Monroe County");
    countyField.options[68] = new Option("Montgomery County","Montgomery County");
    countyField.options[69] = new Option("Morgan County","Morgan County");
    countyField.options[70] = new Option("Moultrie County","Moultrie County");
    countyField.options[71] = new Option("Ogle County","Ogle County");
    countyField.options[72] = new Option("Peoria County","Peoria County");
    countyField.options[73] = new Option("Perry County","Perry County");
    countyField.options[74] = new Option("Piatt County","Piatt County");
    countyField.options[75] = new Option("Pike County","Pike County");
    countyField.options[76] = new Option("Pope County","Pope County");
    countyField.options[77] = new Option("Pulaski County","Pulaski County");
    countyField.options[78] = new Option("Putnam County","Putnam County");
    countyField.options[79] = new Option("Randolph County","Randolph County");
    countyField.options[80] = new Option("Richland County","Richland County");
    countyField.options[81] = new Option("Rock Island County","Rock Island County");
    countyField.options[82] = new Option("Saline County","Saline County");
    countyField.options[83] = new Option("Sangamon County","Sangamon County");
    countyField.options[84] = new Option("Schuyler County","Schuyler County");
    countyField.options[85] = new Option("Scott County","Scott County");
    countyField.options[86] = new Option("Shelby County","Shelby County");
    countyField.options[87] = new Option("St. Clair County","St. Clair County");
    countyField.options[88] = new Option("Stark County","Stark County");
    countyField.options[89] = new Option("Stephenson County","Stephenson County");
    countyField.options[90] = new Option("Tazewell County","Tazewell County");
    countyField.options[91] = new Option("Union County","Union County");
    countyField.options[92] = new Option("Vermilion County","Vermilion County");
    countyField.options[93] = new Option("Wabash County","Wabash County");
    countyField.options[94] = new Option("Warren County","Warren County");
    countyField.options[95] = new Option("Washington County","Washington County");
    countyField.options[96] = new Option("Wayne County","Wayne County");
    countyField.options[97] = new Option("White County","White County");
    countyField.options[98] = new Option("Whiteside County","Whiteside County");
    countyField.options[99] = new Option("Will County","Will County");
    countyField.options[100] = new Option("Williamson County","Williamson County");
    countyField.options[101] = new Option("Winnebago County","Winnebago County");
    countyField.options[102] = new Option("Woodford County","Woodford County");
  }
  else if (stateValue == 'IN') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 93;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Adams County","Adams County");
    countyField.options[2] = new Option("Allen County","Allen County");
    countyField.options[3] = new Option("Bartholomew County","Bartholomew County");
    countyField.options[4] = new Option("Benton County","Benton County");
    countyField.options[5] = new Option("Blackford County","Blackford County");
    countyField.options[6] = new Option("Boone County","Boone County");
    countyField.options[7] = new Option("Brown County","Brown County");
    countyField.options[8] = new Option("Carroll County","Carroll County");
    countyField.options[9] = new Option("Cass County","Cass County");
    countyField.options[10] = new Option("Clark County","Clark County");
    countyField.options[11] = new Option("Clay County","Clay County");
    countyField.options[12] = new Option("Clinton County","Clinton County");
    countyField.options[13] = new Option("Crawford County","Crawford County");
    countyField.options[14] = new Option("Daviess County","Daviess County");
    countyField.options[15] = new Option("Dearborn County","Dearborn County");
    countyField.options[16] = new Option("Decatur County","Decatur County");
    countyField.options[17] = new Option("DeKalb County","DeKalb County");
    countyField.options[18] = new Option("Delaware County","Delaware County");
    countyField.options[19] = new Option("Dubois County","Dubois County");
    countyField.options[20] = new Option("Elkhart County","Elkhart County");
    countyField.options[21] = new Option("Fayette County","Fayette County");
    countyField.options[22] = new Option("Floyd County","Floyd County");
    countyField.options[23] = new Option("Fountain County","Fountain County");
    countyField.options[24] = new Option("Franklin County","Franklin County");
    countyField.options[25] = new Option("Fulton County","Fulton County");
    countyField.options[26] = new Option("Gibson County","Gibson County");
    countyField.options[27] = new Option("Grant County","Grant County");
    countyField.options[28] = new Option("Greene County","Greene County");
    countyField.options[29] = new Option("Hamilton County","Hamilton County");
    countyField.options[30] = new Option("Hancock County","Hancock County");
    countyField.options[31] = new Option("Harrison County","Harrison County");
    countyField.options[32] = new Option("Hendricks County","Hendricks County");
    countyField.options[33] = new Option("Henry County","Henry County");
    countyField.options[34] = new Option("Howard County","Howard County");
    countyField.options[35] = new Option("Huntington County","Huntington County");
    countyField.options[36] = new Option("Jackson County","Jackson County");
    countyField.options[37] = new Option("Jasper County","Jasper County");
    countyField.options[38] = new Option("Jay County","Jay County");
    countyField.options[39] = new Option("Jefferson County","Jefferson County");
    countyField.options[40] = new Option("Jennings County","Jennings County");
    countyField.options[41] = new Option("Johnson County","Johnson County");
    countyField.options[42] = new Option("Knox County","Knox County");
    countyField.options[43] = new Option("Kosciusko County","Kosciusko County");
    countyField.options[44] = new Option("LaGrange County","LaGrange County");
    countyField.options[45] = new Option("Lake County","Lake County");
    countyField.options[46] = new Option("LaPorte County","LaPorte County");
    countyField.options[47] = new Option("Lawrence County","Lawrence County");
    countyField.options[48] = new Option("Madison County","Madison County");
    countyField.options[49] = new Option("Marion County","Marion County");
    countyField.options[50] = new Option("Marshall County","Marshall County");
    countyField.options[51] = new Option("Martin County","Martin County");
    countyField.options[52] = new Option("Miami County","Miami County");
    countyField.options[53] = new Option("Monroe County","Monroe County");
    countyField.options[54] = new Option("Montgomery County","Montgomery County");
    countyField.options[55] = new Option("Morgan County","Morgan County");
    countyField.options[56] = new Option("Newton County","Newton County");
    countyField.options[57] = new Option("Noble County","Noble County");
    countyField.options[58] = new Option("Ohio County","Ohio County");
    countyField.options[59] = new Option("Orange County","Orange County");
    countyField.options[60] = new Option("Owen County","Owen County");
    countyField.options[61] = new Option("Parke County","Parke County");
    countyField.options[62] = new Option("Perry County","Perry County");
    countyField.options[63] = new Option("Pike County","Pike County");
    countyField.options[64] = new Option("Porter County","Porter County");
    countyField.options[65] = new Option("Posey County","Posey County");
    countyField.options[66] = new Option("Pulaski County","Pulaski County");
    countyField.options[67] = new Option("Putnam County","Putnam County");
    countyField.options[68] = new Option("Randolph County","Randolph County");
    countyField.options[69] = new Option("Ripley County","Ripley County");
    countyField.options[70] = new Option("Rush County","Rush County");
    countyField.options[71] = new Option("Scott County","Scott County");
    countyField.options[72] = new Option("Shelby County","Shelby County");
    countyField.options[73] = new Option("Spencer County","Spencer County");
    countyField.options[74] = new Option("St. Joseph County","St. Joseph County");
    countyField.options[75] = new Option("Starke County","Starke County");
    countyField.options[76] = new Option("Steuben County","Steuben County");
    countyField.options[77] = new Option("Sullivan County","Sullivan County");
    countyField.options[78] = new Option("Switzerland County","Switzerland County");
    countyField.options[79] = new Option("Tippecanoe County","Tippecanoe County");
    countyField.options[80] = new Option("Tipton County","Tipton County");
    countyField.options[81] = new Option("Union County","Union County");
    countyField.options[82] = new Option("Vanderburgh County","Vanderburgh County");
    countyField.options[83] = new Option("Vermillion County","Vermillion County");
    countyField.options[84] = new Option("Vigo County","Vigo County");
    countyField.options[85] = new Option("Wabash County","Wabash County");
    countyField.options[86] = new Option("Warren County","Warren County");
    countyField.options[87] = new Option("Warrick County","Warrick County");
    countyField.options[88] = new Option("Washington County","Washington County");
    countyField.options[89] = new Option("Wayne County","Wayne County");
    countyField.options[90] = new Option("Wells County","Wells County");
    countyField.options[91] = new Option("White County","White County");
    countyField.options[92] = new Option("Whitley County","Whitley County");
  }
  else if (stateValue == 'KS') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 106;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Allen County","Allen County");
    countyField.options[2] = new Option("Anderson County","Anderson County");
    countyField.options[3] = new Option("Atchison County","Atchison County");
    countyField.options[4] = new Option("Barber County","Barber County");
    countyField.options[5] = new Option("Barton County","Barton County");
    countyField.options[6] = new Option("Bourbon County","Bourbon County");
    countyField.options[7] = new Option("Brown County","Brown County");
    countyField.options[8] = new Option("Butler County","Butler County");
    countyField.options[9] = new Option("Chase County","Chase County");
    countyField.options[10] = new Option("Chautauqua County","Chautauqua County");
    countyField.options[11] = new Option("Cherokee County","Cherokee County");
    countyField.options[12] = new Option("Cheyenne County","Cheyenne County");
    countyField.options[13] = new Option("Clark County","Clark County");
    countyField.options[14] = new Option("Clay County","Clay County");
    countyField.options[15] = new Option("Cloud County","Cloud County");
    countyField.options[16] = new Option("Coffey County","Coffey County");
    countyField.options[17] = new Option("Comanche County","Comanche County");
    countyField.options[18] = new Option("Cowley County","Cowley County");
    countyField.options[19] = new Option("Crawford County","Crawford County");
    countyField.options[20] = new Option("Decatur County","Decatur County");
    countyField.options[21] = new Option("Dickinson County","Dickinson County");
    countyField.options[22] = new Option("Doniphan County","Doniphan County");
    countyField.options[23] = new Option("Douglas County","Douglas County");
    countyField.options[24] = new Option("Edwards County","Edwards County");
    countyField.options[25] = new Option("Elk County","Elk County");
    countyField.options[26] = new Option("Ellis County","Ellis County");
    countyField.options[27] = new Option("Ellsworth County","Ellsworth County");
    countyField.options[28] = new Option("Finney County","Finney County");
    countyField.options[29] = new Option("Ford County","Ford County");
    countyField.options[30] = new Option("Franklin County","Franklin County");
    countyField.options[31] = new Option("Geary County","Geary County");
    countyField.options[32] = new Option("Gove County","Gove County");
    countyField.options[33] = new Option("Graham County","Graham County");
    countyField.options[34] = new Option("Grant County","Grant County");
    countyField.options[35] = new Option("Gray County","Gray County");
    countyField.options[36] = new Option("Greeley County","Greeley County");
    countyField.options[37] = new Option("Greenwood County","Greenwood County");
    countyField.options[38] = new Option("Hamilton County","Hamilton County");
    countyField.options[39] = new Option("Harper County","Harper County");
    countyField.options[40] = new Option("Harvey County","Harvey County");
    countyField.options[41] = new Option("Haskell County","Haskell County");
    countyField.options[42] = new Option("Hodgeman County","Hodgeman County");
    countyField.options[43] = new Option("Jackson County","Jackson County");
    countyField.options[44] = new Option("Jefferson County","Jefferson County");
    countyField.options[45] = new Option("Jewell County","Jewell County");
    countyField.options[46] = new Option("Johnson County","Johnson County");
    countyField.options[47] = new Option("Kearny County","Kearny County");
    countyField.options[48] = new Option("Kingman County","Kingman County");
    countyField.options[49] = new Option("Kiowa County","Kiowa County");
    countyField.options[50] = new Option("Labette County","Labette County");
    countyField.options[51] = new Option("Lane County","Lane County");
    countyField.options[52] = new Option("Leavenworth County","Leavenworth County");
    countyField.options[53] = new Option("Lincoln County","Lincoln County");
    countyField.options[54] = new Option("Linn County","Linn County");
    countyField.options[55] = new Option("Logan County","Logan County");
    countyField.options[56] = new Option("Lyon County","Lyon County");
    countyField.options[57] = new Option("Marion County","Marion County");
    countyField.options[58] = new Option("Marshall County","Marshall County");
    countyField.options[59] = new Option("McPherson County","McPherson County");
    countyField.options[60] = new Option("Meade County","Meade County");
    countyField.options[61] = new Option("Miami County","Miami County");
    countyField.options[62] = new Option("Mitchell County","Mitchell County");
    countyField.options[63] = new Option("Montgomery County","Montgomery County");
    countyField.options[64] = new Option("Morris County","Morris County");
    countyField.options[65] = new Option("Morton County","Morton County");
    countyField.options[66] = new Option("Nemaha County","Nemaha County");
    countyField.options[67] = new Option("Neosho County","Neosho County");
    countyField.options[68] = new Option("Ness County","Ness County");
    countyField.options[69] = new Option("Norton County","Norton County");
    countyField.options[70] = new Option("Osage County","Osage County");
    countyField.options[71] = new Option("Osborne County","Osborne County");
    countyField.options[72] = new Option("Ottawa County","Ottawa County");
    countyField.options[73] = new Option("Pawnee County","Pawnee County");
    countyField.options[74] = new Option("Phillips County","Phillips County");
    countyField.options[75] = new Option("Pottawatomie County","Pottawatomie County");
    countyField.options[76] = new Option("Pratt County","Pratt County");
    countyField.options[77] = new Option("Rawlins County","Rawlins County");
    countyField.options[78] = new Option("Reno County","Reno County");
    countyField.options[79] = new Option("Republic County","Republic County");
    countyField.options[80] = new Option("Rice County","Rice County");
    countyField.options[81] = new Option("Riley County","Riley County");
    countyField.options[82] = new Option("Rooks County","Rooks County");
    countyField.options[83] = new Option("Rush County","Rush County");
    countyField.options[84] = new Option("Russell County","Russell County");
    countyField.options[85] = new Option("Saline County","Saline County");
    countyField.options[86] = new Option("Scott County","Scott County");
    countyField.options[87] = new Option("Sedgwick County","Sedgwick County");
    countyField.options[88] = new Option("Seward County","Seward County");
    countyField.options[89] = new Option("Shawnee County","Shawnee County");
    countyField.options[90] = new Option("Sheridan County","Sheridan County");
    countyField.options[91] = new Option("Sherman County","Sherman County");
    countyField.options[92] = new Option("Smith County","Smith County");
    countyField.options[93] = new Option("Stafford County","Stafford County");
    countyField.options[94] = new Option("Stanton County","Stanton County");
    countyField.options[95] = new Option("Stevens County","Stevens County");
    countyField.options[96] = new Option("Sumner County","Sumner County");
    countyField.options[97] = new Option("Thomas County","Thomas County");
    countyField.options[98] = new Option("Trego County","Trego County");
    countyField.options[99] = new Option("Wabaunsee County","Wabaunsee County");
    countyField.options[100] = new Option("Wallace County","Wallace County");
    countyField.options[101] = new Option("Washington County","Washington County");
    countyField.options[102] = new Option("Wichita County","Wichita County");
    countyField.options[103] = new Option("Wilson County","Wilson County");
    countyField.options[104] = new Option("Woodson County","Woodson County");
    countyField.options[105] = new Option("Wyandotte County","Wyandotte County");
  }
  else if (stateValue == 'KY') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 121;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Adair County","Adair County");
    countyField.options[2] = new Option("Allen County","Allen County");
    countyField.options[3] = new Option("Anderson County","Anderson County");
    countyField.options[4] = new Option("Ballard County","Ballard County");
    countyField.options[5] = new Option("Barren County","Barren County");
    countyField.options[6] = new Option("Bath County","Bath County");
    countyField.options[7] = new Option("Bell County","Bell County");
    countyField.options[8] = new Option("Boone County","Boone County");
    countyField.options[9] = new Option("Bourbon County","Bourbon County");
    countyField.options[10] = new Option("Boyd County","Boyd County");
    countyField.options[11] = new Option("Boyle County","Boyle County");
    countyField.options[12] = new Option("Bracken County","Bracken County");
    countyField.options[13] = new Option("Breathitt County","Breathitt County");
    countyField.options[14] = new Option("Breckinridge County","Breckinridge County");
    countyField.options[15] = new Option("Bullitt County","Bullitt County");
    countyField.options[16] = new Option("Butler County","Butler County");
    countyField.options[17] = new Option("Caldwell County","Caldwell County");
    countyField.options[18] = new Option("Calloway County","Calloway County");
    countyField.options[19] = new Option("Campbell County","Campbell County");
    countyField.options[20] = new Option("Carlisle County","Carlisle County");
    countyField.options[21] = new Option("Carroll County","Carroll County");
    countyField.options[22] = new Option("Carter County","Carter County");
    countyField.options[23] = new Option("Casey County","Casey County");
    countyField.options[24] = new Option("Christian County","Christian County");
    countyField.options[25] = new Option("Clark County","Clark County");
    countyField.options[26] = new Option("Clay County","Clay County");
    countyField.options[27] = new Option("Clinton County","Clinton County");
    countyField.options[28] = new Option("Crittenden County","Crittenden County");
    countyField.options[29] = new Option("Cumberland County","Cumberland County");
    countyField.options[30] = new Option("Daviess County","Daviess County");
    countyField.options[31] = new Option("Edmonson County","Edmonson County");
    countyField.options[32] = new Option("Elliott County","Elliott County");
    countyField.options[33] = new Option("Estill County","Estill County");
    countyField.options[34] = new Option("Fayette County","Fayette County");
    countyField.options[35] = new Option("Fleming County","Fleming County");
    countyField.options[36] = new Option("Floyd County","Floyd County");
    countyField.options[37] = new Option("Franklin County","Franklin County");
    countyField.options[38] = new Option("Fulton County","Fulton County");
    countyField.options[39] = new Option("Gallatin County","Gallatin County");
    countyField.options[40] = new Option("Garrard County","Garrard County");
    countyField.options[41] = new Option("Grant County","Grant County");
    countyField.options[42] = new Option("Graves County","Graves County");
    countyField.options[43] = new Option("Grayson County","Grayson County");
    countyField.options[44] = new Option("Green County","Green County");
    countyField.options[45] = new Option("Greenup County","Greenup County");
    countyField.options[46] = new Option("Hancock County","Hancock County");
    countyField.options[47] = new Option("Hardin County","Hardin County");
    countyField.options[48] = new Option("Harlan County","Harlan County");
    countyField.options[49] = new Option("Harrison County","Harrison County");
    countyField.options[50] = new Option("Hart County","Hart County");
    countyField.options[51] = new Option("Henderson County","Henderson County");
    countyField.options[52] = new Option("Henry County","Henry County");
    countyField.options[53] = new Option("Hickman County","Hickman County");
    countyField.options[54] = new Option("Hopkins County","Hopkins County");
    countyField.options[55] = new Option("Jackson County","Jackson County");
    countyField.options[56] = new Option("Jefferson County","Jefferson County");
    countyField.options[57] = new Option("Jessamine County","Jessamine County");
    countyField.options[58] = new Option("Johnson County","Johnson County");
    countyField.options[59] = new Option("Kenton County","Kenton County");
    countyField.options[60] = new Option("Knott County","Knott County");
    countyField.options[61] = new Option("Knox County","Knox County");
    countyField.options[62] = new Option("Larue County","Larue County");
    countyField.options[63] = new Option("Laurel County","Laurel County");
    countyField.options[64] = new Option("Lawrence County","Lawrence County");
    countyField.options[65] = new Option("Lee County","Lee County");
    countyField.options[66] = new Option("Leslie County","Leslie County");
    countyField.options[67] = new Option("Letcher County","Letcher County");
    countyField.options[68] = new Option("Lewis County","Lewis County");
    countyField.options[69] = new Option("Lincoln County","Lincoln County");
    countyField.options[70] = new Option("Livingston County","Livingston County");
    countyField.options[71] = new Option("Logan County","Logan County");
    countyField.options[72] = new Option("Lyon County","Lyon County");
    countyField.options[73] = new Option("Madison County","Madison County");
    countyField.options[74] = new Option("Magoffin County","Magoffin County");
    countyField.options[75] = new Option("Marion County","Marion County");
    countyField.options[76] = new Option("Marshall County","Marshall County");
    countyField.options[77] = new Option("Martin County","Martin County");
    countyField.options[78] = new Option("Mason County","Mason County");
    countyField.options[79] = new Option("McCracken County","McCracken County");
    countyField.options[80] = new Option("McCreary County","McCreary County");
    countyField.options[81] = new Option("McLean County","McLean County");
    countyField.options[82] = new Option("Meade County","Meade County");
    countyField.options[83] = new Option("Menifee County","Menifee County");
    countyField.options[84] = new Option("Mercer County","Mercer County");
    countyField.options[85] = new Option("Metcalfe County","Metcalfe County");
    countyField.options[86] = new Option("Monroe County","Monroe County");
    countyField.options[87] = new Option("Montgomery County","Montgomery County");
    countyField.options[88] = new Option("Morgan County","Morgan County");
    countyField.options[89] = new Option("Muhlenberg County","Muhlenberg County");
    countyField.options[90] = new Option("Nelson County","Nelson County");
    countyField.options[91] = new Option("Nicholas County","Nicholas County");
    countyField.options[92] = new Option("Ohio County","Ohio County");
    countyField.options[93] = new Option("Oldham County","Oldham County");
    countyField.options[94] = new Option("Owen County","Owen County");
    countyField.options[95] = new Option("Owsley County","Owsley County");
    countyField.options[96] = new Option("Pendleton County","Pendleton County");
    countyField.options[97] = new Option("Perry County","Perry County");
    countyField.options[98] = new Option("Pike County","Pike County");
    countyField.options[99] = new Option("Powell County","Powell County");
    countyField.options[100] = new Option("Pulaski County","Pulaski County");
    countyField.options[101] = new Option("Robertson County","Robertson County");
    countyField.options[102] = new Option("Rockcastle County","Rockcastle County");
    countyField.options[103] = new Option("Rowan County","Rowan County");
    countyField.options[104] = new Option("Russell County","Russell County");
    countyField.options[105] = new Option("Scott County","Scott County");
    countyField.options[106] = new Option("Shelby County","Shelby County");
    countyField.options[107] = new Option("Simpson County","Simpson County");
    countyField.options[108] = new Option("Spencer County","Spencer County");
    countyField.options[109] = new Option("Taylor County","Taylor County");
    countyField.options[110] = new Option("Todd County","Todd County");
    countyField.options[111] = new Option("Trigg County","Trigg County");
    countyField.options[112] = new Option("Trimble County","Trimble County");
    countyField.options[113] = new Option("Union County","Union County");
    countyField.options[114] = new Option("Warren County","Warren County");
    countyField.options[115] = new Option("Washington County","Washington County");
    countyField.options[116] = new Option("Wayne County","Wayne County");
    countyField.options[117] = new Option("Webster County","Webster County");
    countyField.options[118] = new Option("Whitley County","Whitley County");
    countyField.options[119] = new Option("Wolfe County","Wolfe County");
    countyField.options[120] = new Option("Woodford County","Woodford County");
  }
  else if (stateValue == 'LA') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 65;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Acadia Parish","Acadia Parish");
    countyField.options[2] = new Option("Allen Parish","Allen Parish");
    countyField.options[3] = new Option("Ascension Parish","Ascension Parish");
    countyField.options[4] = new Option("Assumption Parish","Assumption Parish");
    countyField.options[5] = new Option("Avoyelles Parish","Avoyelles Parish");
    countyField.options[6] = new Option("Beauregard Parish","Beauregard Parish");
    countyField.options[7] = new Option("Bienville Parish","Bienville Parish");
    countyField.options[8] = new Option("Bossier Parish","Bossier Parish");
    countyField.options[9] = new Option("Caddo Parish","Caddo Parish");
    countyField.options[10] = new Option("Calcasieu Parish","Calcasieu Parish");
    countyField.options[11] = new Option("Caldwell Parish","Caldwell Parish");
    countyField.options[12] = new Option("Cameron Parish","Cameron Parish");
    countyField.options[13] = new Option("Catahoula Parish","Catahoula Parish");
    countyField.options[14] = new Option("Claiborne Parish","Claiborne Parish");
    countyField.options[15] = new Option("Concordia Parish","Concordia Parish");
    countyField.options[16] = new Option("De Soto Parish","De Soto Parish");
    countyField.options[17] = new Option("East Baton Rouge Parish","East Baton Rouge Parish");
    countyField.options[18] = new Option("East Carroll Parish","East Carroll Parish");
    countyField.options[19] = new Option("East Feliciana Parish","East Feliciana Parish");
    countyField.options[20] = new Option("Evangeline Parish","Evangeline Parish");
    countyField.options[21] = new Option("Franklin Parish","Franklin Parish");
    countyField.options[22] = new Option("Grant Parish","Grant Parish");
    countyField.options[23] = new Option("Iberia Parish","Iberia Parish");
    countyField.options[24] = new Option("Iberville Parish","Iberville Parish");
    countyField.options[25] = new Option("Jackson Parish","Jackson Parish");
    countyField.options[26] = new Option("Jefferson Davis Parish","Jefferson Davis Parish");
    countyField.options[27] = new Option("Jefferson Parish","Jefferson Parish");
    countyField.options[28] = new Option("La Salle Parish","La Salle Parish");
    countyField.options[29] = new Option("Lafayette Parish","Lafayette Parish");
    countyField.options[30] = new Option("Lafourche Parish","Lafourche Parish");
    countyField.options[31] = new Option("Lincoln Parish","Lincoln Parish");
    countyField.options[32] = new Option("Livingston Parish","Livingston Parish");
    countyField.options[33] = new Option("Madison Parish","Madison Parish");
    countyField.options[34] = new Option("Morehouse Parish","Morehouse Parish");
    countyField.options[35] = new Option("Natchitoches Parish","Natchitoches Parish");
    countyField.options[36] = new Option("Orleans Parish","Orleans Parish");
    countyField.options[37] = new Option("Ouachita Parish","Ouachita Parish");
    countyField.options[38] = new Option("Plaquemines Parish","Plaquemines Parish");
    countyField.options[39] = new Option("Pointe Coupee Parish","Pointe Coupee Parish");
    countyField.options[40] = new Option("Rapides Parish","Rapides Parish");
    countyField.options[41] = new Option("Red River Parish","Red River Parish");
    countyField.options[42] = new Option("Richland Parish","Richland Parish");
    countyField.options[43] = new Option("Sabine Parish","Sabine Parish");
    countyField.options[44] = new Option("St. Bernard Parish","St. Bernard Parish");
    countyField.options[45] = new Option("St. Charles Parish","St. Charles Parish");
    countyField.options[46] = new Option("St. Helena Parish","St. Helena Parish");
    countyField.options[47] = new Option("St. James Parish","St. James Parish");
    countyField.options[48] = new Option("St. John the Baptist Parish","St. John the Baptist Parish");
    countyField.options[49] = new Option("St. Landry Parish","St. Landry Parish");
    countyField.options[50] = new Option("St. Martin Parish","St. Martin Parish");
    countyField.options[51] = new Option("St. Mary Parish","St. Mary Parish");
    countyField.options[52] = new Option("St. Tammany Parish","St. Tammany Parish");
    countyField.options[53] = new Option("Tangipahoa Parish","Tangipahoa Parish");
    countyField.options[54] = new Option("Tensas Parish","Tensas Parish");
    countyField.options[55] = new Option("Terrebonne Parish","Terrebonne Parish");
    countyField.options[56] = new Option("Union Parish","Union Parish");
    countyField.options[57] = new Option("Vermilion Parish","Vermilion Parish");
    countyField.options[58] = new Option("Vernon Parish","Vernon Parish");
    countyField.options[59] = new Option("Washington Parish","Washington Parish");
    countyField.options[60] = new Option("Webster Parish","Webster Parish");
    countyField.options[61] = new Option("West Baton Rouge Parish","West Baton Rouge Parish");
    countyField.options[62] = new Option("West Carroll Parish","West Carroll Parish");
    countyField.options[63] = new Option("West Feliciana Parish","West Feliciana Parish");
    countyField.options[64] = new Option("Winn Parish","Winn Parish");
  }
  else if (stateValue == 'MA') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 15;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Barnstable County","Barnstable County");
    countyField.options[2] = new Option("Berkshire County","Berkshire County");
    countyField.options[3] = new Option("Bristol County","Bristol County");
    countyField.options[4] = new Option("Dukes County","Dukes County");
    countyField.options[5] = new Option("Essex County","Essex County");
    countyField.options[6] = new Option("Franklin County","Franklin County");
    countyField.options[7] = new Option("Hampden County","Hampden County");
    countyField.options[8] = new Option("Hampshire County","Hampshire County");
    countyField.options[9] = new Option("Middlesex County","Middlesex County");
    countyField.options[10] = new Option("Nantucket County","Nantucket County");
    countyField.options[11] = new Option("Norfolk County","Norfolk County");
    countyField.options[12] = new Option("Plymouth County","Plymouth County");
    countyField.options[13] = new Option("Suffolk County","Suffolk County");
    countyField.options[14] = new Option("Worcester County","Worcester County");
  }
  else if (stateValue == 'MD') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 25;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Allegany County","Allegany County");
    countyField.options[2] = new Option("Anne Arundel County","Anne Arundel County");
    countyField.options[3] = new Option("Baltimore City","Baltimore City");
    countyField.options[4] = new Option("Baltimore County","Baltimore County");
    countyField.options[5] = new Option("Calvert County","Calvert County");
    countyField.options[6] = new Option("Caroline County","Caroline County");
    countyField.options[7] = new Option("Carroll County","Carroll County");
    countyField.options[8] = new Option("Cecil County","Cecil County");
    countyField.options[9] = new Option("Charles County","Charles County");
    countyField.options[10] = new Option("Dorchester County","Dorchester County");
    countyField.options[11] = new Option("Frederick County","Frederick County");
    countyField.options[12] = new Option("Garrett County","Garrett County");
    countyField.options[13] = new Option("Harford County","Harford County");
    countyField.options[14] = new Option("Howard County","Howard County");
    countyField.options[15] = new Option("Kent County","Kent County");
    countyField.options[16] = new Option("Montgomery County","Montgomery County");
    countyField.options[17] = new Option("Prince George's County","Prince George's County");
    countyField.options[18] = new Option("Queen Anne's County","Queen Anne's County");
    countyField.options[19] = new Option("Somerset County","Somerset County");
    countyField.options[20] = new Option("St. Mary's County","St. Mary's County");
    countyField.options[21] = new Option("Talbot County","Talbot County");
    countyField.options[22] = new Option("Washington County","Washington County");
    countyField.options[23] = new Option("Wicomico County","Wicomico County");
    countyField.options[24] = new Option("Worcester County","Worcester County");
  }
  else if (stateValue == 'ME') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 17;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Androscoggin County","Androscoggin County");
    countyField.options[2] = new Option("Aroostook County","Aroostook County");
    countyField.options[3] = new Option("Cumberland County","Cumberland County");
    countyField.options[4] = new Option("Franklin County","Franklin County");
    countyField.options[5] = new Option("Hancock County","Hancock County");
    countyField.options[6] = new Option("Kennebec County","Kennebec County");
    countyField.options[7] = new Option("Knox County","Knox County");
    countyField.options[8] = new Option("Lincoln County","Lincoln County");
    countyField.options[9] = new Option("Oxford County","Oxford County");
    countyField.options[10] = new Option("Penobscot County","Penobscot County");
    countyField.options[11] = new Option("Piscataquis County","Piscataquis County");
    countyField.options[12] = new Option("Sagadahoc County","Sagadahoc County");
    countyField.options[13] = new Option("Somerset County","Somerset County");
    countyField.options[14] = new Option("Waldo County","Waldo County");
    countyField.options[15] = new Option("Washington County","Washington County");
    countyField.options[16] = new Option("York County","York County");
  }
  else if (stateValue == 'MI') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 84;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Alcona County","Alcona County");
    countyField.options[2] = new Option("Alger County","Alger County");
    countyField.options[3] = new Option("Allegan County","Allegan County");
    countyField.options[4] = new Option("Alpena County","Alpena County");
    countyField.options[5] = new Option("Antrim County","Antrim County");
    countyField.options[6] = new Option("Arenac County","Arenac County");
    countyField.options[7] = new Option("Baraga County","Baraga County");
    countyField.options[8] = new Option("Barry County","Barry County");
    countyField.options[9] = new Option("Bay County","Bay County");
    countyField.options[10] = new Option("Benzie County","Benzie County");
    countyField.options[11] = new Option("Berrien County","Berrien County");
    countyField.options[12] = new Option("Branch County","Branch County");
    countyField.options[13] = new Option("Calhoun County","Calhoun County");
    countyField.options[14] = new Option("Cass County","Cass County");
    countyField.options[15] = new Option("Charlevoix County","Charlevoix County");
    countyField.options[16] = new Option("Cheboygan County","Cheboygan County");
    countyField.options[17] = new Option("Chippewa County","Chippewa County");
    countyField.options[18] = new Option("Clare County","Clare County");
    countyField.options[19] = new Option("Clinton County","Clinton County");
    countyField.options[20] = new Option("Crawford County","Crawford County");
    countyField.options[21] = new Option("Delta County","Delta County");
    countyField.options[22] = new Option("Dickinson County","Dickinson County");
    countyField.options[23] = new Option("Eaton County","Eaton County");
    countyField.options[24] = new Option("Emmet County","Emmet County");
    countyField.options[25] = new Option("Genesee County","Genesee County");
    countyField.options[26] = new Option("Gladwin County","Gladwin County");
    countyField.options[27] = new Option("Gogebic County","Gogebic County");
    countyField.options[28] = new Option("Grand Traverse County","Grand Traverse County");
    countyField.options[29] = new Option("Gratiot County","Gratiot County");
    countyField.options[30] = new Option("Hillsdale County","Hillsdale County");
    countyField.options[31] = new Option("Houghton County","Houghton County");
    countyField.options[32] = new Option("Huron County","Huron County");
    countyField.options[33] = new Option("Ingham County","Ingham County");
    countyField.options[34] = new Option("Ionia County","Ionia County");
    countyField.options[35] = new Option("Iosco County","Iosco County");
    countyField.options[36] = new Option("Iron County","Iron County");
    countyField.options[37] = new Option("Isabella County","Isabella County");
    countyField.options[38] = new Option("Jackson County","Jackson County");
    countyField.options[39] = new Option("Kalamazoo County","Kalamazoo County");
    countyField.options[40] = new Option("Kalkaska County","Kalkaska County");
    countyField.options[41] = new Option("Kent County","Kent County");
    countyField.options[42] = new Option("Keweenaw County","Keweenaw County");
    countyField.options[43] = new Option("Lake County","Lake County");
    countyField.options[44] = new Option("Lapeer County","Lapeer County");
    countyField.options[45] = new Option("Leelanau County","Leelanau County");
    countyField.options[46] = new Option("Lenawee County","Lenawee County");
    countyField.options[47] = new Option("Livingston County","Livingston County");
    countyField.options[48] = new Option("Luce County","Luce County");
    countyField.options[49] = new Option("Mackinac County","Mackinac County");
    countyField.options[50] = new Option("Macomb County","Macomb County");
    countyField.options[51] = new Option("Manistee County","Manistee County");
    countyField.options[52] = new Option("Marquette County","Marquette County");
    countyField.options[53] = new Option("Mason County","Mason County");
    countyField.options[54] = new Option("Mecosta County","Mecosta County");
    countyField.options[55] = new Option("Menominee County","Menominee County");
    countyField.options[56] = new Option("Midland County","Midland County");
    countyField.options[57] = new Option("Missaukee County","Missaukee County");
    countyField.options[58] = new Option("Monroe County","Monroe County");
    countyField.options[59] = new Option("Montcalm County","Montcalm County");
    countyField.options[60] = new Option("Montmorency County","Montmorency County");
    countyField.options[61] = new Option("Muskegon County","Muskegon County");
    countyField.options[62] = new Option("Newaygo County","Newaygo County");
    countyField.options[63] = new Option("Oakland County","Oakland County");
    countyField.options[64] = new Option("Oceana County","Oceana County");
    countyField.options[65] = new Option("Ogemaw County","Ogemaw County");
    countyField.options[66] = new Option("Ontonagon County","Ontonagon County");
    countyField.options[67] = new Option("Osceola County","Osceola County");
    countyField.options[68] = new Option("Oscoda County","Oscoda County");
    countyField.options[69] = new Option("Otsego County","Otsego County");
    countyField.options[70] = new Option("Ottawa County","Ottawa County");
    countyField.options[71] = new Option("Presque Isle County","Presque Isle County");
    countyField.options[72] = new Option("Roscommon County","Roscommon County");
    countyField.options[73] = new Option("Saginaw County","Saginaw County");
    countyField.options[74] = new Option("Sanilac County","Sanilac County");
    countyField.options[75] = new Option("Schoolcraft County","Schoolcraft County");
    countyField.options[76] = new Option("Shiawassee County","Shiawassee County");
    countyField.options[77] = new Option("St. Clair County","St. Clair County");
    countyField.options[78] = new Option("St. Joseph County","St. Joseph County");
    countyField.options[79] = new Option("Tuscola County","Tuscola County");
    countyField.options[80] = new Option("Van Buren County","Van Buren County");
    countyField.options[81] = new Option("Washtenaw County","Washtenaw County");
    countyField.options[82] = new Option("Wayne County","Wayne County");
    countyField.options[83] = new Option("Wexford County","Wexford County");
  }
  else if (stateValue == 'MN') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 88;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Aitkin County","Aitkin County");
    countyField.options[2] = new Option("Anoka County","Anoka County");
    countyField.options[3] = new Option("Becker County","Becker County");
    countyField.options[4] = new Option("Beltrami County","Beltrami County");
    countyField.options[5] = new Option("Benton County","Benton County");
    countyField.options[6] = new Option("Big Stone County","Big Stone County");
    countyField.options[7] = new Option("Blue Earth County","Blue Earth County");
    countyField.options[8] = new Option("Brown County","Brown County");
    countyField.options[9] = new Option("Carlton County","Carlton County");
    countyField.options[10] = new Option("Carver County","Carver County");
    countyField.options[11] = new Option("Cass County","Cass County");
    countyField.options[12] = new Option("Chippewa County","Chippewa County");
    countyField.options[13] = new Option("Chisago County","Chisago County");
    countyField.options[14] = new Option("Clay County","Clay County");
    countyField.options[15] = new Option("Clearwater County","Clearwater County");
    countyField.options[16] = new Option("Cook County","Cook County");
    countyField.options[17] = new Option("Cottonwood County","Cottonwood County");
    countyField.options[18] = new Option("Crow Wing County","Crow Wing County");
    countyField.options[19] = new Option("Dakota County","Dakota County");
    countyField.options[20] = new Option("Dodge County","Dodge County");
    countyField.options[21] = new Option("Douglas County","Douglas County");
    countyField.options[22] = new Option("Faribault County","Faribault County");
    countyField.options[23] = new Option("Fillmore County","Fillmore County");
    countyField.options[24] = new Option("Freeborn County","Freeborn County");
    countyField.options[25] = new Option("Goodhue County","Goodhue County");
    countyField.options[26] = new Option("Grant County","Grant County");
    countyField.options[27] = new Option("Hennepin County","Hennepin County");
    countyField.options[28] = new Option("Houston County","Houston County");
    countyField.options[29] = new Option("Hubbard County","Hubbard County");
    countyField.options[30] = new Option("Isanti County","Isanti County");
    countyField.options[31] = new Option("Itasca County","Itasca County");
    countyField.options[32] = new Option("Jackson County","Jackson County");
    countyField.options[33] = new Option("Kanabec County","Kanabec County");
    countyField.options[34] = new Option("Kandiyohi County","Kandiyohi County");
    countyField.options[35] = new Option("Kittson County","Kittson County");
    countyField.options[36] = new Option("Koochiching County","Koochiching County");
    countyField.options[37] = new Option("Lac qui Parle County","Lac qui Parle County");
    countyField.options[38] = new Option("Lake County","Lake County");
    countyField.options[39] = new Option("Lake of the Woods County","Lake of the Woods County");
    countyField.options[40] = new Option("Le Sueur County","Le Sueur County");
    countyField.options[41] = new Option("Lincoln County","Lincoln County");
    countyField.options[42] = new Option("Lyon County","Lyon County");
    countyField.options[43] = new Option("Mahnomen County","Mahnomen County");
    countyField.options[44] = new Option("Marshall County","Marshall County");
    countyField.options[45] = new Option("Martin County","Martin County");
    countyField.options[46] = new Option("McLeod County","McLeod County");
    countyField.options[47] = new Option("Meeker County","Meeker County");
    countyField.options[48] = new Option("Mille Lacs County","Mille Lacs County");
    countyField.options[49] = new Option("Morrison County","Morrison County");
    countyField.options[50] = new Option("Mower County","Mower County");
    countyField.options[51] = new Option("Murray County","Murray County");
    countyField.options[52] = new Option("Nicollet County","Nicollet County");
    countyField.options[53] = new Option("Nobles County","Nobles County");
    countyField.options[54] = new Option("Norman County","Norman County");
    countyField.options[55] = new Option("Olmsted County","Olmsted County");
    countyField.options[56] = new Option("Otter Tail County","Otter Tail County");
    countyField.options[57] = new Option("Pennington County","Pennington County");
    countyField.options[58] = new Option("Pine County","Pine County");
    countyField.options[59] = new Option("Pipestone County","Pipestone County");
    countyField.options[60] = new Option("Polk County","Polk County");
    countyField.options[61] = new Option("Pope County","Pope County");
    countyField.options[62] = new Option("Ramsey County","Ramsey County");
    countyField.options[63] = new Option("Red Lake County","Red Lake County");
    countyField.options[64] = new Option("Redwood County","Redwood County");
    countyField.options[65] = new Option("Renville County","Renville County");
    countyField.options[66] = new Option("Rice County","Rice County");
    countyField.options[67] = new Option("Rock County","Rock County");
    countyField.options[68] = new Option("Roseau County","Roseau County");
    countyField.options[69] = new Option("Scott County","Scott County");
    countyField.options[70] = new Option("Sherburne County","Sherburne County");
    countyField.options[71] = new Option("Sibley County","Sibley County");
    countyField.options[72] = new Option("St. Louis County","St. Louis County");
    countyField.options[73] = new Option("Stearns County","Stearns County");
    countyField.options[74] = new Option("Steele County","Steele County");
    countyField.options[75] = new Option("Stevens County","Stevens County");
    countyField.options[76] = new Option("Swift County","Swift County");
    countyField.options[77] = new Option("Todd County","Todd County");
    countyField.options[78] = new Option("Traverse County","Traverse County");
    countyField.options[79] = new Option("Wabasha County","Wabasha County");
    countyField.options[80] = new Option("Wadena County","Wadena County");
    countyField.options[81] = new Option("Waseca County","Waseca County");
    countyField.options[82] = new Option("Washington County","Washington County");
    countyField.options[83] = new Option("Watonwan County","Watonwan County");
    countyField.options[84] = new Option("Wilkin County","Wilkin County");
    countyField.options[85] = new Option("Winona County","Winona County");
    countyField.options[86] = new Option("Wright County","Wright County");
    countyField.options[87] = new Option("Yellow Medicine County","Yellow Medicine County");
  }
  else if (stateValue == 'MO') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 116;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Adair County","Adair County");
    countyField.options[2] = new Option("Andrew County","Andrew County");
    countyField.options[3] = new Option("Atchison County","Atchison County");
    countyField.options[4] = new Option("Audrain County","Audrain County");
    countyField.options[5] = new Option("Barry County","Barry County");
    countyField.options[6] = new Option("Barton County","Barton County");
    countyField.options[7] = new Option("Bates County","Bates County");
    countyField.options[8] = new Option("Benton County","Benton County");
    countyField.options[9] = new Option("Bollinger County","Bollinger County");
    countyField.options[10] = new Option("Boone County","Boone County");
    countyField.options[11] = new Option("Buchanan County","Buchanan County");
    countyField.options[12] = new Option("Butler County","Butler County");
    countyField.options[13] = new Option("Caldwell County","Caldwell County");
    countyField.options[14] = new Option("Callaway County","Callaway County");
    countyField.options[15] = new Option("Camden County","Camden County");
    countyField.options[16] = new Option("Cape Girardeau County","Cape Girardeau County");
    countyField.options[17] = new Option("Carroll County","Carroll County");
    countyField.options[18] = new Option("Carter County","Carter County");
    countyField.options[19] = new Option("Cass County","Cass County");
    countyField.options[20] = new Option("Cedar County","Cedar County");
    countyField.options[21] = new Option("Chariton County","Chariton County");
    countyField.options[22] = new Option("Christian County","Christian County");
    countyField.options[23] = new Option("Clark County","Clark County");
    countyField.options[24] = new Option("Clay County","Clay County");
    countyField.options[25] = new Option("Clinton County","Clinton County");
    countyField.options[26] = new Option("Cole County","Cole County");
    countyField.options[27] = new Option("Cooper County","Cooper County");
    countyField.options[28] = new Option("Crawford County","Crawford County");
    countyField.options[29] = new Option("Dade County","Dade County");
    countyField.options[30] = new Option("Dallas County","Dallas County");
    countyField.options[31] = new Option("Daviess County","Daviess County");
    countyField.options[32] = new Option("DeKalb County","DeKalb County");
    countyField.options[33] = new Option("Dent County","Dent County");
    countyField.options[34] = new Option("Douglas County","Douglas County");
    countyField.options[35] = new Option("Dunklin County","Dunklin County");
    countyField.options[36] = new Option("Franklin County","Franklin County");
    countyField.options[37] = new Option("Gasconade County","Gasconade County");
    countyField.options[38] = new Option("Gentry County","Gentry County");
    countyField.options[39] = new Option("Greene County","Greene County");
    countyField.options[40] = new Option("Grundy County","Grundy County");
    countyField.options[41] = new Option("Harrison County","Harrison County");
    countyField.options[42] = new Option("Henry County","Henry County");
    countyField.options[43] = new Option("Hickory County","Hickory County");
    countyField.options[44] = new Option("Holt County","Holt County");
    countyField.options[45] = new Option("Howard County","Howard County");
    countyField.options[46] = new Option("Howell County","Howell County");
    countyField.options[47] = new Option("Iron County","Iron County");
    countyField.options[48] = new Option("Jackson County","Jackson County");
    countyField.options[49] = new Option("Jasper County","Jasper County");
    countyField.options[50] = new Option("Jefferson County","Jefferson County");
    countyField.options[51] = new Option("Johnson County","Johnson County");
    countyField.options[52] = new Option("Knox County","Knox County");
    countyField.options[53] = new Option("Laclede County","Laclede County");
    countyField.options[54] = new Option("Lafayette County","Lafayette County");
    countyField.options[55] = new Option("Lawrence County","Lawrence County");
    countyField.options[56] = new Option("Lewis County","Lewis County");
    countyField.options[57] = new Option("Lincoln County","Lincoln County");
    countyField.options[58] = new Option("Linn County","Linn County");
    countyField.options[59] = new Option("Livingston County","Livingston County");
    countyField.options[60] = new Option("Macon County","Macon County");
    countyField.options[61] = new Option("Madison County","Madison County");
    countyField.options[62] = new Option("Maries County","Maries County");
    countyField.options[63] = new Option("Marion County","Marion County");
    countyField.options[64] = new Option("McDonald County","McDonald County");
    countyField.options[65] = new Option("Mercer County","Mercer County");
    countyField.options[66] = new Option("Miller County","Miller County");
    countyField.options[67] = new Option("Mississippi County","Mississippi County");
    countyField.options[68] = new Option("Moniteau County","Moniteau County");
    countyField.options[69] = new Option("Monroe County","Monroe County");
    countyField.options[70] = new Option("Montgomery County","Montgomery County");
    countyField.options[71] = new Option("Morgan County","Morgan County");
    countyField.options[72] = new Option("New Madrid County","New Madrid County");
    countyField.options[73] = new Option("Newton County","Newton County");
    countyField.options[74] = new Option("Nodaway County","Nodaway County");
    countyField.options[75] = new Option("Oregon County","Oregon County");
    countyField.options[76] = new Option("Osage County","Osage County");
    countyField.options[77] = new Option("Ozark County","Ozark County");
    countyField.options[78] = new Option("Pemiscot County","Pemiscot County");
    countyField.options[79] = new Option("Perry County","Perry County");
    countyField.options[80] = new Option("Pettis County","Pettis County");
    countyField.options[81] = new Option("Phelps County","Phelps County");
    countyField.options[82] = new Option("Pike County","Pike County");
    countyField.options[83] = new Option("Platte County","Platte County");
    countyField.options[84] = new Option("Polk County","Polk County");
    countyField.options[85] = new Option("Pulaski County","Pulaski County");
    countyField.options[86] = new Option("Putnam County","Putnam County");
    countyField.options[87] = new Option("Ralls County","Ralls County");
    countyField.options[88] = new Option("Randolph County","Randolph County");
    countyField.options[89] = new Option("Ray County","Ray County");
    countyField.options[90] = new Option("Reynolds County","Reynolds County");
    countyField.options[91] = new Option("Ripley County","Ripley County");
    countyField.options[92] = new Option("Saline County","Saline County");
    countyField.options[93] = new Option("Schuyler County","Schuyler County");
    countyField.options[94] = new Option("Scotland County","Scotland County");
    countyField.options[95] = new Option("Scott County","Scott County");
    countyField.options[96] = new Option("Shannon County","Shannon County");
    countyField.options[97] = new Option("Shelby County","Shelby County");
    countyField.options[98] = new Option("St. Charles County","St. Charles County");
    countyField.options[99] = new Option("St. Clair County","St. Clair County");
    countyField.options[100] = new Option("St. Francois County","St. Francois County");
    countyField.options[101] = new Option("St. Louis City","St. Louis City");
    countyField.options[102] = new Option("St. Louis County","St. Louis County");
    countyField.options[103] = new Option("Ste. Genevieve County","Ste. Genevieve County");
    countyField.options[104] = new Option("Stoddard County","Stoddard County");
    countyField.options[105] = new Option("Stone County","Stone County");
    countyField.options[106] = new Option("Sullivan County","Sullivan County");
    countyField.options[107] = new Option("Taney County","Taney County");
    countyField.options[108] = new Option("Texas County","Texas County");
    countyField.options[109] = new Option("Vernon County","Vernon County");
    countyField.options[110] = new Option("Warren County","Warren County");
    countyField.options[111] = new Option("Washington County","Washington County");
    countyField.options[112] = new Option("Wayne County","Wayne County");
    countyField.options[113] = new Option("Webster County","Webster County");
    countyField.options[114] = new Option("Worth County","Worth County");
    countyField.options[115] = new Option("Wright County","Wright County");
  }
  else if (stateValue == 'MS') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 83;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Adams County","Adams County");
    countyField.options[2] = new Option("Alcorn County","Alcorn County");
    countyField.options[3] = new Option("Amite County","Amite County");
    countyField.options[4] = new Option("Attala County","Attala County");
    countyField.options[5] = new Option("Benton County","Benton County");
    countyField.options[6] = new Option("Bolivar County","Bolivar County");
    countyField.options[7] = new Option("Calhoun County","Calhoun County");
    countyField.options[8] = new Option("Carroll County","Carroll County");
    countyField.options[9] = new Option("Chickasaw County","Chickasaw County");
    countyField.options[10] = new Option("Choctaw County","Choctaw County");
    countyField.options[11] = new Option("Claiborne County","Claiborne County");
    countyField.options[12] = new Option("Clarke County","Clarke County");
    countyField.options[13] = new Option("Clay County","Clay County");
    countyField.options[14] = new Option("Coahoma County","Coahoma County");
    countyField.options[15] = new Option("Copiah County","Copiah County");
    countyField.options[16] = new Option("Covington County","Covington County");
    countyField.options[17] = new Option("DeSoto County","DeSoto County");
    countyField.options[18] = new Option("Forrest County","Forrest County");
    countyField.options[19] = new Option("Franklin County","Franklin County");
    countyField.options[20] = new Option("George County","George County");
    countyField.options[21] = new Option("Greene County","Greene County");
    countyField.options[22] = new Option("Grenada County","Grenada County");
    countyField.options[23] = new Option("Hancock County","Hancock County");
    countyField.options[24] = new Option("Harrison County","Harrison County");
    countyField.options[25] = new Option("Hinds County","Hinds County");
    countyField.options[26] = new Option("Holmes County","Holmes County");
    countyField.options[27] = new Option("Humphreys County","Humphreys County");
    countyField.options[28] = new Option("Issaquena County","Issaquena County");
    countyField.options[29] = new Option("Itawamba County","Itawamba County");
    countyField.options[30] = new Option("Jackson County","Jackson County");
    countyField.options[31] = new Option("Jasper County","Jasper County");
    countyField.options[32] = new Option("Jefferson County","Jefferson County");
    countyField.options[33] = new Option("Jefferson Davis County","Jefferson Davis County");
    countyField.options[34] = new Option("Jones County","Jones County");
    countyField.options[35] = new Option("Kemper County","Kemper County");
    countyField.options[36] = new Option("Lafayette County","Lafayette County");
    countyField.options[37] = new Option("Lamar County","Lamar County");
    countyField.options[38] = new Option("Lauderdale County","Lauderdale County");
    countyField.options[39] = new Option("Lawrence County","Lawrence County");
    countyField.options[40] = new Option("Leake County","Leake County");
    countyField.options[41] = new Option("Lee County","Lee County");
    countyField.options[42] = new Option("Leflore County","Leflore County");
    countyField.options[43] = new Option("Lincoln County","Lincoln County");
    countyField.options[44] = new Option("Lowndes County","Lowndes County");
    countyField.options[45] = new Option("Madison County","Madison County");
    countyField.options[46] = new Option("Marion County","Marion County");
    countyField.options[47] = new Option("Marshall County","Marshall County");
    countyField.options[48] = new Option("Monroe County","Monroe County");
    countyField.options[49] = new Option("Montgomery County","Montgomery County");
    countyField.options[50] = new Option("Neshoba County","Neshoba County");
    countyField.options[51] = new Option("Newton County","Newton County");
    countyField.options[52] = new Option("Noxubee County","Noxubee County");
    countyField.options[53] = new Option("Oktibbeha County","Oktibbeha County");
    countyField.options[54] = new Option("Panola County","Panola County");
    countyField.options[55] = new Option("Pearl River County","Pearl River County");
    countyField.options[56] = new Option("Perry County","Perry County");
    countyField.options[57] = new Option("Pike County","Pike County");
    countyField.options[58] = new Option("Pontotoc County","Pontotoc County");
    countyField.options[59] = new Option("Prentiss County","Prentiss County");
    countyField.options[60] = new Option("Quitman County","Quitman County");
    countyField.options[61] = new Option("Rankin County","Rankin County");
    countyField.options[62] = new Option("Scott County","Scott County");
    countyField.options[63] = new Option("Sharkey County","Sharkey County");
    countyField.options[64] = new Option("Simpson County","Simpson County");
    countyField.options[65] = new Option("Smith County","Smith County");
    countyField.options[66] = new Option("Stone County","Stone County");
    countyField.options[67] = new Option("Sunflower County","Sunflower County");
    countyField.options[68] = new Option("Tallahatchie County","Tallahatchie County");
    countyField.options[69] = new Option("Tate County","Tate County");
    countyField.options[70] = new Option("Tippah County","Tippah County");
    countyField.options[71] = new Option("Tishomingo County","Tishomingo County");
    countyField.options[72] = new Option("Tunica County","Tunica County");
    countyField.options[73] = new Option("Union County","Union County");
    countyField.options[74] = new Option("Walthall County","Walthall County");
    countyField.options[75] = new Option("Warren County","Warren County");
    countyField.options[76] = new Option("Washington County","Washington County");
    countyField.options[77] = new Option("Wayne County","Wayne County");
    countyField.options[78] = new Option("Webster County","Webster County");
    countyField.options[79] = new Option("Wilkinson County","Wilkinson County");
    countyField.options[80] = new Option("Winston County","Winston County");
    countyField.options[81] = new Option("Yalobusha County","Yalobusha County");
    countyField.options[82] = new Option("Yazoo County","Yazoo County");
  }
  else if (stateValue == 'MT') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 57;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Beaverhead County","Beaverhead County");
    countyField.options[2] = new Option("Big Horn County","Big Horn County");
    countyField.options[3] = new Option("Blaine County","Blaine County");
    countyField.options[4] = new Option("Broadwater County","Broadwater County");
    countyField.options[5] = new Option("Carbon County","Carbon County");
    countyField.options[6] = new Option("Carter County","Carter County");
    countyField.options[7] = new Option("Cascade County","Cascade County");
    countyField.options[8] = new Option("Chouteau County","Chouteau County");
    countyField.options[9] = new Option("Custer County","Custer County");
    countyField.options[10] = new Option("Daniels County","Daniels County");
    countyField.options[11] = new Option("Dawson County","Dawson County");
    countyField.options[12] = new Option("Deer Lodge County","Deer Lodge County");
    countyField.options[13] = new Option("Fallon County","Fallon County");
    countyField.options[14] = new Option("Fergus County","Fergus County");
    countyField.options[15] = new Option("Flathead County","Flathead County");
    countyField.options[16] = new Option("Gallatin County","Gallatin County");
    countyField.options[17] = new Option("Garfield County","Garfield County");
    countyField.options[18] = new Option("Glacier County","Glacier County");
    countyField.options[19] = new Option("Golden Valley County","Golden Valley County");
    countyField.options[20] = new Option("Granite County","Granite County");
    countyField.options[21] = new Option("Hill County","Hill County");
    countyField.options[22] = new Option("Jefferson County","Jefferson County");
    countyField.options[23] = new Option("Judith Basin County","Judith Basin County");
    countyField.options[24] = new Option("Lake County","Lake County");
    countyField.options[25] = new Option("Lewis and Clark County","Lewis and Clark County");
    countyField.options[26] = new Option("Liberty County","Liberty County");
    countyField.options[27] = new Option("Lincoln County","Lincoln County");
    countyField.options[28] = new Option("Madison County","Madison County");
    countyField.options[29] = new Option("McCone County","McCone County");
    countyField.options[30] = new Option("Meagher County","Meagher County");
    countyField.options[31] = new Option("Mineral County","Mineral County");
    countyField.options[32] = new Option("Missoula County","Missoula County");
    countyField.options[33] = new Option("Musselshell County","Musselshell County");
    countyField.options[34] = new Option("Park County","Park County");
    countyField.options[35] = new Option("Petroleum County","Petroleum County");
    countyField.options[36] = new Option("Phillips County","Phillips County");
    countyField.options[37] = new Option("Pondera County","Pondera County");
    countyField.options[38] = new Option("Powder River County","Powder River County");
    countyField.options[39] = new Option("Powell County","Powell County");
    countyField.options[40] = new Option("Prairie County","Prairie County");
    countyField.options[41] = new Option("Ravalli County","Ravalli County");
    countyField.options[42] = new Option("Richland County","Richland County");
    countyField.options[43] = new Option("Roosevelt County","Roosevelt County");
    countyField.options[44] = new Option("Rosebud County","Rosebud County");
    countyField.options[45] = new Option("Sanders County","Sanders County");
    countyField.options[46] = new Option("Sheridan County","Sheridan County");
    countyField.options[47] = new Option("Silver Bow County","Silver Bow County");
    countyField.options[48] = new Option("Stillwater County","Stillwater County");
    countyField.options[49] = new Option("Sweet Grass County","Sweet Grass County");
    countyField.options[50] = new Option("Teton County","Teton County");
    countyField.options[51] = new Option("Toole County","Toole County");
    countyField.options[52] = new Option("Treasure County","Treasure County");
    countyField.options[53] = new Option("Valley County","Valley County");
    countyField.options[54] = new Option("Wheatland County","Wheatland County");
    countyField.options[55] = new Option("Wibaux County","Wibaux County");
    countyField.options[56] = new Option("Yellowstone County","Yellowstone County");
  }
  else if (stateValue == 'NC') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 101;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Alamance County","Alamance County");
    countyField.options[2] = new Option("Alexander County","Alexander County");
    countyField.options[3] = new Option("Alleghany County","Alleghany County");
    countyField.options[4] = new Option("Anson County","Anson County");
    countyField.options[5] = new Option("Ashe County","Ashe County");
    countyField.options[6] = new Option("Avery County","Avery County");
    countyField.options[7] = new Option("Beaufort County","Beaufort County");
    countyField.options[8] = new Option("Bertie County","Bertie County");
    countyField.options[9] = new Option("Bladen County","Bladen County");
    countyField.options[10] = new Option("Brunswick County","Brunswick County");
    countyField.options[11] = new Option("Buncombe County","Buncombe County");
    countyField.options[12] = new Option("Burke County","Burke County");
    countyField.options[13] = new Option("Cabarrus County","Cabarrus County");
    countyField.options[14] = new Option("Caldwell County","Caldwell County");
    countyField.options[15] = new Option("Camden County","Camden County");
    countyField.options[16] = new Option("Carteret County","Carteret County");
    countyField.options[17] = new Option("Caswell County","Caswell County");
    countyField.options[18] = new Option("Catawba County","Catawba County");
    countyField.options[19] = new Option("Chatham County","Chatham County");
    countyField.options[20] = new Option("Cherokee County","Cherokee County");
    countyField.options[21] = new Option("Chowan County","Chowan County");
    countyField.options[22] = new Option("Clay County","Clay County");
    countyField.options[23] = new Option("Cleveland County","Cleveland County");
    countyField.options[24] = new Option("Columbus County","Columbus County");
    countyField.options[25] = new Option("Craven County","Craven County");
    countyField.options[26] = new Option("Cumberland County","Cumberland County");
    countyField.options[27] = new Option("Currituck County","Currituck County");
    countyField.options[28] = new Option("Dare County","Dare County");
    countyField.options[29] = new Option("Davidson County","Davidson County");
    countyField.options[30] = new Option("Davie County","Davie County");
    countyField.options[31] = new Option("Duplin County","Duplin County");
    countyField.options[32] = new Option("Durham County","Durham County");
    countyField.options[33] = new Option("Edgecombe County","Edgecombe County");
    countyField.options[34] = new Option("Forsyth County","Forsyth County");
    countyField.options[35] = new Option("Franklin County","Franklin County");
    countyField.options[36] = new Option("Gaston County","Gaston County");
    countyField.options[37] = new Option("Gates County","Gates County");
    countyField.options[38] = new Option("Graham County","Graham County");
    countyField.options[39] = new Option("Granville County","Granville County");
    countyField.options[40] = new Option("Greene County","Greene County");
    countyField.options[41] = new Option("Guilford County","Guilford County");
    countyField.options[42] = new Option("Halifax County","Halifax County");
    countyField.options[43] = new Option("Harnett County","Harnett County");
    countyField.options[44] = new Option("Haywood County","Haywood County");
    countyField.options[45] = new Option("Henderson County","Henderson County");
    countyField.options[46] = new Option("Hertford County","Hertford County");
    countyField.options[47] = new Option("Hoke County","Hoke County");
    countyField.options[48] = new Option("Hyde County","Hyde County");
    countyField.options[49] = new Option("Iredell County","Iredell County");
    countyField.options[50] = new Option("Jackson County","Jackson County");
    countyField.options[51] = new Option("Johnston County","Johnston County");
    countyField.options[52] = new Option("Jones County","Jones County");
    countyField.options[53] = new Option("Lee County","Lee County");
    countyField.options[54] = new Option("Lenoir County","Lenoir County");
    countyField.options[55] = new Option("Lincoln County","Lincoln County");
    countyField.options[56] = new Option("Macon County","Macon County");
    countyField.options[57] = new Option("Madison County","Madison County");
    countyField.options[58] = new Option("Martin County","Martin County");
    countyField.options[59] = new Option("McDowell County","McDowell County");
    countyField.options[60] = new Option("Mecklenburg County","Mecklenburg County");
    countyField.options[61] = new Option("Mitchell County","Mitchell County");
    countyField.options[62] = new Option("Montgomery County","Montgomery County");
    countyField.options[63] = new Option("Moore County","Moore County");
    countyField.options[64] = new Option("Nash County","Nash County");
    countyField.options[65] = new Option("New Hanover County","New Hanover County");
    countyField.options[66] = new Option("Northampton County","Northampton County");
    countyField.options[67] = new Option("Onslow County","Onslow County");
    countyField.options[68] = new Option("Orange County","Orange County");
    countyField.options[69] = new Option("Pamlico County","Pamlico County");
    countyField.options[70] = new Option("Pasquotank County","Pasquotank County");
    countyField.options[71] = new Option("Pender County","Pender County");
    countyField.options[72] = new Option("Perquimans County","Perquimans County");
    countyField.options[73] = new Option("Person County","Person County");
    countyField.options[74] = new Option("Pitt County","Pitt County");
    countyField.options[75] = new Option("Polk County","Polk County");
    countyField.options[76] = new Option("Randolph County","Randolph County");
    countyField.options[77] = new Option("Richmond County","Richmond County");
    countyField.options[78] = new Option("Robeson County","Robeson County");
    countyField.options[79] = new Option("Rockingham County","Rockingham County");
    countyField.options[80] = new Option("Rowan County","Rowan County");
    countyField.options[81] = new Option("Rutherford County","Rutherford County");
    countyField.options[82] = new Option("Sampson County","Sampson County");
    countyField.options[83] = new Option("Scotland County","Scotland County");
    countyField.options[84] = new Option("Stanly County","Stanly County");
    countyField.options[85] = new Option("Stokes County","Stokes County");
    countyField.options[86] = new Option("Surry County","Surry County");
    countyField.options[87] = new Option("Swain County","Swain County");
    countyField.options[88] = new Option("Transylvania County","Transylvania County");
    countyField.options[89] = new Option("Tyrrell County","Tyrrell County");
    countyField.options[90] = new Option("Union County","Union County");
    countyField.options[91] = new Option("Vance County","Vance County");
    countyField.options[92] = new Option("Wake County","Wake County");
    countyField.options[93] = new Option("Warren County","Warren County");
    countyField.options[94] = new Option("Washington County","Washington County");
    countyField.options[95] = new Option("Watauga County","Watauga County");
    countyField.options[96] = new Option("Wayne County","Wayne County");
    countyField.options[97] = new Option("Wilkes County","Wilkes County");
    countyField.options[98] = new Option("Wilson County","Wilson County");
    countyField.options[99] = new Option("Yadkin County","Yadkin County");
    countyField.options[100] = new Option("Yancey County","Yancey County");
  }
  else if (stateValue == 'ND') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 54;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Adams County","Adams County");
    countyField.options[2] = new Option("Barnes County","Barnes County");
    countyField.options[3] = new Option("Benson County","Benson County");
    countyField.options[4] = new Option("Billings County","Billings County");
    countyField.options[5] = new Option("Bottineau County","Bottineau County");
    countyField.options[6] = new Option("Bowman County","Bowman County");
    countyField.options[7] = new Option("Burke County","Burke County");
    countyField.options[8] = new Option("Burleigh County","Burleigh County");
    countyField.options[9] = new Option("Cass County","Cass County");
    countyField.options[10] = new Option("Cavalier County","Cavalier County");
    countyField.options[11] = new Option("Dickey County","Dickey County");
    countyField.options[12] = new Option("Divide County","Divide County");
    countyField.options[13] = new Option("Dunn County","Dunn County");
    countyField.options[14] = new Option("Eddy County","Eddy County");
    countyField.options[15] = new Option("Emmons County","Emmons County");
    countyField.options[16] = new Option("Foster County","Foster County");
    countyField.options[17] = new Option("Golden Valley County","Golden Valley County");
    countyField.options[18] = new Option("Grand Forks County","Grand Forks County");
    countyField.options[19] = new Option("Grant County","Grant County");
    countyField.options[20] = new Option("Griggs County","Griggs County");
    countyField.options[21] = new Option("Hettinger County","Hettinger County");
    countyField.options[22] = new Option("Kidder County","Kidder County");
    countyField.options[23] = new Option("LaMoure County","LaMoure County");
    countyField.options[24] = new Option("Logan County","Logan County");
    countyField.options[25] = new Option("McHenry County","McHenry County");
    countyField.options[26] = new Option("McIntosh County","McIntosh County");
    countyField.options[27] = new Option("McKenzie County","McKenzie County");
    countyField.options[28] = new Option("McLean County","McLean County");
    countyField.options[29] = new Option("Mercer County","Mercer County");
    countyField.options[30] = new Option("Morton County","Morton County");
    countyField.options[31] = new Option("Mountrail County","Mountrail County");
    countyField.options[32] = new Option("Nelson County","Nelson County");
    countyField.options[33] = new Option("Oliver County","Oliver County");
    countyField.options[34] = new Option("Pembina County","Pembina County");
    countyField.options[35] = new Option("Pierce County","Pierce County");
    countyField.options[36] = new Option("Ramsey County","Ramsey County");
    countyField.options[37] = new Option("Ransom County","Ransom County");
    countyField.options[38] = new Option("Renville County","Renville County");
    countyField.options[39] = new Option("Richland County","Richland County");
    countyField.options[40] = new Option("Rolette County","Rolette County");
    countyField.options[41] = new Option("Sargent County","Sargent County");
    countyField.options[42] = new Option("Sheridan County","Sheridan County");
    countyField.options[43] = new Option("Sioux County","Sioux County");
    countyField.options[44] = new Option("Slope County","Slope County");
    countyField.options[45] = new Option("Stark County","Stark County");
    countyField.options[46] = new Option("Steele County","Steele County");
    countyField.options[47] = new Option("Stutsman County","Stutsman County");
    countyField.options[48] = new Option("Towner County","Towner County");
    countyField.options[49] = new Option("Traill County","Traill County");
    countyField.options[50] = new Option("Walsh County","Walsh County");
    countyField.options[51] = new Option("Ward County","Ward County");
    countyField.options[52] = new Option("Wells County","Wells County");
    countyField.options[53] = new Option("Williams County","Williams County");
  }
  else if (stateValue == 'NE') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 94;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Adams County","Adams County");
    countyField.options[2] = new Option("Antelope County","Antelope County");
    countyField.options[3] = new Option("Arthur County","Arthur County");
    countyField.options[4] = new Option("Banner County","Banner County");
    countyField.options[5] = new Option("Blaine County","Blaine County");
    countyField.options[6] = new Option("Boone County","Boone County");
    countyField.options[7] = new Option("Box Butte County","Box Butte County");
    countyField.options[8] = new Option("Boyd County","Boyd County");
    countyField.options[9] = new Option("Brown County","Brown County");
    countyField.options[10] = new Option("Buffalo County","Buffalo County");
    countyField.options[11] = new Option("Burt County","Burt County");
    countyField.options[12] = new Option("Butler County","Butler County");
    countyField.options[13] = new Option("Cass County","Cass County");
    countyField.options[14] = new Option("Cedar County","Cedar County");
    countyField.options[15] = new Option("Chase County","Chase County");
    countyField.options[16] = new Option("Cherry County","Cherry County");
    countyField.options[17] = new Option("Cheyenne County","Cheyenne County");
    countyField.options[18] = new Option("Clay County","Clay County");
    countyField.options[19] = new Option("Colfax County","Colfax County");
    countyField.options[20] = new Option("Cuming County","Cuming County");
    countyField.options[21] = new Option("Custer County","Custer County");
    countyField.options[22] = new Option("Dakota County","Dakota County");
    countyField.options[23] = new Option("Dawes County","Dawes County");
    countyField.options[24] = new Option("Dawson County","Dawson County");
    countyField.options[25] = new Option("Deuel County","Deuel County");
    countyField.options[26] = new Option("Dixon County","Dixon County");
    countyField.options[27] = new Option("Dodge County","Dodge County");
    countyField.options[28] = new Option("Douglas County","Douglas County");
    countyField.options[29] = new Option("Dundy County","Dundy County");
    countyField.options[30] = new Option("Fillmore County","Fillmore County");
    countyField.options[31] = new Option("Franklin County","Franklin County");
    countyField.options[32] = new Option("Frontier County","Frontier County");
    countyField.options[33] = new Option("Furnas County","Furnas County");
    countyField.options[34] = new Option("Gage County","Gage County");
    countyField.options[35] = new Option("Garden County","Garden County");
    countyField.options[36] = new Option("Garfield County","Garfield County");
    countyField.options[37] = new Option("Gosper County","Gosper County");
    countyField.options[38] = new Option("Grant County","Grant County");
    countyField.options[39] = new Option("Greeley County","Greeley County");
    countyField.options[40] = new Option("Hall County","Hall County");
    countyField.options[41] = new Option("Hamilton County","Hamilton County");
    countyField.options[42] = new Option("Harlan County","Harlan County");
    countyField.options[43] = new Option("Hayes County","Hayes County");
    countyField.options[44] = new Option("Hitchcock County","Hitchcock County");
    countyField.options[45] = new Option("Holt County","Holt County");
    countyField.options[46] = new Option("Hooker County","Hooker County");
    countyField.options[47] = new Option("Howard County","Howard County");
    countyField.options[48] = new Option("Jefferson County","Jefferson County");
    countyField.options[49] = new Option("Johnson County","Johnson County");
    countyField.options[50] = new Option("Kearney County","Kearney County");
    countyField.options[51] = new Option("Keith County","Keith County");
    countyField.options[52] = new Option("Keya Paha County","Keya Paha County");
    countyField.options[53] = new Option("Kimball County","Kimball County");
    countyField.options[54] = new Option("Knox County","Knox County");
    countyField.options[55] = new Option("Lancaster County","Lancaster County");
    countyField.options[56] = new Option("Lincoln County","Lincoln County");
    countyField.options[57] = new Option("Logan County","Logan County");
    countyField.options[58] = new Option("Loup County","Loup County");
    countyField.options[59] = new Option("Madison County","Madison County");
    countyField.options[60] = new Option("McPherson County","McPherson County");
    countyField.options[61] = new Option("Merrick County","Merrick County");
    countyField.options[62] = new Option("Morrill County","Morrill County");
    countyField.options[63] = new Option("Nance County","Nance County");
    countyField.options[64] = new Option("Nemaha County","Nemaha County");
    countyField.options[65] = new Option("Nuckolls County","Nuckolls County");
    countyField.options[66] = new Option("Otoe County","Otoe County");
    countyField.options[67] = new Option("Pawnee County","Pawnee County");
    countyField.options[68] = new Option("Perkins County","Perkins County");
    countyField.options[69] = new Option("Phelps County","Phelps County");
    countyField.options[70] = new Option("Pierce County","Pierce County");
    countyField.options[71] = new Option("Platte County","Platte County");
    countyField.options[72] = new Option("Polk County","Polk County");
    countyField.options[73] = new Option("Red Willow County","Red Willow County");
    countyField.options[74] = new Option("Richardson County","Richardson County");
    countyField.options[75] = new Option("Rock County","Rock County");
    countyField.options[76] = new Option("Saline County","Saline County");
    countyField.options[77] = new Option("Sarpy County","Sarpy County");
    countyField.options[78] = new Option("Saunders County","Saunders County");
    countyField.options[79] = new Option("Scotts Bluff County","Scotts Bluff County");
    countyField.options[80] = new Option("Seward County","Seward County");
    countyField.options[81] = new Option("Sheridan County","Sheridan County");
    countyField.options[82] = new Option("Sherman County","Sherman County");
    countyField.options[83] = new Option("Sioux County","Sioux County");
    countyField.options[84] = new Option("Stanton County","Stanton County");
    countyField.options[85] = new Option("Thayer County","Thayer County");
    countyField.options[86] = new Option("Thomas County","Thomas County");
    countyField.options[87] = new Option("Thurston County","Thurston County");
    countyField.options[88] = new Option("Valley County","Valley County");
    countyField.options[89] = new Option("Washington County","Washington County");
    countyField.options[90] = new Option("Wayne County","Wayne County");
    countyField.options[91] = new Option("Webster County","Webster County");
    countyField.options[92] = new Option("Wheeler County","Wheeler County");
    countyField.options[93] = new Option("York County","York County");
  }
  else if (stateValue == 'NH') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 11;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Belknap County","Belknap County");
    countyField.options[2] = new Option("Carroll County","Carroll County");
    countyField.options[3] = new Option("Cheshire County","Cheshire County");
    countyField.options[4] = new Option("Coos County","Coos County");
    countyField.options[5] = new Option("Grafton County","Grafton County");
    countyField.options[6] = new Option("Hillsborough County","Hillsborough County");
    countyField.options[7] = new Option("Merrimack County","Merrimack County");
    countyField.options[8] = new Option("Rockingham County","Rockingham County");
    countyField.options[9] = new Option("Strafford County","Strafford County");
    countyField.options[10] = new Option("Sullivan County","Sullivan County");
  }
  else if (stateValue == 'NJ') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 22;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Atlantic County","Atlantic County");
    countyField.options[2] = new Option("Bergen County","Bergen County");
    countyField.options[3] = new Option("Burlington County","Burlington County");
    countyField.options[4] = new Option("Camden County","Camden County");
    countyField.options[5] = new Option("Cape May County","Cape May County");
    countyField.options[6] = new Option("Cumberland County","Cumberland County");
    countyField.options[7] = new Option("Essex County","Essex County");
    countyField.options[8] = new Option("Gloucester County","Gloucester County");
    countyField.options[9] = new Option("Hudson County","Hudson County");
    countyField.options[10] = new Option("Hunterdon County","Hunterdon County");
    countyField.options[11] = new Option("Mercer County","Mercer County");
    countyField.options[12] = new Option("Middlesex County","Middlesex County");
    countyField.options[13] = new Option("Monmouth County","Monmouth County");
    countyField.options[14] = new Option("Morris County","Morris County");
    countyField.options[15] = new Option("Ocean County","Ocean County");
    countyField.options[16] = new Option("Passaic County","Passaic County");
    countyField.options[17] = new Option("Salem County","Salem County");
    countyField.options[18] = new Option("Somerset County","Somerset County");
    countyField.options[19] = new Option("Sussex County","Sussex County");
    countyField.options[20] = new Option("Union County","Union County");
    countyField.options[21] = new Option("Warren County","Warren County");
  }
  else if (stateValue == 'NM') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 34;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Bernalillo County","Bernalillo County");
    countyField.options[2] = new Option("Catron County","Catron County");
    countyField.options[3] = new Option("Chaves County","Chaves County");
    countyField.options[4] = new Option("Cibola County","Cibola County");
    countyField.options[5] = new Option("Colfax County","Colfax County");
    countyField.options[6] = new Option("Curry County","Curry County");
    countyField.options[7] = new Option("De Baca County","De Baca County");
    countyField.options[8] = new Option("Dona Ana County","Dona Ana County");
    countyField.options[9] = new Option("Eddy County","Eddy County");
    countyField.options[10] = new Option("Grant County","Grant County");
    countyField.options[11] = new Option("Guadalupe County","Guadalupe County");
    countyField.options[12] = new Option("Harding County","Harding County");
    countyField.options[13] = new Option("Hidalgo County","Hidalgo County");
    countyField.options[14] = new Option("Lea County","Lea County");
    countyField.options[15] = new Option("Lincoln County","Lincoln County");
    countyField.options[16] = new Option("Los Alamos County","Los Alamos County");
    countyField.options[17] = new Option("Luna County","Luna County");
    countyField.options[18] = new Option("McKinley County","McKinley County");
    countyField.options[19] = new Option("Mora County","Mora County");
    countyField.options[20] = new Option("Otero County","Otero County");
    countyField.options[21] = new Option("Quay County","Quay County");
    countyField.options[22] = new Option("Rio Arriba County","Rio Arriba County");
    countyField.options[23] = new Option("Roosevelt County","Roosevelt County");
    countyField.options[24] = new Option("San Juan County","San Juan County");
    countyField.options[25] = new Option("San Miguel County","San Miguel County");
    countyField.options[26] = new Option("Sandoval County","Sandoval County");
    countyField.options[27] = new Option("Santa Fe County","Santa Fe County");
    countyField.options[28] = new Option("Sierra County","Sierra County");
    countyField.options[29] = new Option("Socorro County","Socorro County");
    countyField.options[30] = new Option("Taos County","Taos County");
    countyField.options[31] = new Option("Torrance County","Torrance County");
    countyField.options[32] = new Option("Union County","Union County");
    countyField.options[33] = new Option("Valencia County","Valencia County");
  }
  else if (stateValue == 'NV') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 18;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Carson City","Carson City");
    countyField.options[2] = new Option("Churchill County","Churchill County");
    countyField.options[3] = new Option("Clark County","Clark County");
    countyField.options[4] = new Option("Douglas County","Douglas County");
    countyField.options[5] = new Option("Elko County","Elko County");
    countyField.options[6] = new Option("Esmeralda County","Esmeralda County");
    countyField.options[7] = new Option("Eureka County","Eureka County");
    countyField.options[8] = new Option("Humboldt County","Humboldt County");
    countyField.options[9] = new Option("Lander County","Lander County");
    countyField.options[10] = new Option("Lincoln County","Lincoln County");
    countyField.options[11] = new Option("Lyon County","Lyon County");
    countyField.options[12] = new Option("Mineral County","Mineral County");
    countyField.options[13] = new Option("Nye County","Nye County");
    countyField.options[14] = new Option("Pershing County","Pershing County");
    countyField.options[15] = new Option("Storey County","Storey County");
    countyField.options[16] = new Option("Washoe County","Washoe County");
    countyField.options[17] = new Option("White Pine County","White Pine County");
  }
  else if (stateValue == 'NY') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 63;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Albany County","Albany County");
    countyField.options[2] = new Option("Allegany County","Allegany County");
    countyField.options[3] = new Option("Bronx County","Bronx County");
    countyField.options[4] = new Option("Broome County","Broome County");
    countyField.options[5] = new Option("Cattaraugus County","Cattaraugus County");
    countyField.options[6] = new Option("Cayuga County","Cayuga County");
    countyField.options[7] = new Option("Chautauqua County","Chautauqua County");
    countyField.options[8] = new Option("Chemung County","Chemung County");
    countyField.options[9] = new Option("Chenango County","Chenango County");
    countyField.options[10] = new Option("Clinton County","Clinton County");
    countyField.options[11] = new Option("Columbia County","Columbia County");
    countyField.options[12] = new Option("Cortland County","Cortland County");
    countyField.options[13] = new Option("Delaware County","Delaware County");
    countyField.options[14] = new Option("Dutchess County","Dutchess County");
    countyField.options[15] = new Option("Erie County","Erie County");
    countyField.options[16] = new Option("Essex County","Essex County");
    countyField.options[17] = new Option("Franklin County","Franklin County");
    countyField.options[18] = new Option("Fulton County","Fulton County");
    countyField.options[19] = new Option("Genesee County","Genesee County");
    countyField.options[20] = new Option("Greene County","Greene County");
    countyField.options[21] = new Option("Hamilton County","Hamilton County");
    countyField.options[22] = new Option("Herkimer County","Herkimer County");
    countyField.options[23] = new Option("Jefferson County","Jefferson County");
    countyField.options[24] = new Option("Kings County","Kings County");
    countyField.options[25] = new Option("Lewis County","Lewis County");
    countyField.options[26] = new Option("Livingston County","Livingston County");
    countyField.options[27] = new Option("Madison County","Madison County");
    countyField.options[28] = new Option("Monroe County","Monroe County");
    countyField.options[29] = new Option("Montgomery County","Montgomery County");
    countyField.options[30] = new Option("Nassau County","Nassau County");
    countyField.options[31] = new Option("New York County","New York County");
    countyField.options[32] = new Option("Niagara County","Niagara County");
    countyField.options[33] = new Option("Oneida County","Oneida County");
    countyField.options[34] = new Option("Onondaga County","Onondaga County");
    countyField.options[35] = new Option("Ontario County","Ontario County");
    countyField.options[36] = new Option("Orange County","Orange County");
    countyField.options[37] = new Option("Orleans County","Orleans County");
    countyField.options[38] = new Option("Oswego County","Oswego County");
    countyField.options[39] = new Option("Otsego County","Otsego County");
    countyField.options[40] = new Option("Putnam County","Putnam County");
    countyField.options[41] = new Option("Queens County","Queens County");
    countyField.options[42] = new Option("Rensselaer County","Rensselaer County");
    countyField.options[43] = new Option("Richmond County","Richmond County");
    countyField.options[44] = new Option("Rockland County","Rockland County");
    countyField.options[45] = new Option("Saratoga County","Saratoga County");
    countyField.options[46] = new Option("Schenectady County","Schenectady County");
    countyField.options[47] = new Option("Schoharie County","Schoharie County");
    countyField.options[48] = new Option("Schuyler County","Schuyler County");
    countyField.options[49] = new Option("Seneca County","Seneca County");
    countyField.options[50] = new Option("St. Lawrence County","St. Lawrence County");
    countyField.options[51] = new Option("Steuben County","Steuben County");
    countyField.options[52] = new Option("Suffolk County","Suffolk County");
    countyField.options[53] = new Option("Sullivan County","Sullivan County");
    countyField.options[54] = new Option("Tioga County","Tioga County");
    countyField.options[55] = new Option("Tompkins County","Tompkins County");
    countyField.options[56] = new Option("Ulster County","Ulster County");
    countyField.options[57] = new Option("Warren County","Warren County");
    countyField.options[58] = new Option("Washington County","Washington County");
    countyField.options[59] = new Option("Wayne County","Wayne County");
    countyField.options[60] = new Option("Westchester County","Westchester County");
    countyField.options[61] = new Option("Wyoming County","Wyoming County");
    countyField.options[62] = new Option("Yates County","Yates County");
  }
  else if (stateValue == 'OH') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 89;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Adams County","Adams County");
    countyField.options[2] = new Option("Allen County","Allen County");
    countyField.options[3] = new Option("Ashland County","Ashland County");
    countyField.options[4] = new Option("Ashtabula County","Ashtabula County");
    countyField.options[5] = new Option("Athens County","Athens County");
    countyField.options[6] = new Option("Auglaize County","Auglaize County");
    countyField.options[7] = new Option("Belmont County","Belmont County");
    countyField.options[8] = new Option("Brown County","Brown County");
    countyField.options[9] = new Option("Butler County","Butler County");
    countyField.options[10] = new Option("Carroll County","Carroll County");
    countyField.options[11] = new Option("Champaign County","Champaign County");
    countyField.options[12] = new Option("Clark County","Clark County");
    countyField.options[13] = new Option("Clermont County","Clermont County");
    countyField.options[14] = new Option("Clinton County","Clinton County");
    countyField.options[15] = new Option("Columbiana County","Columbiana County");
    countyField.options[16] = new Option("Coshocton County","Coshocton County");
    countyField.options[17] = new Option("Crawford County","Crawford County");
    countyField.options[18] = new Option("Cuyahoga County","Cuyahoga County");
    countyField.options[19] = new Option("Darke County","Darke County");
    countyField.options[20] = new Option("Defiance County","Defiance County");
    countyField.options[21] = new Option("Delaware County","Delaware County");
    countyField.options[22] = new Option("Erie County","Erie County");
    countyField.options[23] = new Option("Fairfield County","Fairfield County");
    countyField.options[24] = new Option("Fayette County","Fayette County");
    countyField.options[25] = new Option("Franklin County","Franklin County");
    countyField.options[26] = new Option("Fulton County","Fulton County");
    countyField.options[27] = new Option("Gallia County","Gallia County");
    countyField.options[28] = new Option("Geauga County","Geauga County");
    countyField.options[29] = new Option("Greene County","Greene County");
    countyField.options[30] = new Option("Guernsey County","Guernsey County");
    countyField.options[31] = new Option("Hamilton County","Hamilton County");
    countyField.options[32] = new Option("Hancock County","Hancock County");
    countyField.options[33] = new Option("Hardin County","Hardin County");
    countyField.options[34] = new Option("Harrison County","Harrison County");
    countyField.options[35] = new Option("Henry County","Henry County");
    countyField.options[36] = new Option("Highland County","Highland County");
    countyField.options[37] = new Option("Hocking County","Hocking County");
    countyField.options[38] = new Option("Holmes County","Holmes County");
    countyField.options[39] = new Option("Huron County","Huron County");
    countyField.options[40] = new Option("Jackson County","Jackson County");
    countyField.options[41] = new Option("Jefferson County","Jefferson County");
    countyField.options[42] = new Option("Knox County","Knox County");
    countyField.options[43] = new Option("Lake County","Lake County");
    countyField.options[44] = new Option("Lawrence County","Lawrence County");
    countyField.options[45] = new Option("Licking County","Licking County");
    countyField.options[46] = new Option("Logan County","Logan County");
    countyField.options[47] = new Option("Lorain County","Lorain County");
    countyField.options[48] = new Option("Lucas County","Lucas County");
    countyField.options[49] = new Option("Madison County","Madison County");
    countyField.options[50] = new Option("Mahoning County","Mahoning County");
    countyField.options[51] = new Option("Marion County","Marion County");
    countyField.options[52] = new Option("Medina County","Medina County");
    countyField.options[53] = new Option("Meigs County","Meigs County");
    countyField.options[54] = new Option("Mercer County","Mercer County");
    countyField.options[55] = new Option("Miami County","Miami County");
    countyField.options[56] = new Option("Monroe County","Monroe County");
    countyField.options[57] = new Option("Montgomery County","Montgomery County");
    countyField.options[58] = new Option("Morgan County","Morgan County");
    countyField.options[59] = new Option("Morrow County","Morrow County");
    countyField.options[60] = new Option("Muskingum County","Muskingum County");
    countyField.options[61] = new Option("Noble County","Noble County");
    countyField.options[62] = new Option("Ottawa County","Ottawa County");
    countyField.options[63] = new Option("Paulding County","Paulding County");
    countyField.options[64] = new Option("Perry County","Perry County");
    countyField.options[65] = new Option("Pickaway County","Pickaway County");
    countyField.options[66] = new Option("Pike County","Pike County");
    countyField.options[67] = new Option("Portage County","Portage County");
    countyField.options[68] = new Option("Preble County","Preble County");
    countyField.options[69] = new Option("Putnam County","Putnam County");
    countyField.options[70] = new Option("Richland County","Richland County");
    countyField.options[71] = new Option("Ross County","Ross County");
    countyField.options[72] = new Option("Sandusky County","Sandusky County");
    countyField.options[73] = new Option("Scioto County","Scioto County");
    countyField.options[74] = new Option("Seneca County","Seneca County");
    countyField.options[75] = new Option("Shelby County","Shelby County");
    countyField.options[76] = new Option("Stark County","Stark County");
    countyField.options[77] = new Option("Summit County","Summit County");
    countyField.options[78] = new Option("Trumbull County","Trumbull County");
    countyField.options[79] = new Option("Tuscarawas County","Tuscarawas County");
    countyField.options[80] = new Option("Union County","Union County");
    countyField.options[81] = new Option("Van Wert County","Van Wert County");
    countyField.options[82] = new Option("Vinton County","Vinton County");
    countyField.options[83] = new Option("Warren County","Warren County");
    countyField.options[84] = new Option("Washington County","Washington County");
    countyField.options[85] = new Option("Wayne County","Wayne County");
    countyField.options[86] = new Option("Williams County","Williams County");
    countyField.options[87] = new Option("Wood County","Wood County");
    countyField.options[88] = new Option("Wyandot County","Wyandot County");
  }
  else if (stateValue == 'OK') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 78;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Adair County","Adair County");
    countyField.options[2] = new Option("Alfalfa County","Alfalfa County");
    countyField.options[3] = new Option("Atoka County","Atoka County");
    countyField.options[4] = new Option("Beaver County","Beaver County");
    countyField.options[5] = new Option("Beckham County","Beckham County");
    countyField.options[6] = new Option("Blaine County","Blaine County");
    countyField.options[7] = new Option("Bryan County","Bryan County");
    countyField.options[8] = new Option("Caddo County","Caddo County");
    countyField.options[9] = new Option("Canadian County","Canadian County");
    countyField.options[10] = new Option("Carter County","Carter County");
    countyField.options[11] = new Option("Cherokee County","Cherokee County");
    countyField.options[12] = new Option("Choctaw County","Choctaw County");
    countyField.options[13] = new Option("Cimarron County","Cimarron County");
    countyField.options[14] = new Option("Cleveland County","Cleveland County");
    countyField.options[15] = new Option("Coal County","Coal County");
    countyField.options[16] = new Option("Comanche County","Comanche County");
    countyField.options[17] = new Option("Cotton County","Cotton County");
    countyField.options[18] = new Option("Craig County","Craig County");
    countyField.options[19] = new Option("Creek County","Creek County");
    countyField.options[20] = new Option("Custer County","Custer County");
    countyField.options[21] = new Option("Delaware County","Delaware County");
    countyField.options[22] = new Option("Dewey County","Dewey County");
    countyField.options[23] = new Option("Ellis County","Ellis County");
    countyField.options[24] = new Option("Garfield County","Garfield County");
    countyField.options[25] = new Option("Garvin County","Garvin County");
    countyField.options[26] = new Option("Grady County","Grady County");
    countyField.options[27] = new Option("Grant County","Grant County");
    countyField.options[28] = new Option("Greer County","Greer County");
    countyField.options[29] = new Option("Harmon County","Harmon County");
    countyField.options[30] = new Option("Harper County","Harper County");
    countyField.options[31] = new Option("Haskell County","Haskell County");
    countyField.options[32] = new Option("Hughes County","Hughes County");
    countyField.options[33] = new Option("Jackson County","Jackson County");
    countyField.options[34] = new Option("Jefferson County","Jefferson County");
    countyField.options[35] = new Option("Johnston County","Johnston County");
    countyField.options[36] = new Option("Kay County","Kay County");
    countyField.options[37] = new Option("Kingfisher County","Kingfisher County");
    countyField.options[38] = new Option("Kiowa County","Kiowa County");
    countyField.options[39] = new Option("Latimer County","Latimer County");
    countyField.options[40] = new Option("Le Flore County","Le Flore County");
    countyField.options[41] = new Option("Lincoln County","Lincoln County");
    countyField.options[42] = new Option("Logan County","Logan County");
    countyField.options[43] = new Option("Love County","Love County");
    countyField.options[44] = new Option("Major County","Major County");
    countyField.options[45] = new Option("Marshall County","Marshall County");
    countyField.options[46] = new Option("Mayes County","Mayes County");
    countyField.options[47] = new Option("McClain County","McClain County");
    countyField.options[48] = new Option("McCurtain County","McCurtain County");
    countyField.options[49] = new Option("McIntosh County","McIntosh County");
    countyField.options[50] = new Option("Murray County","Murray County");
    countyField.options[51] = new Option("Muskogee County","Muskogee County");
    countyField.options[52] = new Option("Noble County","Noble County");
    countyField.options[53] = new Option("Nowata County","Nowata County");
    countyField.options[54] = new Option("Okfuskee County","Okfuskee County");
    countyField.options[55] = new Option("Oklahoma County","Oklahoma County");
    countyField.options[56] = new Option("Okmulgee County","Okmulgee County");
    countyField.options[57] = new Option("Osage County","Osage County");
    countyField.options[58] = new Option("Ottawa County","Ottawa County");
    countyField.options[59] = new Option("Pawnee County","Pawnee County");
    countyField.options[60] = new Option("Payne County","Payne County");
    countyField.options[61] = new Option("Pittsburg County","Pittsburg County");
    countyField.options[62] = new Option("Pontotoc County","Pontotoc County");
    countyField.options[63] = new Option("Pottawatomie County","Pottawatomie County");
    countyField.options[64] = new Option("Pushmataha County","Pushmataha County");
    countyField.options[65] = new Option("Roger Mills County","Roger Mills County");
    countyField.options[66] = new Option("Rogers County","Rogers County");
    countyField.options[67] = new Option("Seminole County","Seminole County");
    countyField.options[68] = new Option("Sequoyah County","Sequoyah County");
    countyField.options[69] = new Option("Stephens County","Stephens County");
    countyField.options[70] = new Option("Texas County","Texas County");
    countyField.options[71] = new Option("Tillman County","Tillman County");
    countyField.options[72] = new Option("Tulsa County","Tulsa County");
    countyField.options[73] = new Option("Wagoner County","Wagoner County");
    countyField.options[74] = new Option("Washington County","Washington County");
    countyField.options[75] = new Option("Washita County","Washita County");
    countyField.options[76] = new Option("Woods County","Woods County");
    countyField.options[77] = new Option("Woodward County","Woodward County");
  }
  else if (stateValue == 'OR') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 37;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Baker County","Baker County");
    countyField.options[2] = new Option("Benton County","Benton County");
    countyField.options[3] = new Option("Clackamas County","Clackamas County");
    countyField.options[4] = new Option("Clatsop County","Clatsop County");
    countyField.options[5] = new Option("Columbia County","Columbia County");
    countyField.options[6] = new Option("Coos County","Coos County");
    countyField.options[7] = new Option("Crook County","Crook County");
    countyField.options[8] = new Option("Curry County","Curry County");
    countyField.options[9] = new Option("Deschutes County","Deschutes County");
    countyField.options[10] = new Option("Douglas County","Douglas County");
    countyField.options[11] = new Option("Gilliam County","Gilliam County");
    countyField.options[12] = new Option("Grant County","Grant County");
    countyField.options[13] = new Option("Harney County","Harney County");
    countyField.options[14] = new Option("Hood River County","Hood River County");
    countyField.options[15] = new Option("Jackson County","Jackson County");
    countyField.options[16] = new Option("Jefferson County","Jefferson County");
    countyField.options[17] = new Option("Josephine County","Josephine County");
    countyField.options[18] = new Option("Klamath County","Klamath County");
    countyField.options[19] = new Option("Lake County","Lake County");
    countyField.options[20] = new Option("Lane County","Lane County");
    countyField.options[21] = new Option("Lincoln County","Lincoln County");
    countyField.options[22] = new Option("Linn County","Linn County");
    countyField.options[23] = new Option("Malheur County","Malheur County");
    countyField.options[24] = new Option("Marion County","Marion County");
    countyField.options[25] = new Option("Morrow County","Morrow County");
    countyField.options[26] = new Option("Multnomah County","Multnomah County");
    countyField.options[27] = new Option("Polk County","Polk County");
    countyField.options[28] = new Option("Sherman County","Sherman County");
    countyField.options[29] = new Option("Tillamook County","Tillamook County");
    countyField.options[30] = new Option("Umatilla County","Umatilla County");
    countyField.options[31] = new Option("Union County","Union County");
    countyField.options[32] = new Option("Wallowa County","Wallowa County");
    countyField.options[33] = new Option("Wasco County","Wasco County");
    countyField.options[34] = new Option("Washington County","Washington County");
    countyField.options[35] = new Option("Wheeler County","Wheeler County");
    countyField.options[36] = new Option("Yamhill County","Yamhill County");
  }
  else if (stateValue == 'PA') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 68;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Adams County","Adams County");
    countyField.options[2] = new Option("Allegheny County","Allegheny County");
    countyField.options[3] = new Option("Armstrong County","Armstrong County");
    countyField.options[4] = new Option("Beaver County","Beaver County");
    countyField.options[5] = new Option("Bedford County","Bedford County");
    countyField.options[6] = new Option("Berks County","Berks County");
    countyField.options[7] = new Option("Blair County","Blair County");
    countyField.options[8] = new Option("Bradford County","Bradford County");
    countyField.options[9] = new Option("Bucks County","Bucks County");
    countyField.options[10] = new Option("Butler County","Butler County");
    countyField.options[11] = new Option("Cambria County","Cambria County");
    countyField.options[12] = new Option("Cameron County","Cameron County");
    countyField.options[13] = new Option("Carbon County","Carbon County");
    countyField.options[14] = new Option("Centre County","Centre County");
    countyField.options[15] = new Option("Chester County","Chester County");
    countyField.options[16] = new Option("Clarion County","Clarion County");
    countyField.options[17] = new Option("Clearfield County","Clearfield County");
    countyField.options[18] = new Option("Clinton County","Clinton County");
    countyField.options[19] = new Option("Columbia County","Columbia County");
    countyField.options[20] = new Option("Crawford County","Crawford County");
    countyField.options[21] = new Option("Cumberland County","Cumberland County");
    countyField.options[22] = new Option("Dauphin County","Dauphin County");
    countyField.options[23] = new Option("Delaware County","Delaware County");
    countyField.options[24] = new Option("Elk County","Elk County");
    countyField.options[25] = new Option("Erie County","Erie County");
    countyField.options[26] = new Option("Fayette County","Fayette County");
    countyField.options[27] = new Option("Forest County","Forest County");
    countyField.options[28] = new Option("Franklin County","Franklin County");
    countyField.options[29] = new Option("Fulton County","Fulton County");
    countyField.options[30] = new Option("Greene County","Greene County");
    countyField.options[31] = new Option("Huntingdon County","Huntingdon County");
    countyField.options[32] = new Option("Indiana County","Indiana County");
    countyField.options[33] = new Option("Jefferson County","Jefferson County");
    countyField.options[34] = new Option("Juniata County","Juniata County");
    countyField.options[35] = new Option("Lackawanna County","Lackawanna County");
    countyField.options[36] = new Option("Lancaster County","Lancaster County");
    countyField.options[37] = new Option("Lawrence County","Lawrence County");
    countyField.options[38] = new Option("Lebanon County","Lebanon County");
    countyField.options[39] = new Option("Lehigh County","Lehigh County");
    countyField.options[40] = new Option("Luzerne County","Luzerne County");
    countyField.options[41] = new Option("Lycoming County","Lycoming County");
    countyField.options[42] = new Option("McKean County","McKean County");
    countyField.options[43] = new Option("Mercer County","Mercer County");
    countyField.options[44] = new Option("Mifflin County","Mifflin County");
    countyField.options[45] = new Option("Monroe County","Monroe County");
    countyField.options[46] = new Option("Montgomery County","Montgomery County");
    countyField.options[47] = new Option("Montour County","Montour County");
    countyField.options[48] = new Option("Northampton County","Northampton County");
    countyField.options[49] = new Option("Northumberland County","Northumberland County");
    countyField.options[50] = new Option("Perry County","Perry County");
    countyField.options[51] = new Option("Philadelphia County","Philadelphia County");
    countyField.options[52] = new Option("Pike County","Pike County");
    countyField.options[53] = new Option("Potter County","Potter County");
    countyField.options[54] = new Option("Schuylkill County","Schuylkill County");
    countyField.options[55] = new Option("Snyder County","Snyder County");
    countyField.options[56] = new Option("Somerset County","Somerset County");
    countyField.options[57] = new Option("Sullivan County","Sullivan County");
    countyField.options[58] = new Option("Susquehanna County","Susquehanna County");
    countyField.options[59] = new Option("Tioga County","Tioga County");
    countyField.options[60] = new Option("Union County","Union County");
    countyField.options[61] = new Option("Venango County","Venango County");
    countyField.options[62] = new Option("Warren County","Warren County");
    countyField.options[63] = new Option("Washington County","Washington County");
    countyField.options[64] = new Option("Wayne County","Wayne County");
    countyField.options[65] = new Option("Westmoreland County","Westmoreland County");
    countyField.options[66] = new Option("Wyoming County","Wyoming County");
    countyField.options[67] = new Option("York County","York County");
  }
  else if (stateValue == 'RI') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 6;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Bristol County","Bristol County");
    countyField.options[2] = new Option("Kent County","Kent County");
    countyField.options[3] = new Option("Newport County","Newport County");
    countyField.options[4] = new Option("Providence County","Providence County");
    countyField.options[5] = new Option("Washington County","Washington County");
  }
  else if (stateValue == 'SC') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 47;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Abbeville County","Abbeville County");
    countyField.options[2] = new Option("Aiken County","Aiken County");
    countyField.options[3] = new Option("Allendale County","Allendale County");
    countyField.options[4] = new Option("Anderson County","Anderson County");
    countyField.options[5] = new Option("Bamberg County","Bamberg County");
    countyField.options[6] = new Option("Barnwell County","Barnwell County");
    countyField.options[7] = new Option("Beaufort County","Beaufort County");
    countyField.options[8] = new Option("Berkeley County","Berkeley County");
    countyField.options[9] = new Option("Calhoun County","Calhoun County");
    countyField.options[10] = new Option("Charleston County","Charleston County");
    countyField.options[11] = new Option("Cherokee County","Cherokee County");
    countyField.options[12] = new Option("Chester County","Chester County");
    countyField.options[13] = new Option("Chesterfield County","Chesterfield County");
    countyField.options[14] = new Option("Clarendon County","Clarendon County");
    countyField.options[15] = new Option("Colleton County","Colleton County");
    countyField.options[16] = new Option("Darlington County","Darlington County");
    countyField.options[17] = new Option("Dillon County","Dillon County");
    countyField.options[18] = new Option("Dorchester County","Dorchester County");
    countyField.options[19] = new Option("Edgefield County","Edgefield County");
    countyField.options[20] = new Option("Fairfield County","Fairfield County");
    countyField.options[21] = new Option("Florence County","Florence County");
    countyField.options[22] = new Option("Georgetown County","Georgetown County");
    countyField.options[23] = new Option("Greenville County","Greenville County");
    countyField.options[24] = new Option("Greenwood County","Greenwood County");
    countyField.options[25] = new Option("Hampton County","Hampton County");
    countyField.options[26] = new Option("Horry County","Horry County");
    countyField.options[27] = new Option("Jasper County","Jasper County");
    countyField.options[28] = new Option("Kershaw County","Kershaw County");
    countyField.options[29] = new Option("Lancaster County","Lancaster County");
    countyField.options[30] = new Option("Laurens County","Laurens County");
    countyField.options[31] = new Option("Lee County","Lee County");
    countyField.options[32] = new Option("Lexington County","Lexington County");
    countyField.options[33] = new Option("Marion County","Marion County");
    countyField.options[34] = new Option("Marlboro County","Marlboro County");
    countyField.options[35] = new Option("McCormick County","McCormick County");
    countyField.options[36] = new Option("Newberry County","Newberry County");
    countyField.options[37] = new Option("Oconee County","Oconee County");
    countyField.options[38] = new Option("Orangeburg County","Orangeburg County");
    countyField.options[39] = new Option("Pickens County","Pickens County");
    countyField.options[40] = new Option("Richland County","Richland County");
    countyField.options[41] = new Option("Saluda County","Saluda County");
    countyField.options[42] = new Option("Spartanburg County","Spartanburg County");
    countyField.options[43] = new Option("Sumter County","Sumter County");
    countyField.options[44] = new Option("Union County","Union County");
    countyField.options[45] = new Option("Williamsburg County","Williamsburg County");
    countyField.options[46] = new Option("York County","York County");
  }
  else if (stateValue == 'SD') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 67;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Aurora County","Aurora County");
    countyField.options[2] = new Option("Beadle County","Beadle County");
    countyField.options[3] = new Option("Bennett County","Bennett County");
    countyField.options[4] = new Option("Bon Homme County","Bon Homme County");
    countyField.options[5] = new Option("Brookings County","Brookings County");
    countyField.options[6] = new Option("Brown County","Brown County");
    countyField.options[7] = new Option("Brule County","Brule County");
    countyField.options[8] = new Option("Buffalo County","Buffalo County");
    countyField.options[9] = new Option("Butte County","Butte County");
    countyField.options[10] = new Option("Campbell County","Campbell County");
    countyField.options[11] = new Option("Charles Mix County","Charles Mix County");
    countyField.options[12] = new Option("Clark County","Clark County");
    countyField.options[13] = new Option("Clay County","Clay County");
    countyField.options[14] = new Option("Codington County","Codington County");
    countyField.options[15] = new Option("Corson County","Corson County");
    countyField.options[16] = new Option("Custer County","Custer County");
    countyField.options[17] = new Option("Davison County","Davison County");
    countyField.options[18] = new Option("Day County","Day County");
    countyField.options[19] = new Option("Deuel County","Deuel County");
    countyField.options[20] = new Option("Dewey County","Dewey County");
    countyField.options[21] = new Option("Douglas County","Douglas County");
    countyField.options[22] = new Option("Edmunds County","Edmunds County");
    countyField.options[23] = new Option("Fall River County","Fall River County");
    countyField.options[24] = new Option("Faulk County","Faulk County");
    countyField.options[25] = new Option("Grant County","Grant County");
    countyField.options[26] = new Option("Gregory County","Gregory County");
    countyField.options[27] = new Option("Haakon County","Haakon County");
    countyField.options[28] = new Option("Hamlin County","Hamlin County");
    countyField.options[29] = new Option("Hand County","Hand County");
    countyField.options[30] = new Option("Hanson County","Hanson County");
    countyField.options[31] = new Option("Harding County","Harding County");
    countyField.options[32] = new Option("Hughes County","Hughes County");
    countyField.options[33] = new Option("Hutchinson County","Hutchinson County");
    countyField.options[34] = new Option("Hyde County","Hyde County");
    countyField.options[35] = new Option("Jackson County","Jackson County");
    countyField.options[36] = new Option("Jerauld County","Jerauld County");
    countyField.options[37] = new Option("Jones County","Jones County");
    countyField.options[38] = new Option("Kingsbury County","Kingsbury County");
    countyField.options[39] = new Option("Lake County","Lake County");
    countyField.options[40] = new Option("Lawrence County","Lawrence County");
    countyField.options[41] = new Option("Lincoln County","Lincoln County");
    countyField.options[42] = new Option("Lyman County","Lyman County");
    countyField.options[43] = new Option("Marshall County","Marshall County");
    countyField.options[44] = new Option("McCook County","McCook County");
    countyField.options[45] = new Option("McPherson County","McPherson County");
    countyField.options[46] = new Option("Meade County","Meade County");
    countyField.options[47] = new Option("Mellette County","Mellette County");
    countyField.options[48] = new Option("Miner County","Miner County");
    countyField.options[49] = new Option("Minnehaha County","Minnehaha County");
    countyField.options[50] = new Option("Moody County","Moody County");
    countyField.options[51] = new Option("Pennington County","Pennington County");
    countyField.options[52] = new Option("Perkins County","Perkins County");
    countyField.options[53] = new Option("Potter County","Potter County");
    countyField.options[54] = new Option("Roberts County","Roberts County");
    countyField.options[55] = new Option("Sanborn County","Sanborn County");
    countyField.options[56] = new Option("Shannon County","Shannon County");
    countyField.options[57] = new Option("Spink County","Spink County");
    countyField.options[58] = new Option("Stanley County","Stanley County");
    countyField.options[59] = new Option("Sully County","Sully County");
    countyField.options[60] = new Option("Todd County","Todd County");
    countyField.options[61] = new Option("Tripp County","Tripp County");
    countyField.options[62] = new Option("Turner County","Turner County");
    countyField.options[63] = new Option("Union County","Union County");
    countyField.options[64] = new Option("Walworth County","Walworth County");
    countyField.options[65] = new Option("Yankton County","Yankton County");
    countyField.options[66] = new Option("Ziebach County","Ziebach County");
  }
  else if (stateValue == 'TN') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 96;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Anderson County","Anderson County");
    countyField.options[2] = new Option("Bedford County","Bedford County");
    countyField.options[3] = new Option("Benton County","Benton County");
    countyField.options[4] = new Option("Bledsoe County","Bledsoe County");
    countyField.options[5] = new Option("Blount County","Blount County");
    countyField.options[6] = new Option("Bradley County","Bradley County");
    countyField.options[7] = new Option("Campbell County","Campbell County");
    countyField.options[8] = new Option("Cannon County","Cannon County");
    countyField.options[9] = new Option("Carroll County","Carroll County");
    countyField.options[10] = new Option("Carter County","Carter County");
    countyField.options[11] = new Option("Cheatham County","Cheatham County");
    countyField.options[12] = new Option("Chester County","Chester County");
    countyField.options[13] = new Option("Claiborne County","Claiborne County");
    countyField.options[14] = new Option("Clay County","Clay County");
    countyField.options[15] = new Option("Cocke County","Cocke County");
    countyField.options[16] = new Option("Coffee County","Coffee County");
    countyField.options[17] = new Option("Crockett County","Crockett County");
    countyField.options[18] = new Option("Cumberland County","Cumberland County");
    countyField.options[19] = new Option("Davidson County","Davidson County");
    countyField.options[20] = new Option("Decatur County","Decatur County");
    countyField.options[21] = new Option("DeKalb County","DeKalb County");
    countyField.options[22] = new Option("Dickson County","Dickson County");
    countyField.options[23] = new Option("Dyer County","Dyer County");
    countyField.options[24] = new Option("Fayette County","Fayette County");
    countyField.options[25] = new Option("Fentress County","Fentress County");
    countyField.options[26] = new Option("Franklin County","Franklin County");
    countyField.options[27] = new Option("Gibson County","Gibson County");
    countyField.options[28] = new Option("Giles County","Giles County");
    countyField.options[29] = new Option("Grainger County","Grainger County");
    countyField.options[30] = new Option("Greene County","Greene County");
    countyField.options[31] = new Option("Grundy County","Grundy County");
    countyField.options[32] = new Option("Hamblen County","Hamblen County");
    countyField.options[33] = new Option("Hamilton County","Hamilton County");
    countyField.options[34] = new Option("Hancock County","Hancock County");
    countyField.options[35] = new Option("Hardeman County","Hardeman County");
    countyField.options[36] = new Option("Hardin County","Hardin County");
    countyField.options[37] = new Option("Hawkins County","Hawkins County");
    countyField.options[38] = new Option("Haywood County","Haywood County");
    countyField.options[39] = new Option("Henderson County","Henderson County");
    countyField.options[40] = new Option("Henry County","Henry County");
    countyField.options[41] = new Option("Hickman County","Hickman County");
    countyField.options[42] = new Option("Houston County","Houston County");
    countyField.options[43] = new Option("Humphreys County","Humphreys County");
    countyField.options[44] = new Option("Jackson County","Jackson County");
    countyField.options[45] = new Option("Jefferson County","Jefferson County");
    countyField.options[46] = new Option("Johnson County","Johnson County");
    countyField.options[47] = new Option("Knox County","Knox County");
    countyField.options[48] = new Option("Lake County","Lake County");
    countyField.options[49] = new Option("Lauderdale County","Lauderdale County");
    countyField.options[50] = new Option("Lawrence County","Lawrence County");
    countyField.options[51] = new Option("Lewis County","Lewis County");
    countyField.options[52] = new Option("Lincoln County","Lincoln County");
    countyField.options[53] = new Option("Loudon County","Loudon County");
    countyField.options[54] = new Option("Macon County","Macon County");
    countyField.options[55] = new Option("Madison County","Madison County");
    countyField.options[56] = new Option("Marion County","Marion County");
    countyField.options[57] = new Option("Marshall County","Marshall County");
    countyField.options[58] = new Option("Maury County","Maury County");
    countyField.options[59] = new Option("McMinn County","McMinn County");
    countyField.options[60] = new Option("McNairy County","McNairy County");
    countyField.options[61] = new Option("Meigs County","Meigs County");
    countyField.options[62] = new Option("Monroe County","Monroe County");
    countyField.options[63] = new Option("Montgomery County","Montgomery County");
    countyField.options[64] = new Option("Moore County","Moore County");
    countyField.options[65] = new Option("Morgan County","Morgan County");
    countyField.options[66] = new Option("Obion County","Obion County");
    countyField.options[67] = new Option("Overton County","Overton County");
    countyField.options[68] = new Option("Perry County","Perry County");
    countyField.options[69] = new Option("Pickett County","Pickett County");
    countyField.options[70] = new Option("Polk County","Polk County");
    countyField.options[71] = new Option("Putnam County","Putnam County");
    countyField.options[72] = new Option("Rhea County","Rhea County");
    countyField.options[73] = new Option("Roane County","Roane County");
    countyField.options[74] = new Option("Robertson County","Robertson County");
    countyField.options[75] = new Option("Rutherford County","Rutherford County");
    countyField.options[76] = new Option("Scott County","Scott County");
    countyField.options[77] = new Option("Sequatchie County","Sequatchie County");
    countyField.options[78] = new Option("Sevier County","Sevier County");
    countyField.options[79] = new Option("Shelby County","Shelby County");
    countyField.options[80] = new Option("Smith County","Smith County");
    countyField.options[81] = new Option("Stewart County","Stewart County");
    countyField.options[82] = new Option("Sullivan County","Sullivan County");
    countyField.options[83] = new Option("Sumner County","Sumner County");
    countyField.options[84] = new Option("Tipton County","Tipton County");
    countyField.options[85] = new Option("Trousdale County","Trousdale County");
    countyField.options[86] = new Option("Unicoi County","Unicoi County");
    countyField.options[87] = new Option("Union County","Union County");
    countyField.options[88] = new Option("Van Buren County","Van Buren County");
    countyField.options[89] = new Option("Warren County","Warren County");
    countyField.options[90] = new Option("Washington County","Washington County");
    countyField.options[91] = new Option("Wayne County","Wayne County");
    countyField.options[92] = new Option("Weakley County","Weakley County");
    countyField.options[93] = new Option("White County","White County");
    countyField.options[94] = new Option("Williamson County","Williamson County");
    countyField.options[95] = new Option("Wilson County","Wilson County");
  }
  else if (stateValue == 'TX') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 255;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Anderson County","Anderson County");
    countyField.options[2] = new Option("Andrews County","Andrews County");
    countyField.options[3] = new Option("Angelina County","Angelina County");
    countyField.options[4] = new Option("Aransas County","Aransas County");
    countyField.options[5] = new Option("Archer County","Archer County");
    countyField.options[6] = new Option("Armstrong County","Armstrong County");
    countyField.options[7] = new Option("Atascosa County","Atascosa County");
    countyField.options[8] = new Option("Austin County","Austin County");
    countyField.options[9] = new Option("Bailey County","Bailey County");
    countyField.options[10] = new Option("Bandera County","Bandera County");
    countyField.options[11] = new Option("Bastrop County","Bastrop County");
    countyField.options[12] = new Option("Baylor County","Baylor County");
    countyField.options[13] = new Option("Bee County","Bee County");
    countyField.options[14] = new Option("Bell County","Bell County");
    countyField.options[15] = new Option("Bexar County","Bexar County");
    countyField.options[16] = new Option("Blanco County","Blanco County");
    countyField.options[17] = new Option("Borden County","Borden County");
    countyField.options[18] = new Option("Bosque County","Bosque County");
    countyField.options[19] = new Option("Bowie County","Bowie County");
    countyField.options[20] = new Option("Brazoria County","Brazoria County");
    countyField.options[21] = new Option("Brazos County","Brazos County");
    countyField.options[22] = new Option("Brewster County","Brewster County");
    countyField.options[23] = new Option("Briscoe County","Briscoe County");
    countyField.options[24] = new Option("Brooks County","Brooks County");
    countyField.options[25] = new Option("Brown County","Brown County");
    countyField.options[26] = new Option("Burleson County","Burleson County");
    countyField.options[27] = new Option("Burnet County","Burnet County");
    countyField.options[28] = new Option("Caldwell County","Caldwell County");
    countyField.options[29] = new Option("Calhoun County","Calhoun County");
    countyField.options[30] = new Option("Callahan County","Callahan County");
    countyField.options[31] = new Option("Cameron County","Cameron County");
    countyField.options[32] = new Option("Camp County","Camp County");
    countyField.options[33] = new Option("Carson County","Carson County");
    countyField.options[34] = new Option("Cass County","Cass County");
    countyField.options[35] = new Option("Castro County","Castro County");
    countyField.options[36] = new Option("Chambers County","Chambers County");
    countyField.options[37] = new Option("Cherokee County","Cherokee County");
    countyField.options[38] = new Option("Childress County","Childress County");
    countyField.options[39] = new Option("Clay County","Clay County");
    countyField.options[40] = new Option("Cochran County","Cochran County");
    countyField.options[41] = new Option("Coke County","Coke County");
    countyField.options[42] = new Option("Coleman County","Coleman County");
    countyField.options[43] = new Option("Collin County","Collin County");
    countyField.options[44] = new Option("Collingsworth County","Collingsworth County");
    countyField.options[45] = new Option("Colorado County","Colorado County");
    countyField.options[46] = new Option("Comal County","Comal County");
    countyField.options[47] = new Option("Comanche County","Comanche County");
    countyField.options[48] = new Option("Concho County","Concho County");
    countyField.options[49] = new Option("Cooke County","Cooke County");
    countyField.options[50] = new Option("Coryell County","Coryell County");
    countyField.options[51] = new Option("Cottle County","Cottle County");
    countyField.options[52] = new Option("Crane County","Crane County");
    countyField.options[53] = new Option("Crockett County","Crockett County");
    countyField.options[54] = new Option("Crosby County","Crosby County");
    countyField.options[55] = new Option("Culberson County","Culberson County");
    countyField.options[56] = new Option("Dallam County","Dallam County");
    countyField.options[57] = new Option("Dallas County","Dallas County");
    countyField.options[58] = new Option("Dawson County","Dawson County");
    countyField.options[59] = new Option("Deaf Smith County","Deaf Smith County");
    countyField.options[60] = new Option("Delta County","Delta County");
    countyField.options[61] = new Option("Denton County","Denton County");
    countyField.options[62] = new Option("DeWitt County","DeWitt County");
    countyField.options[63] = new Option("Dickens County","Dickens County");
    countyField.options[64] = new Option("Dimmit County","Dimmit County");
    countyField.options[65] = new Option("Donley County","Donley County");
    countyField.options[66] = new Option("Duval County","Duval County");
    countyField.options[67] = new Option("Eastland County","Eastland County");
    countyField.options[68] = new Option("Ector County","Ector County");
    countyField.options[69] = new Option("Edwards County","Edwards County");
    countyField.options[70] = new Option("El Paso County","El Paso County");
    countyField.options[71] = new Option("Ellis County","Ellis County");
    countyField.options[72] = new Option("Erath County","Erath County");
    countyField.options[73] = new Option("Falls County","Falls County");
    countyField.options[74] = new Option("Fannin County","Fannin County");
    countyField.options[75] = new Option("Fayette County","Fayette County");
    countyField.options[76] = new Option("Fisher County","Fisher County");
    countyField.options[77] = new Option("Floyd County","Floyd County");
    countyField.options[78] = new Option("Foard County","Foard County");
    countyField.options[79] = new Option("Fort Bend County","Fort Bend County");
    countyField.options[80] = new Option("Franklin County","Franklin County");
    countyField.options[81] = new Option("Freestone County","Freestone County");
    countyField.options[82] = new Option("Frio County","Frio County");
    countyField.options[83] = new Option("Gaines County","Gaines County");
    countyField.options[84] = new Option("Galveston County","Galveston County");
    countyField.options[85] = new Option("Garza County","Garza County");
    countyField.options[86] = new Option("Gillespie County","Gillespie County");
    countyField.options[87] = new Option("Glasscock County","Glasscock County");
    countyField.options[88] = new Option("Goliad County","Goliad County");
    countyField.options[89] = new Option("Gonzales County","Gonzales County");
    countyField.options[90] = new Option("Gray County","Gray County");
    countyField.options[91] = new Option("Grayson County","Grayson County");
    countyField.options[92] = new Option("Gregg County","Gregg County");
    countyField.options[93] = new Option("Grimes County","Grimes County");
    countyField.options[94] = new Option("Guadalupe County","Guadalupe County");
    countyField.options[95] = new Option("Hale County","Hale County");
    countyField.options[96] = new Option("Hall County","Hall County");
    countyField.options[97] = new Option("Hamilton County","Hamilton County");
    countyField.options[98] = new Option("Hansford County","Hansford County");
    countyField.options[99] = new Option("Hardeman County","Hardeman County");
    countyField.options[100] = new Option("Hardin County","Hardin County");
    countyField.options[101] = new Option("Harris County","Harris County");
    countyField.options[102] = new Option("Harrison County","Harrison County");
    countyField.options[103] = new Option("Hartley County","Hartley County");
    countyField.options[104] = new Option("Haskell County","Haskell County");
    countyField.options[105] = new Option("Hays County","Hays County");
    countyField.options[106] = new Option("Hemphill County","Hemphill County");
    countyField.options[107] = new Option("Henderson County","Henderson County");
    countyField.options[108] = new Option("Hidalgo County","Hidalgo County");
    countyField.options[109] = new Option("Hill County","Hill County");
    countyField.options[110] = new Option("Hockley County","Hockley County");
    countyField.options[111] = new Option("Hood County","Hood County");
    countyField.options[112] = new Option("Hopkins County","Hopkins County");
    countyField.options[113] = new Option("Houston County","Houston County");
    countyField.options[114] = new Option("Howard County","Howard County");
    countyField.options[115] = new Option("Hudspeth County","Hudspeth County");
    countyField.options[116] = new Option("Hunt County","Hunt County");
    countyField.options[117] = new Option("Hutchinson County","Hutchinson County");
    countyField.options[118] = new Option("Irion County","Irion County");
    countyField.options[119] = new Option("Jack County","Jack County");
    countyField.options[120] = new Option("Jackson County","Jackson County");
    countyField.options[121] = new Option("Jasper County","Jasper County");
    countyField.options[122] = new Option("Jeff Davis County","Jeff Davis County");
    countyField.options[123] = new Option("Jefferson County","Jefferson County");
    countyField.options[124] = new Option("Jim Hogg County","Jim Hogg County");
    countyField.options[125] = new Option("Jim Wells County","Jim Wells County");
    countyField.options[126] = new Option("Johnson County","Johnson County");
    countyField.options[127] = new Option("Jones County","Jones County");
    countyField.options[128] = new Option("Karnes County","Karnes County");
    countyField.options[129] = new Option("Kaufman County","Kaufman County");
    countyField.options[130] = new Option("Kendall County","Kendall County");
    countyField.options[131] = new Option("Kenedy County","Kenedy County");
    countyField.options[132] = new Option("Kent County","Kent County");
    countyField.options[133] = new Option("Kerr County","Kerr County");
    countyField.options[134] = new Option("Kimble County","Kimble County");
    countyField.options[135] = new Option("King County","King County");
    countyField.options[136] = new Option("Kinney County","Kinney County");
    countyField.options[137] = new Option("Kleberg County","Kleberg County");
    countyField.options[138] = new Option("Knox County","Knox County");
    countyField.options[139] = new Option("La Salle County","La Salle County");
    countyField.options[140] = new Option("Lamar County","Lamar County");
    countyField.options[141] = new Option("Lamb County","Lamb County");
    countyField.options[142] = new Option("Lampasas County","Lampasas County");
    countyField.options[143] = new Option("Lavaca County","Lavaca County");
    countyField.options[144] = new Option("Lee County","Lee County");
    countyField.options[145] = new Option("Leon County","Leon County");
    countyField.options[146] = new Option("Liberty County","Liberty County");
    countyField.options[147] = new Option("Limestone County","Limestone County");
    countyField.options[148] = new Option("Lipscomb County","Lipscomb County");
    countyField.options[149] = new Option("Live Oak County","Live Oak County");
    countyField.options[150] = new Option("Llano County","Llano County");
    countyField.options[151] = new Option("Loving County","Loving County");
    countyField.options[152] = new Option("Lubbock County","Lubbock County");
    countyField.options[153] = new Option("Lynn County","Lynn County");
    countyField.options[154] = new Option("Madison County","Madison County");
    countyField.options[155] = new Option("Marion County","Marion County");
    countyField.options[156] = new Option("Martin County","Martin County");
    countyField.options[157] = new Option("Mason County","Mason County");
    countyField.options[158] = new Option("Matagorda County","Matagorda County");
    countyField.options[159] = new Option("Maverick County","Maverick County");
    countyField.options[160] = new Option("McCulloch County","McCulloch County");
    countyField.options[161] = new Option("McLennan County","McLennan County");
    countyField.options[162] = new Option("McMullen County","McMullen County");
    countyField.options[163] = new Option("Medina County","Medina County");
    countyField.options[164] = new Option("Menard County","Menard County");
    countyField.options[165] = new Option("Midland County","Midland County");
    countyField.options[166] = new Option("Milam County","Milam County");
    countyField.options[167] = new Option("Mills County","Mills County");
    countyField.options[168] = new Option("Mitchell County","Mitchell County");
    countyField.options[169] = new Option("Montague County","Montague County");
    countyField.options[170] = new Option("Montgomery County","Montgomery County");
    countyField.options[171] = new Option("Moore County","Moore County");
    countyField.options[172] = new Option("Morris County","Morris County");
    countyField.options[173] = new Option("Motley County","Motley County");
    countyField.options[174] = new Option("Nacogdoches County","Nacogdoches County");
    countyField.options[175] = new Option("Navarro County","Navarro County");
    countyField.options[176] = new Option("Newton County","Newton County");
    countyField.options[177] = new Option("Nolan County","Nolan County");
    countyField.options[178] = new Option("Nueces County","Nueces County");
    countyField.options[179] = new Option("Ochiltree County","Ochiltree County");
    countyField.options[180] = new Option("Oldham County","Oldham County");
    countyField.options[181] = new Option("Orange County","Orange County");
    countyField.options[182] = new Option("Palo Pinto County","Palo Pinto County");
    countyField.options[183] = new Option("Panola County","Panola County");
    countyField.options[184] = new Option("Parker County","Parker County");
    countyField.options[185] = new Option("Parmer County","Parmer County");
    countyField.options[186] = new Option("Pecos County","Pecos County");
    countyField.options[187] = new Option("Polk County","Polk County");
    countyField.options[188] = new Option("Potter County","Potter County");
    countyField.options[189] = new Option("Presidio County","Presidio County");
    countyField.options[190] = new Option("Rains County","Rains County");
    countyField.options[191] = new Option("Randall County","Randall County");
    countyField.options[192] = new Option("Reagan County","Reagan County");
    countyField.options[193] = new Option("Real County","Real County");
    countyField.options[194] = new Option("Red River County","Red River County");
    countyField.options[195] = new Option("Reeves County","Reeves County");
    countyField.options[196] = new Option("Refugio County","Refugio County");
    countyField.options[197] = new Option("Roberts County","Roberts County");
    countyField.options[198] = new Option("Robertson County","Robertson County");
    countyField.options[199] = new Option("Rockwall County","Rockwall County");
    countyField.options[200] = new Option("Runnels County","Runnels County");
    countyField.options[201] = new Option("Rusk County","Rusk County");
    countyField.options[202] = new Option("Sabine County","Sabine County");
    countyField.options[203] = new Option("San Augustine County","San Augustine County");
    countyField.options[204] = new Option("San Jacinto County","San Jacinto County");
    countyField.options[205] = new Option("San Patricio County","San Patricio County");
    countyField.options[206] = new Option("San Saba County","San Saba County");
    countyField.options[207] = new Option("Schleicher County","Schleicher County");
    countyField.options[208] = new Option("Scurry County","Scurry County");
    countyField.options[209] = new Option("Shackelford County","Shackelford County");
    countyField.options[210] = new Option("Shelby County","Shelby County");
    countyField.options[211] = new Option("Sherman County","Sherman County");
    countyField.options[212] = new Option("Smith County","Smith County");
    countyField.options[213] = new Option("Somervell County","Somervell County");
    countyField.options[214] = new Option("Starr County","Starr County");
    countyField.options[215] = new Option("Stephens County","Stephens County");
    countyField.options[216] = new Option("Sterling County","Sterling County");
    countyField.options[217] = new Option("Stonewall County","Stonewall County");
    countyField.options[218] = new Option("Sutton County","Sutton County");
    countyField.options[219] = new Option("Swisher County","Swisher County");
    countyField.options[220] = new Option("Tarrant County","Tarrant County");
    countyField.options[221] = new Option("Taylor County","Taylor County");
    countyField.options[222] = new Option("Terrell County","Terrell County");
    countyField.options[223] = new Option("Terry County","Terry County");
    countyField.options[224] = new Option("Throckmorton County","Throckmorton County");
    countyField.options[225] = new Option("Titus County","Titus County");
    countyField.options[226] = new Option("Tom Green County","Tom Green County");
    countyField.options[227] = new Option("Travis County","Travis County");
    countyField.options[228] = new Option("Trinity County","Trinity County");
    countyField.options[229] = new Option("Tyler County","Tyler County");
    countyField.options[230] = new Option("Upshur County","Upshur County");
    countyField.options[231] = new Option("Upton County","Upton County");
    countyField.options[232] = new Option("Uvalde County","Uvalde County");
    countyField.options[233] = new Option("Val Verde County","Val Verde County");
    countyField.options[234] = new Option("Van Zandt County","Van Zandt County");
    countyField.options[235] = new Option("Victoria County","Victoria County");
    countyField.options[236] = new Option("Walker County","Walker County");
    countyField.options[237] = new Option("Waller County","Waller County");
    countyField.options[238] = new Option("Ward County","Ward County");
    countyField.options[239] = new Option("Washington County","Washington County");
    countyField.options[240] = new Option("Webb County","Webb County");
    countyField.options[241] = new Option("Wharton County","Wharton County");
    countyField.options[242] = new Option("Wheeler County","Wheeler County");
    countyField.options[243] = new Option("Wichita County","Wichita County");
    countyField.options[244] = new Option("Wilbarger County","Wilbarger County");
    countyField.options[245] = new Option("Willacy County","Willacy County");
    countyField.options[246] = new Option("Williamson County","Williamson County");
    countyField.options[247] = new Option("Wilson County","Wilson County");
    countyField.options[248] = new Option("Winkler County","Winkler County");
    countyField.options[249] = new Option("Wise County","Wise County");
    countyField.options[250] = new Option("Wood County","Wood County");
    countyField.options[251] = new Option("Yoakum County","Yoakum County");
    countyField.options[252] = new Option("Young County","Young County");
    countyField.options[253] = new Option("Zapata County","Zapata County");
    countyField.options[254] = new Option("Zavala County","Zavala County");
  }
  else if (stateValue == 'UT') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 30;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Beaver County","Beaver County");
    countyField.options[2] = new Option("Box Elder County","Box Elder County");
    countyField.options[3] = new Option("Cache County","Cache County");
    countyField.options[4] = new Option("Carbon County","Carbon County");
    countyField.options[5] = new Option("Daggett County","Daggett County");
    countyField.options[6] = new Option("Davis County","Davis County");
    countyField.options[7] = new Option("Duchesne County","Duchesne County");
    countyField.options[8] = new Option("Emery County","Emery County");
    countyField.options[9] = new Option("Garfield County","Garfield County");
    countyField.options[10] = new Option("Grand County","Grand County");
    countyField.options[11] = new Option("Iron County","Iron County");
    countyField.options[12] = new Option("Juab County","Juab County");
    countyField.options[13] = new Option("Kane County","Kane County");
    countyField.options[14] = new Option("Millard County","Millard County");
    countyField.options[15] = new Option("Morgan County","Morgan County");
    countyField.options[16] = new Option("Piute County","Piute County");
    countyField.options[17] = new Option("Rich County","Rich County");
    countyField.options[18] = new Option("Salt Lake County","Salt Lake County");
    countyField.options[19] = new Option("San Juan County","San Juan County");
    countyField.options[20] = new Option("Sanpete County","Sanpete County");
    countyField.options[21] = new Option("Sevier County","Sevier County");
    countyField.options[22] = new Option("Summit County","Summit County");
    countyField.options[23] = new Option("Tooele County","Tooele County");
    countyField.options[24] = new Option("Uintah County","Uintah County");
    countyField.options[25] = new Option("Utah County","Utah County");
    countyField.options[26] = new Option("Wasatch County","Wasatch County");
    countyField.options[27] = new Option("Washington County","Washington County");
    countyField.options[28] = new Option("Wayne County","Wayne County");
    countyField.options[29] = new Option("Weber County","Weber County");
  }
  else if (stateValue == 'VA') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 136;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Accomack County","Accomack County");
    countyField.options[2] = new Option("Albemarle County","Albemarle County");
    countyField.options[3] = new Option("Alexandria City","Alexandria City");
    countyField.options[4] = new Option("Alleghany County","Alleghany County");
    countyField.options[5] = new Option("Amelia County","Amelia County");
    countyField.options[6] = new Option("Amherst County","Amherst County");
    countyField.options[7] = new Option("Appomattox County","Appomattox County");
    countyField.options[8] = new Option("Arlington County","Arlington County");
    countyField.options[9] = new Option("Augusta County","Augusta County");
    countyField.options[10] = new Option("Bath County","Bath County");
    countyField.options[11] = new Option("Bedford City","Bedford City");
    countyField.options[12] = new Option("Bedford County","Bedford County");
    countyField.options[13] = new Option("Bland County","Bland County");
    countyField.options[14] = new Option("Botetourt County","Botetourt County");
    countyField.options[15] = new Option("Bristol City","Bristol City");
    countyField.options[16] = new Option("Brunswick County","Brunswick County");
    countyField.options[17] = new Option("Buchanan County","Buchanan County");
    countyField.options[18] = new Option("Buckingham County","Buckingham County");
    countyField.options[19] = new Option("Buena Vista City","Buena Vista City");
    countyField.options[20] = new Option("Campbell County","Campbell County");
    countyField.options[21] = new Option("Caroline County","Caroline County");
    countyField.options[22] = new Option("Carroll County","Carroll County");
    countyField.options[23] = new Option("Charles City County","Charles City County");
    countyField.options[24] = new Option("Charlotte County","Charlotte County");
    countyField.options[25] = new Option("Charlottesville City","Charlottesville City");
    countyField.options[26] = new Option("Chesapeake City","Chesapeake City");
    countyField.options[27] = new Option("Chesterfield County","Chesterfield County");
    countyField.options[28] = new Option("Clarke County","Clarke County");
    countyField.options[29] = new Option("Clifton Forge City","Clifton Forge City");
    countyField.options[30] = new Option("Colonial Heights City","Colonial Heights City");
    countyField.options[31] = new Option("Covington City","Covington City");
    countyField.options[32] = new Option("Craig County","Craig County");
    countyField.options[33] = new Option("Culpeper County","Culpeper County");
    countyField.options[34] = new Option("Cumberland County","Cumberland County");
    countyField.options[35] = new Option("Danville City","Danville City");
    countyField.options[36] = new Option("Dickenson County","Dickenson County");
    countyField.options[37] = new Option("Dinwiddie County","Dinwiddie County");
    countyField.options[38] = new Option("Emporia City","Emporia City");
    countyField.options[39] = new Option("Essex County","Essex County");
    countyField.options[40] = new Option("Fairfax City","Fairfax City");
    countyField.options[41] = new Option("Fairfax County","Fairfax County");
    countyField.options[42] = new Option("Falls Church City","Falls Church City");
    countyField.options[43] = new Option("Fauquier County","Fauquier County");
    countyField.options[44] = new Option("Floyd County","Floyd County");
    countyField.options[45] = new Option("Fluvanna County","Fluvanna County");
    countyField.options[46] = new Option("Franklin City","Franklin City");
    countyField.options[47] = new Option("Franklin County","Franklin County");
    countyField.options[48] = new Option("Frederick County","Frederick County");
    countyField.options[49] = new Option("Fredericksburg City","Fredericksburg City");
    countyField.options[50] = new Option("Galax City","Galax City");
    countyField.options[51] = new Option("Giles County","Giles County");
    countyField.options[52] = new Option("Gloucester County","Gloucester County");
    countyField.options[53] = new Option("Goochland County","Goochland County");
    countyField.options[54] = new Option("Grayson County","Grayson County");
    countyField.options[55] = new Option("Greene County","Greene County");
    countyField.options[56] = new Option("Greensville County","Greensville County");
    countyField.options[57] = new Option("Halifax County","Halifax County");
    countyField.options[58] = new Option("Hampton City","Hampton City");
    countyField.options[59] = new Option("Hanover County","Hanover County");
    countyField.options[60] = new Option("Harrisonburg City","Harrisonburg City");
    countyField.options[61] = new Option("Henrico County","Henrico County");
    countyField.options[62] = new Option("Henry County","Henry County");
    countyField.options[63] = new Option("Highland County","Highland County");
    countyField.options[64] = new Option("Hopewell City","Hopewell City");
    countyField.options[65] = new Option("Isle of Wight County","Isle of Wight County");
    countyField.options[66] = new Option("James City County","James City County");
    countyField.options[67] = new Option("King and Queen County","King and Queen County");
    countyField.options[68] = new Option("King George County","King George County");
    countyField.options[69] = new Option("King William County","King William County");
    countyField.options[70] = new Option("Lancaster County","Lancaster County");
    countyField.options[71] = new Option("Lee County","Lee County");
    countyField.options[72] = new Option("Lexington City","Lexington City");
    countyField.options[73] = new Option("Loudoun County","Loudoun County");
    countyField.options[74] = new Option("Louisa County","Louisa County");
    countyField.options[75] = new Option("Lunenburg County","Lunenburg County");
    countyField.options[76] = new Option("Lynchburg City","Lynchburg City");
    countyField.options[77] = new Option("Madison County","Madison County");
    countyField.options[78] = new Option("Manassas City","Manassas City");
    countyField.options[79] = new Option("Manassas Park City","Manassas Park City");
    countyField.options[80] = new Option("Martinsville City","Martinsville City");
    countyField.options[81] = new Option("Mathews County","Mathews County");
    countyField.options[82] = new Option("Mecklenburg County","Mecklenburg County");
    countyField.options[83] = new Option("Middlesex County","Middlesex County");
    countyField.options[84] = new Option("Montgomery County","Montgomery County");
    countyField.options[85] = new Option("Nelson County","Nelson County");
    countyField.options[86] = new Option("New Kent County","New Kent County");
    countyField.options[87] = new Option("Newport News City","Newport News City");
    countyField.options[88] = new Option("Norfolk City","Norfolk City");
    countyField.options[89] = new Option("Northampton County","Northampton County");
    countyField.options[90] = new Option("Northumberland County","Northumberland County");
    countyField.options[91] = new Option("Norton City","Norton City");
    countyField.options[92] = new Option("Nottoway County","Nottoway County");
    countyField.options[93] = new Option("Orange County","Orange County");
    countyField.options[94] = new Option("Page County","Page County");
    countyField.options[95] = new Option("Patrick County","Patrick County");
    countyField.options[96] = new Option("Petersburg City","Petersburg City");
    countyField.options[97] = new Option("Pittsylvania County","Pittsylvania County");
    countyField.options[98] = new Option("Poquoson City","Poquoson City");
    countyField.options[99] = new Option("Portsmouth City","Portsmouth City");
    countyField.options[100] = new Option("Powhatan County","Powhatan County");
    countyField.options[101] = new Option("Prince Edward County","Prince Edward County");
    countyField.options[102] = new Option("Prince George County","Prince George County");
    countyField.options[103] = new Option("Prince William County","Prince William County");
    countyField.options[104] = new Option("Pulaski County","Pulaski County");
    countyField.options[105] = new Option("Radford City","Radford City");
    countyField.options[106] = new Option("Rappahannock County","Rappahannock County");
    countyField.options[107] = new Option("Richmond City","Richmond City");
    countyField.options[108] = new Option("Richmond County","Richmond County");
    countyField.options[109] = new Option("Roanoke City","Roanoke City");
    countyField.options[110] = new Option("Roanoke County","Roanoke County");
    countyField.options[111] = new Option("Rockbridge County","Rockbridge County");
    countyField.options[112] = new Option("Rockingham County","Rockingham County");
    countyField.options[113] = new Option("Russell County","Russell County");
    countyField.options[114] = new Option("Salem City","Salem City");
    countyField.options[115] = new Option("Scott County","Scott County");
    countyField.options[116] = new Option("Shenandoah County","Shenandoah County");
    countyField.options[117] = new Option("Smyth County","Smyth County");
    countyField.options[118] = new Option("Southampton County","Southampton County");
    countyField.options[119] = new Option("Spotsylvania County","Spotsylvania County");
    countyField.options[120] = new Option("Stafford County","Stafford County");
    countyField.options[121] = new Option("Staunton City","Staunton City");
    countyField.options[122] = new Option("Suffolk City","Suffolk City");
    countyField.options[123] = new Option("Surry County","Surry County");
    countyField.options[124] = new Option("Sussex County","Sussex County");
    countyField.options[125] = new Option("Tazewell County","Tazewell County");
    countyField.options[126] = new Option("Virginia Beach City","Virginia Beach City");
    countyField.options[127] = new Option("Warren County","Warren County");
    countyField.options[128] = new Option("Washington County","Washington County");
    countyField.options[129] = new Option("Waynesboro City","Waynesboro City");
    countyField.options[130] = new Option("Westmoreland County","Westmoreland County");
    countyField.options[131] = new Option("Williamsburg City","Williamsburg City");
    countyField.options[132] = new Option("Winchester City","Winchester City");
    countyField.options[133] = new Option("Wise County","Wise County");
    countyField.options[134] = new Option("Wythe County","Wythe County");
    countyField.options[135] = new Option("York County","York County");
  }
  else if (stateValue == 'VT') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 15;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Addison County","Addison County");
    countyField.options[2] = new Option("Bennington County","Bennington County");
    countyField.options[3] = new Option("Caledonia County","Caledonia County");
    countyField.options[4] = new Option("Chittenden County","Chittenden County");
    countyField.options[5] = new Option("Essex County","Essex County");
    countyField.options[6] = new Option("Franklin County","Franklin County");
    countyField.options[7] = new Option("Grand Isle County","Grand Isle County");
    countyField.options[8] = new Option("Lamoille County","Lamoille County");
    countyField.options[9] = new Option("Orange County","Orange County");
    countyField.options[10] = new Option("Orleans County","Orleans County");
    countyField.options[11] = new Option("Rutland County","Rutland County");
    countyField.options[12] = new Option("Washington County","Washington County");
    countyField.options[13] = new Option("Windham County","Windham County");
    countyField.options[14] = new Option("Windsor County","Windsor County");
  }
  else if (stateValue == 'WA') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 40;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Adams County","Adams County");
    countyField.options[2] = new Option("Asotin County","Asotin County");
    countyField.options[3] = new Option("Benton County","Benton County");
    countyField.options[4] = new Option("Chelan County","Chelan County");
    countyField.options[5] = new Option("Clallam County","Clallam County");
    countyField.options[6] = new Option("Clark County","Clark County");
    countyField.options[7] = new Option("Columbia County","Columbia County");
    countyField.options[8] = new Option("Cowlitz County","Cowlitz County");
    countyField.options[9] = new Option("Douglas County","Douglas County");
    countyField.options[10] = new Option("Ferry County","Ferry County");
    countyField.options[11] = new Option("Franklin County","Franklin County");
    countyField.options[12] = new Option("Garfield County","Garfield County");
    countyField.options[13] = new Option("Grant County","Grant County");
    countyField.options[14] = new Option("Grays Harbor County","Grays Harbor County");
    countyField.options[15] = new Option("Island County","Island County");
    countyField.options[16] = new Option("Jefferson County","Jefferson County");
    countyField.options[17] = new Option("King County","King County");
    countyField.options[18] = new Option("Kitsap County","Kitsap County");
    countyField.options[19] = new Option("Kittitas County","Kittitas County");
    countyField.options[20] = new Option("Klickitat County","Klickitat County");
    countyField.options[21] = new Option("Lewis County","Lewis County");
    countyField.options[22] = new Option("Lincoln County","Lincoln County");
    countyField.options[23] = new Option("Mason County","Mason County");
    countyField.options[24] = new Option("Okanogan County","Okanogan County");
    countyField.options[25] = new Option("Pacific County","Pacific County");
    countyField.options[26] = new Option("Pend Oreille County","Pend Oreille County");
    countyField.options[27] = new Option("Pierce County","Pierce County");
    countyField.options[28] = new Option("San Juan County","San Juan County");
    countyField.options[29] = new Option("Skagit County","Skagit County");
    countyField.options[30] = new Option("Skamania County","Skamania County");
    countyField.options[31] = new Option("Snohomish County","Snohomish County");
    countyField.options[32] = new Option("Spokane County","Spokane County");
    countyField.options[33] = new Option("Stevens County","Stevens County");
    countyField.options[34] = new Option("Thurston County","Thurston County");
    countyField.options[35] = new Option("Wahkiakum County","Wahkiakum County");
    countyField.options[36] = new Option("Walla Walla County","Walla Walla County");
    countyField.options[37] = new Option("Whatcom County","Whatcom County");
    countyField.options[38] = new Option("Whitman County","Whitman County");
    countyField.options[39] = new Option("Yakima County","Yakima County");
  }
  else if (stateValue == 'WI') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 73;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Adams County","Adams County");
    countyField.options[2] = new Option("Ashland County","Ashland County");
    countyField.options[3] = new Option("Barron County","Barron County");
    countyField.options[4] = new Option("Bayfield County","Bayfield County");
    countyField.options[5] = new Option("Brown County","Brown County");
    countyField.options[6] = new Option("Buffalo County","Buffalo County");
    countyField.options[7] = new Option("Burnett County","Burnett County");
    countyField.options[8] = new Option("Calumet County","Calumet County");
    countyField.options[9] = new Option("Chippewa County","Chippewa County");
    countyField.options[10] = new Option("Clark County","Clark County");
    countyField.options[11] = new Option("Columbia County","Columbia County");
    countyField.options[12] = new Option("Crawford County","Crawford County");
    countyField.options[13] = new Option("Dane County","Dane County");
    countyField.options[14] = new Option("Dodge County","Dodge County");
    countyField.options[15] = new Option("Door County","Door County");
    countyField.options[16] = new Option("Douglas County","Douglas County");
    countyField.options[17] = new Option("Dunn County","Dunn County");
    countyField.options[18] = new Option("Eau Claire County","Eau Claire County");
    countyField.options[19] = new Option("Florence County","Florence County");
    countyField.options[20] = new Option("Fond du Lac County","Fond du Lac County");
    countyField.options[21] = new Option("Forest County","Forest County");
    countyField.options[22] = new Option("Grant County","Grant County");
    countyField.options[23] = new Option("Green County","Green County");
    countyField.options[24] = new Option("Green Lake County","Green Lake County");
    countyField.options[25] = new Option("Iowa County","Iowa County");
    countyField.options[26] = new Option("Iron County","Iron County");
    countyField.options[27] = new Option("Jackson County","Jackson County");
    countyField.options[28] = new Option("Jefferson County","Jefferson County");
    countyField.options[29] = new Option("Juneau County","Juneau County");
    countyField.options[30] = new Option("Kenosha County","Kenosha County");
    countyField.options[31] = new Option("Kewaunee County","Kewaunee County");
    countyField.options[32] = new Option("La Crosse County","La Crosse County");
    countyField.options[33] = new Option("Lafayette County","Lafayette County");
    countyField.options[34] = new Option("Langlade County","Langlade County");
    countyField.options[35] = new Option("Lincoln County","Lincoln County");
    countyField.options[36] = new Option("Manitowoc County","Manitowoc County");
    countyField.options[37] = new Option("Marathon County","Marathon County");
    countyField.options[38] = new Option("Marinette County","Marinette County");
    countyField.options[39] = new Option("Marquette County","Marquette County");
    countyField.options[40] = new Option("Menominee County","Menominee County");
    countyField.options[41] = new Option("Milwaukee County","Milwaukee County");
    countyField.options[42] = new Option("Monroe County","Monroe County");
    countyField.options[43] = new Option("Oconto County","Oconto County");
    countyField.options[44] = new Option("Oneida County","Oneida County");
    countyField.options[45] = new Option("Outagamie County","Outagamie County");
    countyField.options[46] = new Option("Ozaukee County","Ozaukee County");
    countyField.options[47] = new Option("Pepin County","Pepin County");
    countyField.options[48] = new Option("Pierce County","Pierce County");
    countyField.options[49] = new Option("Polk County","Polk County");
    countyField.options[50] = new Option("Portage County","Portage County");
    countyField.options[51] = new Option("Price County","Price County");
    countyField.options[52] = new Option("Racine County","Racine County");
    countyField.options[53] = new Option("Richland County","Richland County");
    countyField.options[54] = new Option("Rock County","Rock County");
    countyField.options[55] = new Option("Rusk County","Rusk County");
    countyField.options[56] = new Option("Sauk County","Sauk County");
    countyField.options[57] = new Option("Sawyer County","Sawyer County");
    countyField.options[58] = new Option("Shawano County","Shawano County");
    countyField.options[59] = new Option("Sheboygan County","Sheboygan County");
    countyField.options[60] = new Option("St. Croix County","St. Croix County");
    countyField.options[61] = new Option("Taylor County","Taylor County");
    countyField.options[62] = new Option("Trempealeau County","Trempealeau County");
    countyField.options[63] = new Option("Vernon County","Vernon County");
    countyField.options[64] = new Option("Vilas County","Vilas County");
    countyField.options[65] = new Option("Walworth County","Walworth County");
    countyField.options[66] = new Option("Washburn County","Washburn County");
    countyField.options[67] = new Option("Washington County","Washington County");
    countyField.options[68] = new Option("Waukesha County","Waukesha County");
    countyField.options[69] = new Option("Waupaca County","Waupaca County");
    countyField.options[70] = new Option("Waushara County","Waushara County");
    countyField.options[71] = new Option("Winnebago County","Winnebago County");
    countyField.options[72] = new Option("Wood County","Wood County");
  }
  else if (stateValue == 'WV') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 56;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Barbour County","Barbour County");
    countyField.options[2] = new Option("Berkeley County","Berkeley County");
    countyField.options[3] = new Option("Boone County","Boone County");
    countyField.options[4] = new Option("Braxton County","Braxton County");
    countyField.options[5] = new Option("Brooke County","Brooke County");
    countyField.options[6] = new Option("Cabell County","Cabell County");
    countyField.options[7] = new Option("Calhoun County","Calhoun County");
    countyField.options[8] = new Option("Clay County","Clay County");
    countyField.options[9] = new Option("Doddridge County","Doddridge County");
    countyField.options[10] = new Option("Fayette County","Fayette County");
    countyField.options[11] = new Option("Gilmer County","Gilmer County");
    countyField.options[12] = new Option("Grant County","Grant County");
    countyField.options[13] = new Option("Greenbrier County","Greenbrier County");
    countyField.options[14] = new Option("Hampshire County","Hampshire County");
    countyField.options[15] = new Option("Hancock County","Hancock County");
    countyField.options[16] = new Option("Hardy County","Hardy County");
    countyField.options[17] = new Option("Harrison County","Harrison County");
    countyField.options[18] = new Option("Jackson County","Jackson County");
    countyField.options[19] = new Option("Jefferson County","Jefferson County");
    countyField.options[20] = new Option("Kanawha County","Kanawha County");
    countyField.options[21] = new Option("Lewis County","Lewis County");
    countyField.options[22] = new Option("Lincoln County","Lincoln County");
    countyField.options[23] = new Option("Logan County","Logan County");
    countyField.options[24] = new Option("Marion County","Marion County");
    countyField.options[25] = new Option("Marshall County","Marshall County");
    countyField.options[26] = new Option("Mason County","Mason County");
    countyField.options[27] = new Option("McDowell County","McDowell County");
    countyField.options[28] = new Option("Mercer County","Mercer County");
    countyField.options[29] = new Option("Mineral County","Mineral County");
    countyField.options[30] = new Option("Mingo County","Mingo County");
    countyField.options[31] = new Option("Monongalia County","Monongalia County");
    countyField.options[32] = new Option("Monroe County","Monroe County");
    countyField.options[33] = new Option("Morgan County","Morgan County");
    countyField.options[34] = new Option("Nicholas County","Nicholas County");
    countyField.options[35] = new Option("Ohio County","Ohio County");
    countyField.options[36] = new Option("Pendleton County","Pendleton County");
    countyField.options[37] = new Option("Pleasants County","Pleasants County");
    countyField.options[38] = new Option("Pocahontas County","Pocahontas County");
    countyField.options[39] = new Option("Preston County","Preston County");
    countyField.options[40] = new Option("Putnam County","Putnam County");
    countyField.options[41] = new Option("Raleigh County","Raleigh County");
    countyField.options[42] = new Option("Randolph County","Randolph County");
    countyField.options[43] = new Option("Ritchie County","Ritchie County");
    countyField.options[44] = new Option("Roane County","Roane County");
    countyField.options[45] = new Option("Summers County","Summers County");
    countyField.options[46] = new Option("Taylor County","Taylor County");
    countyField.options[47] = new Option("Tucker County","Tucker County");
    countyField.options[48] = new Option("Tyler County","Tyler County");
    countyField.options[49] = new Option("Upshur County","Upshur County");
    countyField.options[50] = new Option("Wayne County","Wayne County");
    countyField.options[51] = new Option("Webster County","Webster County");
    countyField.options[52] = new Option("Wetzel County","Wetzel County");
    countyField.options[53] = new Option("Wirt County","Wirt County");
    countyField.options[54] = new Option("Wood County","Wood County");
    countyField.options[55] = new Option("Wyoming County","Wyoming County");
  }
  else if (stateValue == 'WY') {
    countyField = document.getElementById('county');
    countyField.disabled = false;
    countyField.options.length = 24;
    countyField.options[0] = new Option("","");
    countyField.options[1] = new Option("Albany County","Albany County");
    countyField.options[2] = new Option("Big Horn County","Big Horn County");
    countyField.options[3] = new Option("Campbell County","Campbell County");
    countyField.options[4] = new Option("Carbon County","Carbon County");
    countyField.options[5] = new Option("Converse County","Converse County");
    countyField.options[6] = new Option("Crook County","Crook County");
    countyField.options[7] = new Option("Fremont County","Fremont County");
    countyField.options[8] = new Option("Goshen County","Goshen County");
    countyField.options[9] = new Option("Hot Springs County","Hot Springs County");
    countyField.options[10] = new Option("Johnson County","Johnson County");
    countyField.options[11] = new Option("Laramie County","Laramie County");
    countyField.options[12] = new Option("Lincoln County","Lincoln County");
    countyField.options[13] = new Option("Natrona County","Natrona County");
    countyField.options[14] = new Option("Niobrara County","Niobrara County");
    countyField.options[15] = new Option("Park County","Park County");
    countyField.options[16] = new Option("Platte County","Platte County");
    countyField.options[17] = new Option("Sheridan County","Sheridan County");
    countyField.options[18] = new Option("Sublette County","Sublette County");
    countyField.options[19] = new Option("Sweetwater County","Sweetwater County");
    countyField.options[20] = new Option("Teton County","Teton County");
    countyField.options[21] = new Option("Uinta County","Uinta County");
    countyField.options[22] = new Option("Washakie County","Washakie County");
    countyField.options[23] = new Option("Weston County","Weston County");
  }
  else {
    countyField = document.getElementById('county');
    countyField.disabled = true;
    countyField.options.length = 1;     countyField.options[0] = new Option("Select state before county.","");   }
}
