   function formfocus() {
      document.getElementById('search_form').focus();
   }
   window.onload = formfocus;