//menu lateral----------
function menu_s(objeto)
{
	document.getElementById(objeto).className = '';
}

function menu_h(objeto)
{
	document.getElementById(objeto).className = 'oculto';
}

// busca de imoveis

function amigo(){

window.open('amigo.htm','amigo','width=300,height=250');

}

function fotos(){

window.open('fotos.htm','fotos','width=440,height=550,scrollbars=yes');

}

function imovel( endereco )
{
	self.location = endereco;
}

function verViaSatelite(tip,id,local) {
	url = local+"index.php/imoveis/localizacaoSatelite/"+tip+"/"+id;
	window.open(url,"_blank", "location=NO, width="+screen.width+", height="+screen.height);
}

