function ResetControls() {
	document.ListForm.SearchCity.value='';
	document.ListForm.SearchKeyword.value='';
	document.ListForm.SearchMinPrice.value='';
	document.ListForm.SearchMaxPrice.value='';
	document.ListForm.SearchRegion.selectedIndex = 0;
	document.ListForm.SearchCountry.selectedIndex = 0;
	document.ListForm.SearchState.selectedIndex = 0;
	document.ListForm.SearchNumPeople.selectedIndex = 0;
	document.ListForm.SearchDuration.selectedIndex = 0;
}
