function VisualizarImovel(id)
{
	window.location = "detalheimv.asp?imv=" + id;
}
function VisualizarFotoDetalhe(end)
{
	document.getElementById("fotoDetalhe").src= "ft_imv/detalhe/" + end;
}