	var pagenum =1;
    getparam();
	if(pagenum==undefined){
	   pagenum =1;
	}
	Pagination(1300);
	function fabiao(obj){ 
       if(!document.getElementById("niming").checked){
             var name =document.getElementById("penname").value;
             if(name==""||name==null){
                  alert("\u8bf7\u8f93\u5165\u4f60\u7684\u540d\u5b57");
                  document.getElementById("penname").focus();
                  return false;
             }else if(name.length>50){
                 alert("\u7B14\u540D\u4E0D\u80FD\u8D85\u8FC750\u4E2A\u5B57\u7B26\uFF01");
                  document.getElementById("penname").focus();
                  return false;
             }
        }
		var yz = document.getElementById("yz").value;
		if(yz==null||yz==""){
			alert("\u8BF7\u8F93\u5165\u9A8C\u8BC1\u7801!");
			document.from1.yz.focus();
			return false;
		}
	   var tt = document.form1.textfield2.value;
       if(tt==""||tt==null){
           alert("\u8bf7\u8f93\u5165\u5185\u5bb9");
           //document.form1.textfield2.focus();
           return false;
       }else if(tt.length > 1500){           
               alert("\u4f60\u8f93\u5165\u7684\u592a\u957f\u4e86,\u6700\u591a\u8f93\u5165\u662f200\u4e2a\u5b57\u7b26");
               tt =tt.substring(0,1500);
               document.form1.textfield2.value=tt;
               return false;
       }	
		return true;
   }
  


