function formHandler(form){
var URL = document.form1.select.value;
window.location.href = URL;
}
