function surfto(form)
{
  var myindex=form.dest.selectedIndex
  window.open(form.dest.options[myindex].value,"_top","");
}

function update(page)
{
  window.open(page,"_top","");
}

