//
//  Geography JavaScript
//  GENERATED by makeNeoNeoGeo.cgi  
//  DO NOT EDIT THIS FILE!!!!!!
//


        function changeCity (cIn) {
                for(var i=0; i < document.theForm.M3.length; i++) {
                  if(document.theForm.M3.options[i].value == cIn) {
                        document.theForm.M3.selectedIndex = i;
                        return;
                  }
                }  
        }

        function changeState (sIn) {
                for(var i=0; i < document.theForm.M2.length; i++) {
                  if(document.theForm.M2.options[i].value == sIn) {
                        document.theForm.M2.selectedIndex = i;
                        return;
                  }
                }  
        }

  	function changeCountry (cIn) {
		for(var i=0; i < document.theForm.M1.length; i++) {
		  if(document.theForm.M1.options[i].value == cIn) {
			document.theForm.M1.selectedIndex = i;
			return;
		  }
		}
	}


  function countryChange(countryCode) {
	if(countryCode != null) {
		countryCode = countryCode;
	}
	else {
		countryCode = document.theForm.M1.options[document.theForm.M1.selectedIndex].value;
	}

	 document.theForm.M2.selectedIndex = 0;
	if(countryCode == 4) {
		document.theForm.M2.length = 2;
		document.theForm.M2.options[0].text = "Select a City ->";
		document.theForm.M2.options[0].value = "";
		document.theForm.M2.options[1].text = "__________________";
		document.theForm.M2.options[1].value = "";
		document.theForm.M3.length = 0 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "- CHOOSE CITY -";
		document.theForm.M3.options[1].value = "545";
		document.theForm.M3.options[2].text = "__________________";
		document.theForm.M3.options[2].value = "";
		document.theForm.M3.selectedIndex = 0;
	}
	if(countryCode == 3) {
		document.theForm.M2.length = 2;
		document.theForm.M2.options[0].text = "Select a City ->";
		document.theForm.M2.options[0].value = "";
		document.theForm.M2.options[1].text = "__________________";
		document.theForm.M2.options[1].value = "";
		document.theForm.M3.length = 7 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Calgary";
		document.theForm.M3.options[1].value = "180";
		document.theForm.M3.options[2].text = "Montreal";
		document.theForm.M3.options[2].value = "80";
		document.theForm.M3.options[3].text = "Ottawa";
		document.theForm.M3.options[3].value = "399";
		document.theForm.M3.options[4].text = "Regina";
		document.theForm.M3.options[4].value = "373";
		document.theForm.M3.options[5].text = "Sudbury";
		document.theForm.M3.options[5].value = "560";
		document.theForm.M3.options[6].text = "Toronto";
		document.theForm.M3.options[6].value = "79";
		document.theForm.M3.options[7].text = "Vancouver";
		document.theForm.M3.options[7].value = "77";
		document.theForm.M3.options[8].text = "Winnipeg";
		document.theForm.M3.options[8].value = "78";
		document.theForm.M3.options[9].text = "__________________";
		document.theForm.M3.options[9].value = "";
		document.theForm.M3.selectedIndex = 0;
	}
	if(countryCode == 1) {
		document.theForm.M2.options[0].text = "2. Select a State";
		document.theForm.M2.options[0].value = "";
		document.theForm.M2.length = 50 + 2;
		document.theForm.M2.options[1].text = "Alabama";
		document.theForm.M2.options[1].value = "44";
		document.theForm.M2.options[2].text = "Alaska";
		document.theForm.M2.options[2].value = "43";
		document.theForm.M2.options[3].text = "Arizona";
		document.theForm.M2.options[3].value = "19";
		document.theForm.M2.options[4].text = "Arkansas";
		document.theForm.M2.options[4].value = "45";
		document.theForm.M2.options[5].text = "California";
		document.theForm.M2.options[5].value = "16";
		document.theForm.M2.options[6].text = "Colorado";
		document.theForm.M2.options[6].value = "14";
		document.theForm.M2.options[7].text = "Connecticut";
		document.theForm.M2.options[7].value = "3";
		document.theForm.M2.options[8].text = "Delaware";
		document.theForm.M2.options[8].value = "60";
		document.theForm.M2.options[9].text = "Florida";
		document.theForm.M2.options[9].value = "24";
		document.theForm.M2.options[10].text = "Georgia";
		document.theForm.M2.options[10].value = "17";
		document.theForm.M2.options[11].text = "Hawaii";
		document.theForm.M2.options[11].value = "65";
		document.theForm.M2.options[12].text = "Idaho";
		document.theForm.M2.options[12].value = "56";
		document.theForm.M2.options[13].text = "Illinois";
		document.theForm.M2.options[13].value = "25";
		document.theForm.M2.options[14].text = "Indiana";
		document.theForm.M2.options[14].value = "67";
		document.theForm.M2.options[15].text = "Iowa";
		document.theForm.M2.options[15].value = "55";
		document.theForm.M2.options[16].text = "Kansas";
		document.theForm.M2.options[16].value = "63";
		document.theForm.M2.options[17].text = "Kentucky";
		document.theForm.M2.options[17].value = "57";
		document.theForm.M2.options[18].text = "Louisiana";
		document.theForm.M2.options[18].value = "58";
		document.theForm.M2.options[19].text = "Maine";
		document.theForm.M2.options[19].value = "8";
		document.theForm.M2.options[20].text = "Maryland";
		document.theForm.M2.options[20].value = "5";
		document.theForm.M2.options[21].text = "Massachusetts";
		document.theForm.M2.options[21].value = "12";
		document.theForm.M2.options[22].text = "Michigan";
		document.theForm.M2.options[22].value = "18";
		document.theForm.M2.options[23].text = "Minnesota";
		document.theForm.M2.options[23].value = "66";
		document.theForm.M2.options[24].text = "Mississippi";
		document.theForm.M2.options[24].value = "59";
		document.theForm.M2.options[25].text = "Missouri";
		document.theForm.M2.options[25].value = "22";
		document.theForm.M2.options[26].text = "Montana";
		document.theForm.M2.options[26].value = "49";
		document.theForm.M2.options[27].text = "Nebraska";
		document.theForm.M2.options[27].value = "42";
		document.theForm.M2.options[28].text = "Nevada";
		document.theForm.M2.options[28].value = "46";
		document.theForm.M2.options[29].text = "New Hampshire";
		document.theForm.M2.options[29].value = "7";
		document.theForm.M2.options[30].text = "New Jersey";
		document.theForm.M2.options[30].value = "13";
		document.theForm.M2.options[31].text = "New Mexico";
		document.theForm.M2.options[31].value = "62";
		document.theForm.M2.options[32].text = "New York";
		document.theForm.M2.options[32].value = "20";
		document.theForm.M2.options[33].text = "North Carolina";
		document.theForm.M2.options[33].value = "51";
		document.theForm.M2.options[34].text = "North Dakota";
		document.theForm.M2.options[34].value = "53";
		document.theForm.M2.options[35].text = "Ohio";
		document.theForm.M2.options[35].value = "26";
		document.theForm.M2.options[36].text = "Oklahoma";
		document.theForm.M2.options[36].value = "61";
		document.theForm.M2.options[37].text = "Oregon";
		document.theForm.M2.options[37].value = "27";
		document.theForm.M2.options[38].text = "Pennsylvania";
		document.theForm.M2.options[38].value = "28";
		document.theForm.M2.options[39].text = "Rhode Island";
		document.theForm.M2.options[39].value = "6";
		document.theForm.M2.options[40].text = "South Carolina";
		document.theForm.M2.options[40].value = "52";
		document.theForm.M2.options[41].text = "South Dakota";
		document.theForm.M2.options[41].value = "54";
		document.theForm.M2.options[42].text = "Tennessee";
		document.theForm.M2.options[42].value = "29";
		document.theForm.M2.options[43].text = "Texas";
		document.theForm.M2.options[43].value = "15";
		document.theForm.M2.options[44].text = "Utah";
		document.theForm.M2.options[44].value = "40";
		document.theForm.M2.options[45].text = "Vermont";
		document.theForm.M2.options[45].value = "9";
		document.theForm.M2.options[46].text = "Virginia";
		document.theForm.M2.options[46].value = "30";
		document.theForm.M2.options[47].text = "Washington";
		document.theForm.M2.options[47].value = "21";
		document.theForm.M2.options[48].text = "Washington, D.C.";
		document.theForm.M2.options[48].value = "23";
		document.theForm.M2.options[49].text = "West Virginia";
		document.theForm.M2.options[49].value = "50";
		document.theForm.M2.options[50].text = "Wisconsin";
		document.theForm.M2.options[50].value = "47";
		document.theForm.M2.options[51].text = "Wyoming";
		document.theForm.M2.options[51].value = "48";
		document.theForm.M2.length = 52 + 1;
		document.theForm.M2.options[document.theForm.M2.length - 1].text = "__________________";
		document.theForm.M2.options[document.theForm.M2.length - 1].value = "";
	}
	if(countryCode == "1") {stateChange(document.theForm.M2.options[document.theForm.M2.selectedIndex].value);}}



  function stateChange (stateCode){
	if(stateCode == 44) {     //Alabama
		document.theForm.M3.length = 3 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Birmingham";
		document.theForm.M3.options[1].value = "100";
		document.theForm.M3.options[2].text = "Hoover";
		document.theForm.M3.options[2].value = "463";
		document.theForm.M3.options[3].text = "Huntsville";
		document.theForm.M3.options[3].value = "533";
		document.theForm.M3.options[4].text = "Mobile";
		document.theForm.M3.options[4].value = "425";
	}
	if(stateCode == 43) {     //Alaska
		document.theForm.M3.length = 2 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Anchorage";
		document.theForm.M3.options[1].value = "164";
		document.theForm.M3.options[2].text = "Fairbanks";
		document.theForm.M3.options[2].value = "478";
		document.theForm.M3.options[3].text = "Juneau";
		document.theForm.M3.options[3].value = "163";
	}
	if(stateCode == 19) {     //Arizona
		document.theForm.M3.length = 2 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Phoenix Area";
		document.theForm.M3.options[1].value = "30";
		document.theForm.M3.options[2].text = "Tucson";
		document.theForm.M3.options[2].value = "67";
		document.theForm.M3.options[3].text = "Yuma Area";
		document.theForm.M3.options[3].value = "571";
	}
	if(stateCode == 45) {     //Arkansas
		document.theForm.M3.length = 0 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Little Rock";
		document.theForm.M3.options[1].value = "162";
	}
	if(stateCode == 16) {     //California
		document.theForm.M3.length = 2 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Bay Area + Central CA";
		document.theForm.M3.options[1].value = "48";
		document.theForm.M3.options[2].text = "Northern CA";
		document.theForm.M3.options[2].value = "86";
		document.theForm.M3.options[3].text = "Southern CA";
		document.theForm.M3.options[3].value = "31";
	}
	if(stateCode == 14) {     //Colorado
		document.theForm.M3.length = 6 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Aspen";
		document.theForm.M3.options[1].value = "197";
		document.theForm.M3.options[2].text = "Boulder/Broomfield";
		document.theForm.M3.options[2].value = "49";
		document.theForm.M3.options[3].text = "Colorado Springs";
		document.theForm.M3.options[3].value = "266";
		document.theForm.M3.options[4].text = "Denver";
		document.theForm.M3.options[4].value = "29";
		document.theForm.M3.options[5].text = "Golden";
		document.theForm.M3.options[5].value = "568";
		document.theForm.M3.options[6].text = "Greeley";
		document.theForm.M3.options[6].value = "561";
		document.theForm.M3.options[7].text = "Westminster";
		document.theForm.M3.options[7].value = "506";
	}
	if(stateCode == 3) {     //Connecticut
		document.theForm.M3.length = 9 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Fairfield County";
		document.theForm.M3.options[1].value = "226";
		document.theForm.M3.options[2].text = "Hartford County";
		document.theForm.M3.options[2].value = "227";
		document.theForm.M3.options[3].text = "Litchfield County";
		document.theForm.M3.options[3].value = "228";
		document.theForm.M3.options[4].text = "Middlesex County";
		document.theForm.M3.options[4].value = "229";
		document.theForm.M3.options[5].text = "New Haven County";
		document.theForm.M3.options[5].value = "230";
		document.theForm.M3.options[6].text = "New London County";
		document.theForm.M3.options[6].value = "231";
		document.theForm.M3.options[7].text = "Norwalk";
		document.theForm.M3.options[7].value = "511";
		document.theForm.M3.options[8].text = "Stamford";
		document.theForm.M3.options[8].value = "512";
		document.theForm.M3.options[9].text = "Tolland County";
		document.theForm.M3.options[9].value = "232";
		document.theForm.M3.options[10].text = "Windham County";
		document.theForm.M3.options[10].value = "233";
	}
	if(stateCode == 60) {     //Delaware
		document.theForm.M3.length = 1 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Dover";
		document.theForm.M3.options[1].value = "159";
		document.theForm.M3.options[2].text = "Wilmington";
		document.theForm.M3.options[2].value = "278";
	}
	if(stateCode == 24) {     //Florida
		document.theForm.M3.length = 16 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "";
		document.theForm.M3.options[1].value = "50";
		document.theForm.M3.options[2].text = "";
		document.theForm.M3.options[2].value = "526";
		document.theForm.M3.options[3].text = "";
		document.theForm.M3.options[3].value = "525";
		document.theForm.M3.options[4].text = "";
		document.theForm.M3.options[4].value = "523";
		document.theForm.M3.options[5].text = "";
		document.theForm.M3.options[5].value = "401";
		document.theForm.M3.options[6].text = "";
		document.theForm.M3.options[6].value = "331";
		document.theForm.M3.options[7].text = "";
		document.theForm.M3.options[7].value = "429";
		document.theForm.M3.options[8].text = "";
		document.theForm.M3.options[8].value = "292";
		document.theForm.M3.options[9].text = "";
		document.theForm.M3.options[9].value = "291";
		document.theForm.M3.options[10].text = "";
		document.theForm.M3.options[10].value = "263";
		document.theForm.M3.options[11].text = "";
		document.theForm.M3.options[11].value = "214";
		document.theForm.M3.options[12].text = "";
		document.theForm.M3.options[12].value = "213";
		document.theForm.M3.options[13].text = "";
		document.theForm.M3.options[13].value = "52";
		document.theForm.M3.options[14].text = "";
		document.theForm.M3.options[14].value = "539";
		document.theForm.M3.options[15].text = "Central Florida";
		document.theForm.M3.options[15].value = "51";
		document.theForm.M3.options[16].text = "Northern Florida";
		document.theForm.M3.options[16].value = "565";
		document.theForm.M3.options[17].text = "South Florida";
		document.theForm.M3.options[17].value = "566";
	}
	if(stateCode == 17) {     //Georgia
		document.theForm.M3.length = 5 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Athens";
		document.theForm.M3.options[1].value = "359";
		document.theForm.M3.options[2].text = "Atlanta";
		document.theForm.M3.options[2].value = "20";
		document.theForm.M3.options[3].text = "Augusta";
		document.theForm.M3.options[3].value = "479";
		document.theForm.M3.options[4].text = "Columbus";
		document.theForm.M3.options[4].value = "489";
		document.theForm.M3.options[5].text = "Ellijay";
		document.theForm.M3.options[5].value = "563";
		document.theForm.M3.options[6].text = "Savannah Area";
		document.theForm.M3.options[6].value = "569";
	}
	if(stateCode == 65) {     //Hawaii
		document.theForm.M3.length = -1 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
	}
	if(stateCode == 56) {     //Idaho
		document.theForm.M3.length = 0 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Boise";
		document.theForm.M3.options[1].value = "157";
	}
	if(stateCode == 25) {     //Illinois
		document.theForm.M3.length = 11 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Belleville";
		document.theForm.M3.options[1].value = "519";
		document.theForm.M3.options[2].text = "Bloomington/Normal";
		document.theForm.M3.options[2].value = "255";
		document.theForm.M3.options[3].text = "Chicago - City";
		document.theForm.M3.options[3].value = "55";
		document.theForm.M3.options[4].text = "Chicago - Northwest Suburbs";
		document.theForm.M3.options[4].value = "225";
		document.theForm.M3.options[5].text = "Chicago - Western Suburbs";
		document.theForm.M3.options[5].value = "224";
		document.theForm.M3.options[6].text = "Collinsville";
		document.theForm.M3.options[6].value = "375";
		document.theForm.M3.options[7].text = "Evanston";
		document.theForm.M3.options[7].value = "497";
		document.theForm.M3.options[8].text = "McHenry County";
		document.theForm.M3.options[8].value = "508";
		document.theForm.M3.options[9].text = "Peoria";
		document.theForm.M3.options[9].value = "206";
		document.theForm.M3.options[10].text = "Rockford";
		document.theForm.M3.options[10].value = "507";
		document.theForm.M3.options[11].text = "Schaumburg";
		document.theForm.M3.options[11].value = "470";
		document.theForm.M3.options[12].text = "Waukegan";
		document.theForm.M3.options[12].value = "438";
	}
	if(stateCode == 67) {     //Indiana
		document.theForm.M3.length = 2 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Fort Wayne";
		document.theForm.M3.options[1].value = "252";
		document.theForm.M3.options[2].text = "Indianapolis";
		document.theForm.M3.options[2].value = "101";
		document.theForm.M3.options[3].text = "Jeffersonville";
		document.theForm.M3.options[3].value = "510";
	}
	if(stateCode == 55) {     //Iowa
		document.theForm.M3.length = 2 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Cedar Rapids";
		document.theForm.M3.options[1].value = "203";
		document.theForm.M3.options[2].text = "Des Moines";
		document.theForm.M3.options[2].value = "155";
		document.theForm.M3.options[3].text = "Iowa City";
		document.theForm.M3.options[3].value = "202";
	}
	if(stateCode == 63) {     //Kansas
		document.theForm.M3.length = 1 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Kansas City";
		document.theForm.M3.options[1].value = "154";
		document.theForm.M3.options[2].text = "Wichita";
		document.theForm.M3.options[2].value = "270";
	}
	if(stateCode == 57) {     //Kentucky
		document.theForm.M3.length = 2 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Bowling Green";
		document.theForm.M3.options[1].value = "504";
		document.theForm.M3.options[2].text = "Lexington";
		document.theForm.M3.options[2].value = "273";
		document.theForm.M3.options[3].text = "Louisville";
		document.theForm.M3.options[3].value = "261";
	}
	if(stateCode == 58) {     //Louisiana
		document.theForm.M3.length = 2 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Baton Rouge";
		document.theForm.M3.options[1].value = "151";
		document.theForm.M3.options[2].text = "New Orleans";
		document.theForm.M3.options[2].value = "152";
		document.theForm.M3.options[3].text = "Shreveport";
		document.theForm.M3.options[3].value = "468";
	}
	if(stateCode == 8) {     //Maine
		document.theForm.M3.length = 7 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Auburn";
		document.theForm.M3.options[1].value = "481";
		document.theForm.M3.options[2].text = "Augusta";
		document.theForm.M3.options[2].value = "33";
		document.theForm.M3.options[3].text = "Bangor";
		document.theForm.M3.options[3].value = "280";
		document.theForm.M3.options[4].text = "Belfast";
		document.theForm.M3.options[4].value = "538";
		document.theForm.M3.options[5].text = "Brunswick";
		document.theForm.M3.options[5].value = "482";
		document.theForm.M3.options[6].text = "Camden";
		document.theForm.M3.options[6].value = "462";
		document.theForm.M3.options[7].text = "Livermore";
		document.theForm.M3.options[7].value = "490";
		document.theForm.M3.options[8].text = "Portland";
		document.theForm.M3.options[8].value = "32";
	}
	if(stateCode == 5) {     //Maryland
		document.theForm.M3.length = 5 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Annapolis";
		document.theForm.M3.options[1].value = "88";
		document.theForm.M3.options[2].text = "Baltimore";
		document.theForm.M3.options[2].value = "34";
		document.theForm.M3.options[3].text = "Bel Air";
		document.theForm.M3.options[3].value = "388";
		document.theForm.M3.options[4].text = "Bethesda";
		document.theForm.M3.options[4].value = "279";
		document.theForm.M3.options[5].text = "Bowie";
		document.theForm.M3.options[5].value = "535";
		document.theForm.M3.options[6].text = "College Park";
		document.theForm.M3.options[6].value = "461";
	}
	if(stateCode == 12) {     //Massachusetts
		document.theForm.M3.length = 1 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Boston Area + Eastern MA";
		document.theForm.M3.options[1].value = "475";
		document.theForm.M3.options[2].text = "Central + Western MA";
		document.theForm.M3.options[2].value = "476";
	}
	if(stateCode == 18) {     //Michigan
		document.theForm.M3.length = 11 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Ann Arbor";
		document.theForm.M3.options[1].value = "339";
		document.theForm.M3.options[2].text = "Bay City";
		document.theForm.M3.options[2].value = "457";
		document.theForm.M3.options[3].text = "Detroit";
		document.theForm.M3.options[3].value = "26";
		document.theForm.M3.options[4].text = "Flint";
		document.theForm.M3.options[4].value = "498";
		document.theForm.M3.options[5].text = "Frankenmuth";
		document.theForm.M3.options[5].value = "518";
		document.theForm.M3.options[6].text = "Grand Rapids";
		document.theForm.M3.options[6].value = "456";
		document.theForm.M3.options[7].text = "Kalamazoo";
		document.theForm.M3.options[7].value = "201";
		document.theForm.M3.options[8].text = "Lansing";
		document.theForm.M3.options[8].value = "25";
		document.theForm.M3.options[9].text = "Ludington";
		document.theForm.M3.options[9].value = "556";
		document.theForm.M3.options[10].text = "North of Detroit";
		document.theForm.M3.options[10].value = "340";
		document.theForm.M3.options[11].text = "Oxford";
		document.theForm.M3.options[11].value = "499";
		document.theForm.M3.options[12].text = "Southfield";
		document.theForm.M3.options[12].value = "531";
	}
	if(stateCode == 66) {     //Minnesota
		document.theForm.M3.length = 3 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Duluth";
		document.theForm.M3.options[1].value = "267";
		document.theForm.M3.options[2].text = "Minneapolis/Twin Cities";
		document.theForm.M3.options[2].value = "454";
		document.theForm.M3.options[3].text = "St. Cloud";
		document.theForm.M3.options[3].value = "259";
		document.theForm.M3.options[4].text = "Stillwater";
		document.theForm.M3.options[4].value = "435";
	}
	if(stateCode == 59) {     //Mississippi
		document.theForm.M3.length = 2 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Biloxi";
		document.theForm.M3.options[1].value = "562";
		document.theForm.M3.options[2].text = "Gulfport";
		document.theForm.M3.options[2].value = "559";
		document.theForm.M3.options[3].text = "Jackson";
		document.theForm.M3.options[3].value = "174";
	}
	if(stateCode == 22) {     //Missouri
		document.theForm.M3.length = 5 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Jefferson City/Columbia";
		document.theForm.M3.options[1].value = "428";
		document.theForm.M3.options[2].text = "Kansas City";
		document.theForm.M3.options[2].value = "146";
		document.theForm.M3.options[3].text = "Maryland Heights";
		document.theForm.M3.options[3].value = "358";
		document.theForm.M3.options[4].text = "Poplar Bluff";
		document.theForm.M3.options[4].value = "557";
		document.theForm.M3.options[5].text = "Springfield";
		document.theForm.M3.options[5].value = "483";
		document.theForm.M3.options[6].text = "St. Louis";
		document.theForm.M3.options[6].value = "47";
	}
	if(stateCode == 49) {     //Montana
		document.theForm.M3.length = -1 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
	}
	if(stateCode == 42) {     //Nebraska
		document.theForm.M3.length = 1 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Lincoln";
		document.theForm.M3.options[1].value = "274";
		document.theForm.M3.options[2].text = "Omaha";
		document.theForm.M3.options[2].value = "99";
	}
	if(stateCode == 46) {     //Nevada
		document.theForm.M3.length = 1 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Las Vegas";
		document.theForm.M3.options[1].value = "144";
		document.theForm.M3.options[2].text = "Reno";
		document.theForm.M3.options[2].value = "143";
	}
	if(stateCode == 7) {     //New Hampshire
		document.theForm.M3.length = 7 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Belknap County";
		document.theForm.M3.options[1].value = "553";
		document.theForm.M3.options[2].text = "Concord";
		document.theForm.M3.options[2].value = "412";
		document.theForm.M3.options[3].text = "Derry";
		document.theForm.M3.options[3].value = "403";
		document.theForm.M3.options[4].text = "Keene";
		document.theForm.M3.options[4].value = "495";
		document.theForm.M3.options[5].text = "Manchester";
		document.theForm.M3.options[5].value = "59";
		document.theForm.M3.options[6].text = "Nashua";
		document.theForm.M3.options[6].value = "68";
		document.theForm.M3.options[7].text = "Portsmouth";
		document.theForm.M3.options[7].value = "142";
		document.theForm.M3.options[8].text = "Salem";
		document.theForm.M3.options[8].value = "536";
	}
	if(stateCode == 13) {     //New Jersey
		document.theForm.M3.length = 5 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Central NJ";
		document.theForm.M3.options[1].value = "23";
		document.theForm.M3.options[2].text = "Northeast NJ";
		document.theForm.M3.options[2].value = "308";
		document.theForm.M3.options[3].text = "Northwest NJ";
		document.theForm.M3.options[3].value = "516";
		document.theForm.M3.options[4].text = "Princeton Area";
		document.theForm.M3.options[4].value = "423";
		document.theForm.M3.options[5].text = "Southeast NJ";
		document.theForm.M3.options[5].value = "304";
		document.theForm.M3.options[6].text = "Southwest NJ";
		document.theForm.M3.options[6].value = "221";
	}
	if(stateCode == 62) {     //New Mexico
		document.theForm.M3.length = 1 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Albuquerque";
		document.theForm.M3.options[1].value = "127";
		document.theForm.M3.options[2].text = "Santa Fe";
		document.theForm.M3.options[2].value = "126";
	}
	if(stateCode == 20) {     //New York
		document.theForm.M3.length = 10 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Albany";
		document.theForm.M3.options[1].value = "136";
		document.theForm.M3.options[2].text = "Brooklyn";
		document.theForm.M3.options[2].value = "494";
		document.theForm.M3.options[3].text = "Buffalo";
		document.theForm.M3.options[3].value = "209";
		document.theForm.M3.options[4].text = "Dutchess County";
		document.theForm.M3.options[4].value = "570";
		document.theForm.M3.options[5].text = "Long Island/Queens";
		document.theForm.M3.options[5].value = "91";
		document.theForm.M3.options[6].text = "New York City";
		document.theForm.M3.options[6].value = "39";
		document.theForm.M3.options[7].text = "Rochester";
		document.theForm.M3.options[7].value = "40";
		document.theForm.M3.options[8].text = "Rockland County";
		document.theForm.M3.options[8].value = "245";
		document.theForm.M3.options[9].text = "Staten Island";
		document.theForm.M3.options[9].value = "298";
		document.theForm.M3.options[10].text = "Syracuse";
		document.theForm.M3.options[10].value = "287";
		document.theForm.M3.options[11].text = "Westchester County";
		document.theForm.M3.options[11].value = "303";
	}
	if(stateCode == 51) {     //North Carolina
		document.theForm.M3.length = 4 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Charlotte";
		document.theForm.M3.options[1].value = "125";
		document.theForm.M3.options[2].text = "Fayetteville";
		document.theForm.M3.options[2].value = "480";
		document.theForm.M3.options[3].text = "Greensboro";
		document.theForm.M3.options[3].value = "453";
		document.theForm.M3.options[4].text = "Raleigh Durham";
		document.theForm.M3.options[4].value = "218";
		document.theForm.M3.options[5].text = "Winston-Salem";
		document.theForm.M3.options[5].value = "262";
	}
	if(stateCode == 53) {     //North Dakota
		document.theForm.M3.length = 0 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Bismark";
		document.theForm.M3.options[1].value = "277";
	}
	if(stateCode == 26) {     //Ohio
		document.theForm.M3.length = 7 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Akron";
		document.theForm.M3.options[1].value = "128";
		document.theForm.M3.options[2].text = "Cincinnati";
		document.theForm.M3.options[2].value = "92";
		document.theForm.M3.options[3].text = "Cleveland";
		document.theForm.M3.options[3].value = "62";
		document.theForm.M3.options[4].text = "Columbus";
		document.theForm.M3.options[4].value = "61";
		document.theForm.M3.options[5].text = "Dayton";
		document.theForm.M3.options[5].value = "129";
		document.theForm.M3.options[6].text = "Mansfield";
		document.theForm.M3.options[6].value = "234";
		document.theForm.M3.options[7].text = "Marion";
		document.theForm.M3.options[7].value = "532";
		document.theForm.M3.options[8].text = "Toledo";
		document.theForm.M3.options[8].value = "272";
	}
	if(stateCode == 61) {     //Oklahoma
		document.theForm.M3.length = 2 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Lawton";
		document.theForm.M3.options[1].value = "493";
		document.theForm.M3.options[2].text = "Oklahoma City";
		document.theForm.M3.options[2].value = "134";
		document.theForm.M3.options[3].text = "Tulsa";
		document.theForm.M3.options[3].value = "217";
	}
	if(stateCode == 27) {     //Oregon
		document.theForm.M3.length = 3 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Beaverton";
		document.theForm.M3.options[1].value = "447";
		document.theForm.M3.options[2].text = "Medford";
		document.theForm.M3.options[2].value = "554";
		document.theForm.M3.options[3].text = "Portland";
		document.theForm.M3.options[3].value = "63";
		document.theForm.M3.options[4].text = "Salem";
		document.theForm.M3.options[4].value = "290";
	}
	if(stateCode == 28) {     //Pennsylvania
		document.theForm.M3.length = 12 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Allentown";
		document.theForm.M3.options[1].value = "520";
		document.theForm.M3.options[2].text = "Bensalem";
		document.theForm.M3.options[2].value = "492";
		document.theForm.M3.options[3].text = "Feasterville";
		document.theForm.M3.options[3].value = "488";
		document.theForm.M3.options[4].text = "King of Prussia";
		document.theForm.M3.options[4].value = "474";
		document.theForm.M3.options[5].text = "Newtown Square";
		document.theForm.M3.options[5].value = "487";
		document.theForm.M3.options[6].text = "Philadelphia";
		document.theForm.M3.options[6].value = "64";
		document.theForm.M3.options[7].text = "Phoenixville";
		document.theForm.M3.options[7].value = "528";
		document.theForm.M3.options[8].text = "Pittsburgh";
		document.theForm.M3.options[8].value = "70";
		document.theForm.M3.options[9].text = "Poconos";
		document.theForm.M3.options[9].value = "552";
		document.theForm.M3.options[10].text = "Scranton";
		document.theForm.M3.options[10].value = "486";
		document.theForm.M3.options[11].text = "Southampton";
		document.theForm.M3.options[11].value = "542";
		document.theForm.M3.options[12].text = "Springfield";
		document.theForm.M3.options[12].value = "485";
		document.theForm.M3.options[13].text = "Wilkes-Barre";
		document.theForm.M3.options[13].value = "319";
	}
	if(stateCode == 6) {     //Rhode Island
		document.theForm.M3.length = 4 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Newport";
		document.theForm.M3.options[1].value = "282";
		document.theForm.M3.options[2].text = "Pawtucket";
		document.theForm.M3.options[2].value = "514";
		document.theForm.M3.options[3].text = "Providence";
		document.theForm.M3.options[3].value = "38";
		document.theForm.M3.options[4].text = "Warwick";
		document.theForm.M3.options[4].value = "286";
		document.theForm.M3.options[5].text = "Westerly";
		document.theForm.M3.options[5].value = "465";
	}
	if(stateCode == 52) {     //South Carolina
		document.theForm.M3.length = 2 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Charleston";
		document.theForm.M3.options[1].value = "124";
		document.theForm.M3.options[2].text = "Greenville";
		document.theForm.M3.options[2].value = "530";
		document.theForm.M3.options[3].text = "Myrtle Beach";
		document.theForm.M3.options[3].value = "402";
	}
	if(stateCode == 54) {     //South Dakota
		document.theForm.M3.length = 0 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Pierre";
		document.theForm.M3.options[1].value = "135";
	}
	if(stateCode == 29) {     //Tennessee
		document.theForm.M3.length = 4 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Clarksville";
		document.theForm.M3.options[1].value = "503";
		document.theForm.M3.options[2].text = "Knoxville";
		document.theForm.M3.options[2].value = "310";
		document.theForm.M3.options[3].text = "Memphis";
		document.theForm.M3.options[3].value = "137";
		document.theForm.M3.options[4].text = "Nashville";
		document.theForm.M3.options[4].value = "65";
		document.theForm.M3.options[5].text = "Tri Cities";
		document.theForm.M3.options[5].value = "555";
	}
	if(stateCode == 15) {     //Texas
		document.theForm.M3.length = 7 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Austin";
		document.theForm.M3.options[1].value = "35";
		document.theForm.M3.options[2].text = "Dallas/Ft. Worth Metroplex";
		document.theForm.M3.options[2].value = "37";
		document.theForm.M3.options[3].text = "El Paso";
		document.theForm.M3.options[3].value = "237";
		document.theForm.M3.options[4].text = "Grapevine";
		document.theForm.M3.options[4].value = "515";
		document.theForm.M3.options[5].text = "Houston";
		document.theForm.M3.options[5].value = "36";
		document.theForm.M3.options[6].text = "San Angelo";
		document.theForm.M3.options[6].value = "443";
		document.theForm.M3.options[7].text = "San Antonio";
		document.theForm.M3.options[7].value = "60";
		document.theForm.M3.options[8].text = "Wichita Falls";
		document.theForm.M3.options[8].value = "496";
	}
	if(stateCode == 40) {     //Utah
		document.theForm.M3.length = 0 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Salt Lake City";
		document.theForm.M3.options[1].value = "82";
	}
	if(stateCode == 9) {     //Vermont
		document.theForm.M3.length = 1 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Brattleboro";
		document.theForm.M3.options[1].value = "517";
		document.theForm.M3.options[2].text = "Burlington";
		document.theForm.M3.options[2].value = "132";
	}
	if(stateCode == 30) {     //Virginia
		document.theForm.M3.length = 9 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Alexandria";
		document.theForm.M3.options[1].value = "253";
		document.theForm.M3.options[2].text = "Arlington";
		document.theForm.M3.options[2].value = "169";
		document.theForm.M3.options[3].text = "Charlottesville";
		document.theForm.M3.options[3].value = "472";
		document.theForm.M3.options[4].text = "Fairfax/McLean/Manassas";
		document.theForm.M3.options[4].value = "448";
		document.theForm.M3.options[5].text = "Hampton/Newport News";
		document.theForm.M3.options[5].value = "441";
		document.theForm.M3.options[6].text = "Norfolk";
		document.theForm.M3.options[6].value = "195";
		document.theForm.M3.options[7].text = "Portsmouth";
		document.theForm.M3.options[7].value = "257";
		document.theForm.M3.options[8].text = "Prince William County";
		document.theForm.M3.options[8].value = "541";
		document.theForm.M3.options[9].text = "Richmond";
		document.theForm.M3.options[9].value = "69";
		document.theForm.M3.options[10].text = "Virginia Beach";
		document.theForm.M3.options[10].value = "256";
	}
	if(stateCode == 21) {     //Washington
		document.theForm.M3.length = 3 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Bellingham";
		document.theForm.M3.options[1].value = "473";
		document.theForm.M3.options[2].text = "Seattle";
		document.theForm.M3.options[2].value = "42";
		document.theForm.M3.options[3].text = "Tacoma";
		document.theForm.M3.options[3].value = "543";
		document.theForm.M3.options[4].text = "Vancouver";
		document.theForm.M3.options[4].value = "558";
	}
	if(stateCode == 23) {     //Washington, D.C.
		document.theForm.M3.length = 0 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Washington, D.C.";
		document.theForm.M3.options[1].value = "66";
	}
	if(stateCode == 50) {     //West Virginia
		document.theForm.M3.length = 0 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Morgantown";
		document.theForm.M3.options[1].value = "564";
	}
	if(stateCode == 47) {     //Wisconsin
		document.theForm.M3.length = 4 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
		document.theForm.M3.options[1].text = "Green Bay";
		document.theForm.M3.options[1].value = "139";
		document.theForm.M3.options[2].text = "Greenfield";
		document.theForm.M3.options[2].value = "534";
		document.theForm.M3.options[3].text = "Kenosha";
		document.theForm.M3.options[3].value = "140";
		document.theForm.M3.options[4].text = "Madison";
		document.theForm.M3.options[4].value = "170";
		document.theForm.M3.options[5].text = "Milwaukee";
		document.theForm.M3.options[5].value = "138";
	}
	if(stateCode == 48) {     //Wyoming
		document.theForm.M3.length = -1 + 3;
		document.theForm.M3.options[0].text = "ANY";
		document.theForm.M3.options[0].value = "-1";
	}


	if(stateCode == '') {
		 if(document.theForm.M1.options[document.theForm.M1.selectedIndex].value != "1") {countryChange();}
	}

	document.theForm.M3.options[document.theForm.M3.length - 1].text = "__________________";
	document.theForm.M3.options[document.theForm.M3.length - 1].value = "";
}



  function fillCountry (){
	document.theForm.M1.length=2 + 4;
		document.theForm.M1.options[0].text = "1. Choose a Country...";
		document.theForm.M1.options[0].value = "";
		document.theForm.M1.options[1].text = "- CHOOSE A COUNTRY -";
		document.theForm.M1.options[1].value = "4";
		document.theForm.M1.options[2].text = "Canada";
		document.theForm.M1.options[2].value = "3";
		document.theForm.M1.options[3].text = "United States";
		document.theForm.M1.options[3].value = "1";
		document.theForm.M1.options[4].text = "__________________";
		document.theForm.M1.options[4].value = "";


}



