<!-- Begin
function goURL(form) {
        var myindex=form.dest.selectedIndex
        window.open(form.dest.options[myindex].value, target="_top");
}

function open_window(url) {
mywin = window.open(url,"win",'toolbar=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=650,height=450');
}

// End -->


