function $(id){
	return document.getElementById(id);
}

function quick_submit_check(obj){
	if(obj.keys.value==""){
	alert("请输入要查询的条件");
	return false;

	}
	return true;
}

