function submit_search() {
  alert('1');
  document.location.href='http://octopustools.com/search.php?pattern='+document.getElementById('search_txt').value;
  document.getElementById('search_txt').value='';
  return true;
}
