function select_base() {
  if (document.forms[0].base[0].checked==true) {
     document.forms[0].action='http://dali.lib.jgytf.u-szeged.hu/cgi-bin/htsearch';
    } else {
     document.forms[0].action='http://dali.lib.jgytf.u-szeged.hu/telefon/telefon_keres.php';
  }
  document.forms[0].submit();
}

