function ResetControls() {
	document.ListFormAcc.SearchCity.value='';
	document.ListFormAcc.SearchKeyword.value='';
	document.ListFormAcc.SearchMinPrice.value='';
	document.ListFormAcc.SearchMaxPrice.value='';
	document.ListFormAcc.SearchRegionAcc.selectedIndex = 0;
	document.ListFormAcc.SearchCountryAcc.selectedIndex = 0;
	document.ListFormAcc.SearchStateAcc.selectedIndex = 0;
	document.ListFormAcc.SearchNumPeople.selectedIndex = 0;
	document.ListFormAcc.SearchAccommodationType.selectedIndex = 0;
}