function searchpinfo(theForm) {
	
	if (theForm.pinfo.value=="") 
	{	alert("请您填好你的信息再提交");
		theForm.pinfo.focus();
		return (false);
	}
 return (true);
}
function searchrepinfo(theForm) {
	
	if (theForm.repinfo.value=="") 
	{	alert("请您填好你的信息再提交");
		theForm.repinfo.focus();
		return (false);
	}
 return (true);
}
function searchvinfo(theForm) {
	
	if (theForm.v_info.value=="") 
	{	alert("请您填好你的信息再提交");
		theForm.v_info.focus();
		return (false);
	}
 return (true);
}
