function ir(site) 
{
	document.location.href = site;
}

function abrirImovel(id) 
{

	url = "index.php?a=imovel&id="+id;
	ir(url);
	
}

