function pulldown_menu()
{

var url = document.pulldown.selectname.options[document.pulldown.selectname.selectedIndex].value
window.location.href = url 
}