function view(form) {
var myindex=form.check.selectedIndex
window.location=(form.check.options[myindex].value);
}