function jumpTo(form) {
var myindex=form.sel.selectedIndex;
parent.location.href=(form.sel.options[myindex].value);
form.sel.selectedIndex = 0;
}

