function cadastrar() {
	if (document.formNews.nome.value == "") {
		window.alert("Digite seu nome.");
		document.formNews.nome.focus();
	} else if (document.formNews.email.value == "") {
		window.alert("Digite o seu e-mail.");
		document.formNews.email.focus();
	} else if (!validateEmail(document.formNews.email, "E-mail")) {
	} else {
		document.formNews.acao.value = "javascript:window.close();";
		document.formNews.botao.value = "fechar_gr.jpg";
        document.formNews.operacao.value="cadastro_simples";
        document.formNews.idOperacaoNewsletter.value="1";
        window.open("",document.formNews.target,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=450,height=280,top=155,left=225');
        document.formNews.submit();
        window.open(document.formNews.url_final.value,"_self");
	}
}
///

function abreEmpresa(){
	window.open("empresa.php","_self");	
}
function abreSimulador(){
	window.open("simulador.php","_self");	
}
function abreTecnica(){
	window.open("assistencia_tecnica.php","_self");	
}
function abreIndices(){
	window.open("indices.php","_self");	
}
function abreNoticias(){
	window.open("visualizar_ultima_noticia.php?ipDinamico=noticias.mixtecnologia.com.br&diretorioTemplate=noticia&nomeTemplate=malus_noticia_visualizar_noticia.php&conjuntoCodigoSecao=288","_self");	
}
function abreContato(){
	window.open("contato.php","_self");	
}
function abreLançamentos(){
	window.open("lancamentos.php","_self");	
}
function abreProntos(){
	window.open("prontos.php","_self");	
}
function abreAlugueis(){
	window.open("alugueis.php","_self");	
}
function abreRealizadas(){
	window.open("realizadas.php","_self");	
}

function abreCervantes(){
	window.open("detalhes-empreendimento.php?emp=278_3_0_72668464067","_self");	
}
function abreAsturia(){
	window.open("detalhes-empreendimento.php?emp=278_3_0_9314941638532847","_self");	
}
function abreNavarra(){
	window.open("detalhes-empreendimento.php?emp=278_3_0_53025662798","_self");	
}

