function go(){
    if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none") {
    goto = document.selecter.select1.options[document.selecter.select1.selectedIndex].value
    window.open(goto, 'Name','toolbar=no,status=no,menubar=no,width=640,height=480');
    }
}

