

var NoOffFirstLineMenus=7;			// Numero de Menus principais!!!

// Colorvariables:
// Color variables take HTML predefined color names or "#rrggbb" strings
//For transparency make colors and border color ""
					
var LowBgColor="#6F8AA0";			// Background color when mouse is not over
var HighBgColor="#9CB0BE";			// Background color when mouse is over
var FontLowColor="white";			// Font color when mouse is not over
var FontHighColor="white";			// Font color when mouse is over
var BorderColor="";			// Border color
var BorderWidthMain=0;			// Border width main items
var BorderWidthSub=0;			// Border width sub items
var BorderBtwnMain=0;			// Borderwidth between elements
var BorderBtwnSub=0;			// Borderwidth between elements sub items
var FontFamily="verdana,arial,technical";	// Font family menu items
var FontSize=11;				// Font size menu items
var FontBold=0;				// Bold menu items 1 or 0
var FontItalic=0;				// Italic menu items 1 or 0
var MenuTextCentered="left";		// Item text position left, center or right
var MenuCentered="left";			// Menu horizontal position can be: left, center, right
var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
var ChildOverlap=.0;			// horizontal overlap child/ parent
var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
var StartTop=106;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
var StartLeft=184;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
var VerCorrect=0;				// Multiple frames y correction
var HorCorrect=0;				// Multiple frames x correction
var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
var LeftPaddng=2;				// Left padding
var TopPaddng=4;			// Top padding. If set to -1 text is vertically centered
var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
var DissapearDelay=300;			// delay before menu folds in
var UnfoldDelay=10;			// delay before sub unfolds	
var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
var FirstLineFrame="";			// Frame where first level appears
var SecLineFrame="";			// Frame where sub levels appear
var DocTargetFrame="";			// Frame where target documents appear
var TargetLoc="";				// span id for relative positioning
var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 

// The script precedes your relative links with BaseHref
// For instance: 
// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
// Can also be used when you use images in the textfields of the menu
// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

//var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];
var Arrws=["/"+BaseHref+"img/tri.gif",5,10,"","","","","","","","",""];

// Arrow source, width and height.
// If arrow images are not needed keep source ""

var MenuUsesFrames=0;			
// MenuUsesFrames is only 0 when Main menu, submenus,
// document targets and script are in the same frame.
// In all other cases it must be 1
					
var OverFormElements=1;			// Set this to 0 when the menu does not need to cover form elements.
var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
					
// When set to 2 only the relevant main item stays highligthed
// The preset is done by setting a variable in the head section of the target document.
// <head>
//	<script type="text/javascript">var SetMenu="2_2_1";<//script>
// </head>
// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

var HooverBold=0;				// 1 or 0
var HooverItalic=0;				// 1 or 0
var HooverUnderLine=0;			// 1 or 0
var HooverTextSize=0;			// 0=off, number is font size difference on hoover
var HooverVariant=0;			// 1 or 0

// Below some pretty useless effects, since only IE6+ supports them
// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
// If you don't need MenuSlide just leave in the line var MenuSlide="";
// delete the other MenuSlide statements
// In general leave the MenuSlide you need in and delete the others.
// Above is also valid for MenuShadow and MenuOpacity
// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
// You can add more filters by concanating the strings

var MenuSlide="";
var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.3, transition=19)";
var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.3, wipeStyle=1)";

var MenuShadow="";
//var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
//var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

var MenuOpacity="";
//var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=85)";

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

function AbreClipping()
{
	Propr_Jan = "top=0,left=0,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no";
	var ws = screen.availWidth-12;
	var hs = screen.availHeight-50;
	var ts = ",width="+ws+",height="+hs;
	//alert('Informamos que o serviço encontra-se temporariamente indisponível.');
	var Jan = window.open('http://trf1.empauta.com/trf1/index.php','',Propr_Jan+ts);
}


