
function formHandler()
{
var URL = document.pulldown.selectname.options[document.pulldown.selectname.selectedIndex].value

window.location.href = URL        
}