function autenticar ( formulario ) {
	window.open("/cgi-local/cadastro.pl?acao=AUTH&formulario=" + formulario, "AUTH"+formulario, "width=350,height=300");
}

function abrircadastro() {
	window.open("http://www.irmaos.com/cgi-local/cadastro.pl", "CADASTRO", "width=350,height=400,scrollbars=yes");
}

function abriralterar() {
	window.open("http://www.irmaos.com/cgi-local/cadastro.pl?acao=ALT", "ALTCADASTRO", "width=350,height=350,scrollbars=yes");
}

function info(email) {
	window.open("http://www.irmaos.com/cgi-local/cadastro.pl?acao=INFO&email=" + email, "ALTCADASTRO", "width=350,height=250,scrollbars=no");
}

