// Menu Index
function empresaHome(){
	window.open("empresa_home.html","_self");
}
function comercialHome(){
	window.open("assessoria_comercial.html","_self");
}
function tecnicaHome(){
	window.open("assessoria_tecnica.html","_self");
}
function juridicaHome(){
	window.open("assessoria_juridica.html","_self");
}
function financeiraHome(){
	window.open("assessoria_financeira.html","_self");
}
function lancamentosHome(){
	window.open("lancamentos_home.html","_self");
}
function destaquesHome(){
	window.open("destaques_home.html","_self");
}
function soliciteHome(){
	window.open("solicite_home.html","_self");
}
function cadastreHome(){
	window.open("cadastre_home.html","_self");
}
function indicesHome(){
	window.open("indices_home.html","_self");
}
function faleHome(){
	window.open("fale_home.html","_self");
}
function midiaHome(){
	window.open("midia_home.html","_self");
}
function representacoesHome(){
	window.open("representacoes_home.html","_parent");
}

//Menu internas
function empresa(){
	window.open("empresa.html","conteudo");
}
function lancamentos(){
	window.open("lancamentos.html","conteudo");
}
function destaques(){
	window.open("destaques.html","conteudo");
}
function solicite(){
	window.open("solicite.html","conteudo");
}
function cadastre(){
	window.open("cadastre.html","conteudo");
}
function indices(){
	window.open("indices.html","conteudo");
}
function fale(){
	window.open("fale.html","conteudo");
}
function midia(){
	window.open("midia.html","conteudo");
}
function comercial(){
	window.open("assessoria_comercial_miolo.html","conteudo");
}
function tecnica(){
	window.open("assessoria_tecnica_miolo.html","conteudo");
}
function juridica(){
	window.open("assessoria_juridica_miolo.html","conteudo");
}
function financeira(){
	window.open("assessoria_financeira_miolo.html","conteudo");
}
