function getForm() {
	window.location = "http://dev.dfwinvestors.net/app/motivatedsellers/motivatedsellers.php?act=list";
}

function postForm(act) {
	var list_type_ref = document.getElementById("list_type");
	list_type_ref.value = act;
	document.motivated_list.submit();
}

function enableCustomCriteria() {
	var list_type_ref = document.getElementById("list_type");
	list_type_ref.value = "custom";
	var custom_div_ref = document.getElementById("custom_div");
	custom_div_ref.style.display="";
}
