function chkvar()
{
if (document.admin.query.value=='')
   {
   alert("Please enter search value");
   return false;
   }
   return true;
}