// JavaScript Document

//MENU PRINCIPAL

function abreHome(){
	window.open("home.html","conteudo");
}

function abreVirar(){
	window.open("comovirar.html","conteudo");
}

function abreQuemsomos(){
	window.open("quemsomos.html","conteudo");
}

function abreLinks(){
	window.open("links.html","conteudo");
}

function abreClientes(){
	window.open("clientes.html","conteudo");
}

function abreContato(){
	window.open("contato.html","conteudo");
}

function abreServicos(){
	window.open("servicos.html","conteudo");
}

function abreNoticias(){
	window.open("http://noticias.mixtecnologia.com.br/servlet/br.com.mixtecnologia.noticia.web.servlet.ConsultarNoticiaServlet?diretorioTemplate=noticias&nomeTemplate=escritorio_noticia_consultar_noticia.html&operacao=16&autenticar=0&login=escritorio_publico&senha=escritorio_publico&codigoAnunciante=2&conjuntoCodigoSecao=s3&qtdeNoticia=","conteudo");
}