function pulldown_menu1() {
var url = document.pulldown1.selectarea.options[document.pulldown1.selectarea.selectedIndex].value
window.location.href = url ; }

function pulldown_menu2() {
var url = document.pulldown1.selectname.options[document.pulldown1.selectname.selectedIndex].value
window.location.href = url ; }