function propertySearch(state) {
	var formObj = document.getElementById('propertySearch');
	formObj['state'].value = state;
	formObj.submit();
}