// JavaScript Document

//MENU PRINCIPAL

function abrePrincipal(){
	window.open("home.html","_conteudo");
}

function abreEmpresa(){
	window.open("empresa.html","_conteudo");
}

function abreFiliais(){
	window.open("filiais.html","_conteudo");
}

function abreLogistica(){
	window.open("logistica.html","_conteudo");
}

function abreProjetos(){
	window.open("projetos_sociais.html","_conteudo");
}

function abreSeguranca(){
	window.open("seguranca.html","_conteudo");
}

function abreArmazenagem(){
	window.open("armazenagem.html","_conteudo");
}

function abreContato(){
	window.open("contato.html","_conteudo");
}

function abreQualidade(){
	window.open("qualidade.html","_conteudo");
}

//POPUP

function abreCertificado()
{
 window.open("certificado_sassmaq.html",'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=477,height=649,top=105,left=0');
}

