//     ---------------------------------------   FUNÇÕES PRA O MENU PORTUGUÊS  -------------------------------------------     //

function abreEmpresa(){
	window.open("empresa.php","_parent");
}

function abreLancamentos(){
	window.open("lancamentos.php","_parent");
}

function abreLocacao(){
	window.open("locacao.php","_parent");
}

function abreVendas(){
	window.open("vendas.php","_parent");
}

function abreDicas(){
window.open('dicas.php',"_parent");
}

function abreNatal(){
window.open('natal.php',"_parent");
}


function abreAreaVip(){
window.open('area_vip.php',"_parent");
}

function abreContato(){
	window.open("contato.php","_parent");
	
}

//     ---------------------------------------   FUNÇÕES PRA O MENU INGLÊS  -------------------------------------------     //

function abreEmpresaIng(){
	window.open("empresa_ing.php","_parent");
}

function abreLancamentosIng(){
	window.open("lancamentos_ing.php","_parent");
}

function abreLocacaoIng(){
	window.open("locacao_ing.php","_parent");
}

function abreVendasIng(){
	window.open("vendas_ing.php","_parent");
}

function abreDicasIng(){
window.open('dicas_ing.php',"_parent");
}

function abreNatalIng(){
window.open('natal_ing.php',"_parent");
}


function abreAreaVipIng(){
window.open('area_vip_ing.php',"_parent");
}

function abreContatoIng(){
	window.open("contato_ing.php","_parent");
	
}






//-------------- Funções para o PopUp

function abreQuemSomos()
{
  window.open("popups/quemsomos01.html",'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=410,height=310,top=40,left=40');
}

function abreQuemSomos2()
{
  window.open("popups/quemsomos02.html",'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=410,height=310,top=40,left=40');
}

function abreQuemSomos3()
{
  window.open("popups/quemsomos03.html",'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=410,height=310,top=40,left=40');
}
function abreDetalhe(){
	window.open("http://www.expoimovel.com/servlet/br.com.expoimovel.servlet.GerenciadorDetalhesAnuncioImovelServlet?operacao=exibirDetalhes&codigoAnuncioImovel=1186_1_1_x59324384077564251227734363658&origem=roseno&operacao=exibirDetalhes&cliqueFoto=false&anunciante=roseno","_blank");
	
}