function passar_url_realizacao(){
$('#tudo').fadeOut(500, function() {
$(this).html(newContent).fadeIn(500);
});
setTimeout (function (){
	window.location.href = "realizacao2.html";
}, 500); 
}

function passar_url_corretor(){
$('#tudo').fadeOut(500, function() {
$(this).html(newContent).fadeIn(500);
});
setTimeout (function (){
	window.location.href = "formulario2.html";
}, 500); 
}

function passar_url_infraestrutura(){
$('#tudo').fadeOut(500, function() {
$(this).html(newContent).fadeIn(500);
});
setTimeout (function (){
	window.location.href = "fotos2.html";
}, 500); 
}

function passar_url_plantas(){
$('#tudo').fadeOut(500, function() {
$(this).html(newContent).fadeIn(500);
});
setTimeout (function (){
	window.location.href = "plantas2.html";
}, 500); 
}

function passar_url_localizacao(){
$('#tudo').fadeOut(500, function() {
$(this).html(newContent).fadeIn(500);
});
setTimeout (function (){
	window.location.href = "localizacao2.html";
}, 500); 
}

function passar_url_home(){
$('#tudo').fadeOut(500, function() {
$(this).html(newContent).fadeIn(500);
});
setTimeout (function (){
	window.location.href = "index.html";
}, 500); 
}

function plantaT(x,t){    
	//document.getElementById("texto2").innerHTML = t;
	document.getElementById("planta").src = "img/img"+x+".png";
	document.getElementById("planta_link").href = "img/img"+x+"g.jpg"; 
}
function foto(x,t) {    
	//document.getElementById("texto2").innerHTML = t;
	document.getElementById("planta").src = "img/foto"+x+"g.jpg";
	document.getElementById("planta_link").href = "img/foto"+x+"gg.jpg"; 
}   
