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