 function Search()
	    {
		    if (document.FrmName.ProductName.value=="")
			   {
			      alert('不能为空！');
				  return false;
			   }
			return true;
		}