<!--// Show/Hide functions

	function cityQuery (theState, relPath) {
		
		var theCityField = document.forms.citySearch.city;

		while (theCityField.length > 0) {
			theCityField.options[0] = null;
		}
		
		theCityField.options[0] = new Option('Please wait..', '--', false, false);
		top.window.smallQueryFrame.location.href = relPath + '/include/search/smallQuery.php?st=city&state=' + theState;

	}

// -->

