function surfto(form) {
        var myindex=form.dest.selectedIndex
        window.open(form.dest.options[myindex].value,"_self","");
}

function popup(popside) {
   window.open(popside,'','fullscreen=no,status=no,scrollbars=yes,width=650,height=500,left=50,top=50');
}

function privacy() {
   window.open('register/privacy.html','','fullscreen=no,status=no,scrollbars=yes,width=650,height=500,left=50,top=50');
}

function terms() {  
window.open('register/terms.html','','fullscreen=no,navigationbar=yes,status=no,scrollbars=yes,width=650,height=500,left=50,top=50');
}