// MENU

/* 
 Existe dois menu, o menu vertical e horizontal, pra cada um deles há uma 
 cópia (menu_horizontal_acompanhe.swf, menu_vertical_acompanhe.swf)a ÚNICA 
 diferença  existente no menu esta na função. Foi utilizada para abrir 
 corretamente os empreendimentos da página  acompanhe.php 
 
 Qualquer dúvida, por favor, ler o arquivo Leia-me.doc que esta na pasta material
*/

// Menu horizontal

function abreEmpresa(){
window.open("empresa.php","_self");			
}

function abreEmpresaAcompanhe(){
window.open("../../../empresa.php","_self");			
}

function abreLocVenda(){
window.open("loc_venda.php","_self");	
}

function abreLocVendaAcompanhe(){
window.open("../../../loc_venda.php","_self");	
}

function abreAcompanhe(){
window.open("acompanhe.php","_self");	
}

function abreAcompanheInterna(){
window.open("../../../acompanhe.php","_self");	
}

function abreCorretor(){
window.open("corretor_online.php","_self");	
}

function abreCorretorAcompanhe(){
window.open("../../../corretor_online.php","_self");	
}

function abreParceiros(){
window.open("parceiros.php","_self");	
}

function abreImprensa(){
window.open("http://www.rioave.com.br/consultar_noticia.php?ipDinamico=noticias.mixtecnologia.com.br&diretorioTemplate=imprensa&nomeTemplate=rioave_imprensa_consultar_noticia.php&conjuntoCodigoSecao=210","_self");	
//window.open("imprensa.php","_self");	
}

function abreImprensaAcompanhe(){
window.open("http://www.rioave.com.br/consultar_noticia.php?ipDinamico=noticias.mixtecnologia.com.br&diretorioTemplate=imprensa&nomeTemplate=rioave_imprensa_consultar_noticia.php&conjuntoCodigoSecao=210","_self");	
}

function abreNoticias(){
window.open("http://www.rioave.com.br/consultar_noticia.php?ipDinamico=noticias.mixtecnologia.com.br&diretorioTemplate=noticias&nomeTemplate=rioave_noticias_consultar_noticia.php&conjuntoCodigoSecao=211","_self");	
//window.open("noticias.php","_self");	
}

function abreNoticiasAcompanhe(){
window.open("http://www.rioave.com.br/consultar_noticia.php?ipDinamico=noticias.mixtecnologia.com.br&diretorioTemplate=noticias&nomeTemplate=rioave_noticias_consultar_noticia.php&conjuntoCodigoSecao=211","_self");	
//window.open("../../../noticias.php","_self");	
}

function abreJornal(){
window.open("http://www.rioave.com.br/consultar_noticia.php?ipDinamico=noticias.mixtecnologia.com.br&diretorioTemplate=jornal&nomeTemplate=rioave_jornal_consultar_noticia.php&conjuntoCodigoSecao=212","_self");	
//window.open("jornal.php","_self");	
}

function abreJornalAcompanhe(){
window.open("http://www.rioave.com.br/consultar_noticia.php?ipDinamico=noticias.mixtecnologia.com.br&diretorioTemplate=jornal&nomeTemplate=rioave_jornal_consultar_noticia.php&conjuntoCodigoSecao=212","_self");	
//window.open("../../../jornal.php","_self");	
}

function abreContatos(){
window.open("contatos.php","_self");	
}

function abreContatosAcompanhe(){
window.open("../../../contatos.php","_self");	
}
// Menu Vertical

function abreIndex(){
window.open("index.php","_self");			
}

function abreIndexAcompanhe(){
window.open("../../../index.php","_self");			
}

function abreLancamento(){
window.open("lancamentos.php","_self");	
}

function abreLancamentoAcompanhe(){
window.open("../../../lancamentos.php","_self");	
}

function abreAndamento(){
window.open("obras_andamento.php","_self");	
}

function abreAndamentoAcompanhe(){
window.open("../../../obras_andamento.php","_self");	
}

function abreConcluidas(){
window.open("obras_concluidas.php","_self");	
}

function abreConcluidasAcompanhe(){
window.open("../../../obras_concluidas.php","_self");	
}

function abrePortfolio(){
window.open("portfolio.php","_self");	
}

function abrePortfolioAcompanhe(){
window.open("../../../portfolio.php","_self");	
}

// POPUPS DA PÁGINA 

function abreMateriaEmpresa(){
	window.open("popups/materia_alberteinstein.html",'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=no,copyhistory=no,width=778,height=395,top=40,left=40');

}

//------------   Funções para o Banner TOPO


function abreDetalhesBanner(){
	window.open("detalhes-empreendimento.php?emp=295_3_1_44693673306&lingua=pt&pais=BR","_parent");
}

function abreDetalhesBanner2(){
	window.open("http://www.rioave.com.br/pontescorporate","_self");
	
}

function abre5Avenida(){
	window.open("detalhes-empreendimento.php?emp=295_3_0_44692625894&lingua=pt&pais=BR","_parent");
}
