<!--
  function surfto(form) {
  var myindex=form.language.selectedIndex
  if (form.language.options[myindex].value != "0") {
  location=form.language.options[myindex].value;}
  }
//-->