function jumptolink(what){
 var selectedopt=what.options[what.selectedIndex]
 if (selectedopt.value != "")
  window.location=selectedopt.value
}