
function Login(){
var done=0;
var nome=document.login.nome.value;
nome=nome.toLowerCase();
var ramo=document.login.ramo.value;
ramo=ramo.toLowerCase();
if (nome=="armando" && ramo=="lucanega20") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="patricia" && ramo=="lucanega20") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="mariana" && ramo=="20bolos") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="isabela" && ramo=="isa05") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="kiko" && ramo=="df25") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="karina" && ramo=="moretti08") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="tennensee" && ramo=="char10") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="lais" && ramo=="dalaka") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="elisa" && ramo=="100935") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="gustavo" && ramo=="gcastro") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="carlos" && ramo=="moretti") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="camila" && ramo=="kami") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="claudia" && ramo=="volpi08") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="thales" && ramo=="vieira08") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="messias" && ramo=="mess08") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="beto" && ramo=="beto123") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="didi" && ramo=="didi2007") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="gabriel" && ramo=="gabriels07") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="leticia" && ramo=="laleska") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="suelly" && ramo=="senior") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="luiz" && ramo=="porto") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="ivanilde" && ramo=="venus") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="vera" && ramo=="vl1944") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="reys" && ramo=="k5cs3m") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="cesar" && ramo=="cesar09") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="alcateia" && ramo=="alc123") { window.location="escotista/restrito.htm"; done=1; }
if (nome=="escoteira" && ramo=="esc8") { window.location="escotista/restrito.htm"; done=1; }
if (nome=="senior" && ramo=="sen123") { window.location="escotista/restrito.htm"; done=1; }
if (nome=="cla" && ramo=="cla8") { window.location="escotista/restrito.htm"; done=1; }
if (nome=="diretoria" && ramo=="dir8") { window.location="escotista/restrito.htm"; done=1; }
if (nome=="camila" && ramo=="camila8") { window.location="senha/gerestrito.htm"; done=1; }
if (nome=="ana" && ramo=="ana8") { window.location="senha/gerestrito.htm"; done=1; }

if (done==0) { alert("Usuário inexistente"); }
}

var message="Função desabilitada ! \nContato pelo e-mail: site@escoteirosdooitavodf.org.br\nBoa navegação!";
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;

function senha() {
  jan = window.open("senha.htm","senha",
"status=no,toolbar=no,scrollbars=no,location=no,menu=no,width=300,height=100,top=190,left=250");
}