
function formHandler1(sel){
var URL = document.sel.selected.options[document.sel.selected.selectedIndex].value + '.html';
window.location.href = URL;
}
