// JavaScript Document
function abreEmpresa(){
	window.open("empresa.html","fpinto_conteudo");
}
function abreUnidades(){
	window.open("unidades.html","fpinto_conteudo");
}
function abreNoticias(){
	window.open("noticias.html","fpinto_conteudo");
}
function abreProdutos(){
	window.open("produtos.html","fpinto_conteudo");
}
function abrePromocoes(){
	window.open("promocoes.html","fpinto_conteudo");
}
function abreContatos(){
	window.open("contatos.html","fpinto_conteudo");
}
