var intervaloRich;
$(document).ready(function() {
	$("#popup").show();		
	intervaloRich = setInterval(fechaRich2,18000);

})

function fechaRich2(){
	$("#popup").hide("slow");
};


$(document).ready(function() {
	$("#richMedia").show();						   

})

function fechaRich(){
	$("#richMedia").hide("slow");
}

function mostraRich(){
	var rich_media = document.getElementById("richMedia");
	if(rich_media){
		rich_media.style.display = "block";

	}
};

// Abre Corretor Online
function AbreJanela(theURL,winName,features) {
	window.open(theURL,winName,features);
}

// CYCLES
$(function(){
	$("#imoveisDestaques .cycleDestaques").jCarouselLite({
		btnNext: "#imoveisDestaques .next",
		btnPrev: "#imoveisDestaques .prev",
		auto: 10000,
		speed: 800,
		visible: 3,
		cleartype: 1
	});
	
	
});

