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 abrirSimulador(){
    
    window.open("http://www8.caixa.gov.br/siopiinternet/simulaOperacaoInternet.do?method=inicializarCasoUso","_blank",'width=490');
    
    
}
function abrirMinha(){
    
    window.open("http://www1.caixa.gov.br/popup/Home/popup_home_9.asp","_blank",'width=900');
    
    
}

function advogados(){
    
    window.open("http://www.marciliomesquita.com.br","_blank");
    
    
}



 $(document).ready(function(){	
    $("#slider").sudoSlider({ 
        numeric: true,
        fade: true,
        prevNext: false,
	    updateBefore: false,
        auto:true,
        numericText:[
					 '<span styl cursor:pointer;" class="fleft">Plateau Residencial</span><span class="fright">>></span>', 
                    '<span style="cursor:pointer;" class="fleft">Solar Portal do Potengi</span><span class="fright">>></span>',
                    '<span style="cursor:pointer;" class="fleft">Condomínio Villares</span><span class="fright">>></span>', 
                    '<span style="cursor:pointer;" class="fleft">Residencial Luiz Cavalcanti</span><span class="fright">>></span>',
                    '<span style="cursor:pointer;" class="fleft">Residencial BellaVista Tirol</span><span class="fright">>></span>',
					'<span style="cursor:pointer;" class="fleft">Condomínio Estoril</span><span class="fright">>></span>',
                    ]
   });
});

$(document).ready(function(){
$("#mapa1").fancybox({
				'width'				: '75%',
				'height'			: '75%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
            });
            
            $(document).ready(function(){
$("#mapa2").fancybox({
				'width'				: '75%',
				'height'			: '75%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
            });
            
            $(document).ready(function(){
$("#mapa3").fancybox({
				'width'				: '75%',
				'height'			: '75%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
            });
                        
						
						

	
	
						
