
<!-- Hide the script from old browsers --
function selectnew(form) {
  var myindex=form.dest.selectedIndex
  var url = form.dest.options[myindex].value
  if (url != ""){window.open(url)};
}
//-->

