var quickSearchSubmit = function() {
	var form = $("main_searchform");
	if ($F('instruction_type')) { // sale
		form.action = 'http://greyfox.thebu2iness.com/propertySalesList.do';
		//$("MaxPrice").name = "maxPrice";
		//$("MinPrice").name = "minPrice";
	} else if ($F('instruction_type2')) {
		//this.action = 'http://greyfox.thebu2iness.com/propertyLettingList.do';
		this.action = '/search2/';
		//$("MaxPrice").name = "maxMonthPrice";
		//$("MinPrice").name = "minMonthPrice";
	}
}