// AQUI COMEÇA A CRIAÇÃO DOS MENUS!!!!
/* Menu tree: Elementos do new Array em ordem:

1. ItemText ou imagem
2. Link
3. background image
4. number of sub elements
5. height
6. width
7. bgcolor
8. bghighcolor
9. fontcolor
10. fonthighcolor
11. bordercolor
12. fontfamily
13. fontsize
14. fontbold
15. fontitalic
16. textalign
17. statustext

Caso seja definida alguma variavel nas configurações do menu abaixo, as configurações globais serão ignoradas.
Fontsize, fontbold and fontitalic são ignoradas quando definidas como -1.
para rollover imagens ItemText ou imagens de background o formato é:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 
*/

// ## Menu 1 ##
Menu1=new Array("Institucional","","",13,20,94,"","","","","","",-1,1,-1,"center","");
	Menu1_1=new Array("Competência Constitucional","/institucional/index.php?id=11","0",0,23,228,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu1_2=new Array("Composição Órgãos Julgadores - TRF1","http://www.trf1.jus.br/Institucional/Organizacao/Organizacao.php","",0,23,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu1_3=new Array("Contatos da Seção Judiciária do Pará","/institucional/index.php?id=13","",6,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu1_3_1=new Array("Diretoria do Foro","/institucional/index.php?id=131","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu1_3_2=new Array("Secretaria Administrativa","/institucional/index.php?id=132","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu1_3_3=new Array("Varas Federais","/institucional/index.php?id=133","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu1_3_4=new Array("Subseções Judiciárias","/institucional/index.php?id=134","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu1_3_5=new Array("Varas dos JEFs","/institucional/index.php?id=135","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu1_3_6=new Array("Turma Recursal","/institucional/index.php?id=136","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu1_4=new Array("Corregedoria  e Ouvidoria","/institucional/index.php?id=14","",3,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu1_4_1=new Array("Corregedoria Geral - COGER","/institucional/index.php?id=14","",0,24,215,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu1_4_2=new Array("Ouvidoria Judicial da 1ª Instância","/institucional/index.php?id=14","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu1_4_3=new Array("Ouvidoria Administrativa do Tribunal","/institucional/index.php?id=14","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu1_5=new Array("Dados da Seção Judiciária do Pará","/institucional/index.php?id=16","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu1_6=new Array("Jurisdição","/institucional/index.php?id=22","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu1_7=new Array("Juízes Federais da Seção Pará","/institucional/index.php?id=17","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu1_8=new Array("Organização","/institucional/index.php?id=18","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu1_9=new Array("Planejamento Estratégico - 1ª Região","http://www.trf1.jus.br/Institucional/Planejamento/index.php","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu1_10=new Array("Diretoria do Foro","/institucional/index.php?id=19","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu1_11=new Array("Regimento Interno","/institucional/index.php?id=20","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu1_12=new Array("Símbolos da Primeira Região","/institucional/index.php?id=21","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu1_13=new Array("Universidade Corporativa","http://www.trf1.jus.br/Institucional/UniversidadeCorporativa/UniversidadeCorporativa.htm","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	

// ## Menu 2 ##
Menu2=new Array("Judicial","","",11,23,63,"","","","","","",-1,1,-1,"center","");
	Menu2_1=new Array("Acompanhamento Automático (TRF-Push)","javascript:window.open('http://www.trf1.jus.br/Processos/Push/TRF1PushInfo.html')","",0,21,310,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu2_2=new Array("Acompanhamento Processual","http://www.jfpa.jus.br/judicial/consulta/","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu2_3=new Array("Assistência Judiciária Gratuita - AJG","http://www.jfpa.jus.br/judicial/ajg/","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu2_4=new Array("Cálculo de custas e despesas processuais","javascript:window.open('http://www.trf1.jus.br/Processos/CalculoDeCustas/index.php?secao=3900')","",0,24,.2,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu2_5=new Array("Inteiro Teor de Decisões, Sentenças e Despachos","/judicial/inteiroteor","",0,24,.2,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu2_6=new Array("Juizado Especial Federal – JEF","http://www.trf1.jus.br/Setorial/JEF/default.htm","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu2_7=new Array("Jurisprudência (JEF, Boletim, Ementário, Pesquisa)","http://www.trf1.jus.br/Processos/Jurisprudenciaoracle/default.htm","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu2_8=new Array("Súmulas","http://www.trf1.jus.br/Processos/JurisprudenciaOracle/JurisprudenciaDetalhesSumula.php?Suml=1&CONSULTA_SUMULA=checked&SJ_ORGAO=0","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu2_9=new Array("e-Jur - Processo Digital da 1ª Região","http://www.trf1.jus.br/Processos/ProcessoDigital/index.php","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu2_10=new Array("e-Proc - Peticionamento Eletrônico","http://www.trf1.jus.br/Processos/ePeticao/","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu2_11=new Array("e-Cint -Citação e Intimação Eletrônica","http://www.trf1.jus.br/ecint/","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
//	Menu2_12=new Array("Tabela de Custas Judiciais","/judicial/custas/","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");


// ## Menu 3 ##
Menu3=new Array("Publicações","","",11,23,90,"","","","","","",-1,1,-1,"center","");
	Menu3_1=new Array("Diário Eletrônico e-DJF1","http://www.trf1.jus.br/Consulta/DiarioEletronico/DiarioEletronico.php?Entidade=1000100000000","",0,24,240,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu3_2=new Array("Documentos Oficiais","http://www.trf1.jus.br/Consulta/DocOficial/DocOficial.php","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu3_3=new Array("Informativos da Primeira Região","","",4,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");	
			Menu3_3_1=new Array("Clipping do TRF1","javascript:AbreClipping()","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
			Menu3_3_2=new Array("Revista Destaque TRF1","http://www.trf1.jus.br/Consulta/PubOficial/Puboficial.php?Entidade=1000100000000&DocOrgOrigem=3&TDoc=5&acao=ver","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
			Menu3_3_3=new Array("Informativo dos JEF's","http://www.trf1.jus.br/Consulta/PubOficial/Puboficial.php?Entidade=1000100000000&DocOrgOrigem=5&TDoc=8&acao=ver","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
			Menu3_3_4=new Array("RH notícias - TRF1","http://www.trf1.jus.br/Publicacao/pub.php?pub=rhn","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu3_4=new Array("Publicações Oficiais","http://www.trf1.jus.br/Consulta/PubOficial/PubOficial.php","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu3_5=new Array("Manual de Cálculos da Justiça Federal","javascript:window.open('http://www.trf1.jus.br/Processos/ManualCalculos/MANUAL-CALCULOS-JF.PDF')","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu3_6=new Array("Relatório de Atividades da 1ª Região","http://www.trf1.jus.br/usuario/secju/cojud/RelatorioDeAtividadesTRF/IndiceRelatorioAtividades.htm","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu3_7=new Array("Jurisprudência","","",4,24,230,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");	
			Menu3_7_1=new Array("Boletim Informativo de Jurisprudência","http://www.trf1.jus.br/Consulta/bij/listabij.php","",0,37,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
			Menu3_7_2=new Array("Ementário de Jurisprudência","http://www.trf1.jus.br/Consulta/PubOficial/Puboficial.php?DocOrgOrigem=4&TDoc=3&acao=ver","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
			Menu3_7_3=new Array("CTN - à luz da jurisprudência","http://www.trf1.jus.br/Publicacao/Arquivos/CTN_COMPLETO_INTERNET.pdf","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
			Menu3_7_4=new Array("A Constituição no atual entendimento dos TRFs","http://www.trf1.jus.br/Publicacao/Arquivos/ConstituicaoEntendimentoTF.pdf","",0,37,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu3_8=new Array("Revista da 1ª Região","http://www.trf1.jus.br/Consulta/PubOficial/Puboficial.php?DocOrgOrigem=4&TDoc=7&Entidade=1000100000000&acao=ver","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu3_9=new Array("O Quê do Mês","http://www.jfpa.jus.br/servicos/oquedomes.php","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu3_10=new Array("Datas sem expediente forense","/publicacoes","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu3_11=new Array("Suspensão de Prazos Processuais","/publicacoes","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
			


// ## Menu 4 ##
Menu4=new Array("Formulários","","",3,23,90,"","","","","","",-1,1,-1,"center","");
	Menu4_1=new Array("DARF - Documento de Arrecadação","javascript:window.open('http://www.trf1.jus.br/Processos/Darf/default.htm')","",0,24,260,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu4_2=new Array("GRU - Guia de Recolhimento da União","https://consulta.tesouro.fazenda.gov.br/gru/gru_simples.asp","",0,24,90,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu4_3=new Array("Requerimento de cadastro de representantes de advogados e procuradores","http://www.trf1.jus.br/Servicos/feiWEB/AbreArquivoGefiWeb.php?url=%2Fusuario%2Fsecin%2Fdiget%2FGEFIWEB%2FSistema+1+-+Assuntos+Judici%E1rios%2FRequerimento+de+Cadastro+de+Representantes+de+Advogados+e+Procuradores+-+PRO.11-074.pdf","",0,47,90,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");


// ## Menu 5 ##
Menu5=new Array("Administrativos","","",10,23,115,"","","","","","",-1,1,-1,"center","");
	Menu5_1=new Array("Concursos (TRF1)","/administrativo/concursos/","",0,24,200,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu5_2=new Array("Seleção de Estagiários","/administrativo/SelEstagiarios","",0,24,200,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu5_3=new Array("Contas Públicas","javascript:window.open('http://www.trf1.jus.br/Consulta/ContasPublicas/TRF1_CP_Compras.php')","",0,24,200,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu5_4=new Array("Contracheque","https://www.trf1.jus.br/Consulta/ContraCheque/ContraCheque.php","",0,24,200,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu5_5=new Array("Descarte de Documentos","http://www.jfpa.jus.br/administrativo/descarte/","",0,24,200,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu5_6=new Array("DIRF - Imposto de Renda","https://www.trf1.jus.br/servicos/dirf/dirf.php?acao=9","",0,24,200,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu5_7=new Array("E-mail","javascript:window.open('https://owa.trf1.jus.br/exchange/')","",0,24,200,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu5_8=new Array("Licitações","/licitacao","",0,24,200,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu5_9=new Array("Datas sem Expediente Forense","/publicacoes/","",0,24,200,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");	
	Menu5_10=new Array("SEMAP - Desfazimento de Bens","/setorial/semap","",0,24,200,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");	


// ## Menu 6 ##
Menu6=new Array("Setoriais","","",8,23,73,"","","","","","",-1,1,-1,"center","");
	Menu6_1=new Array("Biblioteca","/Setorial/Biblioteca","",0,24,143,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu6_2=new Array("Comunicação Social","/Setorial/comunicacao","",0,24,143,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu6_3=new Array("Escola de Magistratura","javascript:window.open('http://www.trf1.jus.br/setorial/Esmaf/default.htm')","",0,24,143,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu6_4=new Array("Ouvidoria","javascript:window.open('http://www.trf1.jus.br/setorial/coger/Ouvidoria/default.htm')","",0,24,143,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu6_5=new Array("PGQVT","javascript:window.open('http://www.trf1.jus.br/setorial/PGQVT/default.htm')","",0,24,143,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu6_6=new Array("SEBES / Pró-Social","/setorial/sebes/","",0,24,143,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu6_7=new Array("Recursos Humanos","/Setorial/rh/","",0,24,143,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu6_8=new Array("Fale Conosco","/Setorial/faleConosco","",0,24,143,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	


// ## Menu 7 ##
Menu7=new Array("Serviços","","",6,23,70,"","","","","","",-1,1,-1,"center","");
	Menu7_1=new Array("Atalhos / Links","/servicos/index.php?id=71","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu7_2=new Array("Consultoria em Língua Portuguesa","/servicos/index.php?id=72","",0,37,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu7_3=new Array("Plantões da Seção Judiciária","/servicos/index.php?id=73","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu7_4=new Array("Protocolo Descentralizado","/servicos/index.php?id=74","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu7_5=new Array("Protocolo Postal","/servicos/index.php?id=75","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	Menu7_6=new Array("Inspeção Ordinária","/servicos/index.php?id=77","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");	
	



