function go(){
if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none") {
location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value
}
}
function login() {
login=window.open("login.asp",'SALGG','top=0,left=0,width=622,height=330,menubar=no,statusbar=no,maximaze=yes, scrollbars=yes')
}
document.write('<form name="selecter"><select name=select1 style="background-color: #E4E4E4;border-color: #006666;color:#000000;">');
document.write("<option value='javascript:history.back()'>Voltar");
document.write("<option value=javascript:login();>Login");
document.write("<option value='/2005.htm'>Principal");
document.write("<option value='/modelos.htm'>Modelos");
document.write("<option value=/materias.htm>Matérias");
document.write("<option value=/comunidade.htm>Comunidade");
document.write("<option value=/moda.htm>Moda");
document.write("<option value=/shop.htm>Shopping");
document.write("<option value=/assinaturas.htm>Assinaturas");
document.write("<option value=/creditos2005.htm>A Revista");
document.write("<option value=javascript:sal();>E-mail");
document.write("</select>");
document.write("<a href='javascript:go()'><img src=/imagens/ok.jpg alt= width=26 height=21 border=0 align=middle></a>");
document.write('</form>');

