  function formHandler(form){
  var URL = document.form.change_list.options
  [document.form.change_list.selectedIndex].value;
  window.location.href = URL;
  }