<!-- Begin
function leapto(form) {
var myindex=form.dest.selectedIndex
top.location.href=(form.dest.options[myindex].value);
}
// End -->

