counties = new Array("Other County","Washoe County","Carson City County","Douglas County","Other County","Washoe County"); states = new Array("CA","CA","NV","NV","NV","NV"); c0 = new Array("Town Out Of Area"); c1 = new Array("South Lake Tahoe","Town Out Of Area"); c2 = new Array("Carson City"); c3 = new Array("Genoa","Glenbrook","Town Out Of Area"); c4 = new Array("Glenbrook","Stateline","Town Out Of Area","Zephyr Cove"); c5 = new Array("Crystal Bay","Genoa","Glenbrook","Incline Village","Reno","Stateline","Town Out Of Area","Verdi","Wadsworth","Washoe Valley","Zephyr Cove"); cities = new Array(); cities[0] = c0; cities[1] = c1; cities[2] = c2; cities[3] = c3; cities[4] = c4; cities[5] = c5; all_array = new Array(1); cities1 = new Array(1); cities1[0] = "Carson City" cities1[1] = "Crystal Bay" cities1[2] = "Genoa" cities1[3] = "Glenbrook" cities1[4] = "Incline Village" cities1[5] = "Reno" cities1[6] = "Stateline" cities1[7] = "Town Out Of Area" cities1[8] = "Verdi" cities1[9] = "Wadsworth" cities1[10] = "Washoe Valley" cities1[11] = "Zephyr Cove" all_array[1] = cities1; cities2 = new Array(1); cities2[0] = "South Lake Tahoe" cities2[1] = "Town Out Of Area" all_array[2] = cities2; state_list = "NV,CA,ANCHOR"; city_county_loaded = "yes";