<!-- Hide the script from old browsers --
function surfto(form) 
{
  var myindex=form.dest.selectedIndex
  window.open(form.dest.options[myindex].value,"main","menubar=1,toolbar=0,scrollbars=1,location=0,directories=1,status=1,copyhistory=0,width=700,height=550");
}
//-->