function checkForm()
{
var theform=document.forms["searchfrm"];
 if(theform.search.value !="")
  {
theform.submit();
}
}

