function pulldown_menu(theForm) 
{ 
   var url = theForm.selectname.options[theForm.selectname.selectedIndex].value 
   window.location.href = url 
}

