function loadPage(fInfo){
  location.href = fInfo.options[fInfo.selectedIndex].value
  }
