function checkquery(){
	  if(document.query.c_name.value=="" )
	  {
				alert("操作失败,学生姓名不能为空");
				return false;
	  }


	  if(document.query.c_catid.value=="" )
	  {
				alert("操作失败,证书编号不能为空");
				return false;
	  }


	  if(document.query.c_id.value=="" )
	  {
				alert("操作失败,身份证号码不能为空");
				return false;
	  }
	  

}


function checksear(){
	  if(document.sear.kword.value=="" )
	  {
				alert("操作失败,搜索关键字不能为空");
				return false;
	  }


	  

}




