// altere somente os nomes "teste" e "abrir"
//tambem altere os nomes dos arquivos que ele abrirá

function pass(){
if(document.password.nome.value=="marinho" && document.password.senha.value=="marinhocas20036")
window.open('marinho_acesso.htm','_blank')
else
window.open('marinho_erro.htm','_self')

if(document.password.nome.value=="xxx000xxx" && document.password.senha.value=="xxx000xxx")
window.open('marinho01_acesso.htm','_blank')
else
window.open('marinho_erro.htm','_self')

if(document.password.nome.value=="xxx000xxx" && document.password.senha.value=="xxx000xxx")
window.open('marinho02_acesso.htm','_blank')
else
window.open('marinho_erro.htm','_self')

if(document.password.nome.value=="xxx000xxx" && document.password.senha.value=="xxx000xxx")
window.open('marinho03_acesso.htm','_blank')
else
window.open('marinho_erro.htm','_self')

if(document.password.nome.value=="xxx000xxx" && document.password.senha.value=="xxx000xxx")
window.open('marinho04_acesso.htm','_blank')
else
window.open('marinho_erro.htm','_self')

if(document.password.nome.value=="xxx000xxx" && document.password.senha.value=="xxx000xxx")
window.open('marinho05_acesso.htm','_blank')
else
window.open('marinho_erro.htm','_self')

if(document.password.nome.value=="xxx000xxx" && document.password.senha.value=="xxx000xxx")
window.open('marinho06_acesso.htm','_blank')
else
window.open('marinho_erro.htm','_self')

if(document.password.nome.value=="xxx000xxx" && document.password.senha.value=="xxx000xxx")
window.open('marinho07_acesso.htm','_blank')
else
window.open('marinho_erro.htm','_self')

if(document.password.nome.value=="xxx000xxx" && document.password.senha.value=="mxxx000xxx")
window.open('marinho08_acesso.htm','_blank')
else
window.open('marinho_erro.htm','_self')

}