function formYears(years) {
  var URL = document.years.year.options[document.years.year.selectedIndex].value;
  window.location.href = URL;
}