// JavaScript Document
function empresa() {
	window.open('empresa.html', '_self', '');
}
function lancamentos() {
	window.open('lancamentos.html', '_self', '');
}
function terceiros() {
	window.open('terceiros.html', '_self', '');
}
function alugel() {
	window.open('alugel.html', '_self', '');
}
function indices() {
	window.open('indices.html', '_self', '');
}
function contatos() {
	window.open('contatos.html', '_self', '');
}
function empresa_int() {
	window.open('iframe_empresa.html', 'conteudo', '');
}
function lancamentos_int() {
	window.open('iframe_lancamentos.html', 'conteudo', '');
}
function terceiros_int() {
	window.open('iframe_terceiros.html', 'conteudo', '');
}
function alugel_int() {
	window.open('iframe_alugel.html', 'conteudo', '');
}
function indices_int() {
	window.open('iframe_indices.html', 'conteudo', '');
}
function contatos_int() {
	window.open('iframe_contatos.html', 'conteudo', '');
}