<!-- Hide the script from old browsers --
function surfto(destination)
{
  var location = destination.value;
  if (location != "#")
     window.open(location);
}
//-->