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