function checkyzooform ( form )
{
  if (form.search.value == "") {
    form.search.focus();
    return false ;
  }
  return true ;
}
