<!-- // hide from old browsers
function go1(){
if (document.selecter1.selecione.options[document.selecter1.selecione.selectedIndex].value != "none") {
location = document.selecter1.selecione.options[document.selecter1.selecione.selectedIndex].value
                }
        }
// -->