//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(satEnd, cidade) {
	window.open("localizacaoSatelite.php?endereco="+satEnd+"&cidade="+cidade,"_blank", "location=NO, width="+screen.width+", height="+screen.height);
}

//foco dos formularios---------------
function foco()
{
	try
	{
		//document.frmBusca.codigo.focus();
	}
	catch(e)
	{
		return false;
	}
}

