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