// menu ------------------------------------

function menu(param, obj)
{

	if (param == 1)
	{
		document.getElementById('menu_' + obj).style.display = '';
	}
	if (param == 2)
	{
		document.getElementById('menu_' + obj).style.display = 'none';
	}

}


// global inicial -------------------------

function conteudo(endereco)
{
	location = endereco;	
}

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);
}