function gotoUrl(form) {
  s=form.direktlinks.options[form.direktlinks.selectedIndex].value;
  if (s != '') {
    location.href=s 
  }  
}