function PopImovel(imovelID)
{
	window.open('imovel.php?id=' + imovelID,'','status=yes,scrollbars=yes,width=700,height=500');
}

function PopMapa()
{
	window.open('localizacao-mapa.html','','status=yes,scrollbars=no,width=800,height=566');
}