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