function leapto(form) { var myindex=form.choice.selectedIndex window.open(form.choice.options[myindex].value,"content"); }