

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="center";                        // 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=92;                                // 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+"http://www.jfdf.jus.br/files/images/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}

// 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,24,94,"","","","","","",-1,1,-1,"center","");
        Menu1_1=new Array("Atendimento da JF no Na Hora","http://www.jfdf.jus.br/novidades/justica_taguatinga.php","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu1_2=new Array("Competência","http://www.jfdf.jus.br/institucional/competencia.php","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu1_3=new Array("Composição Órgãos Julgadores","http://www.jfdf.jus.br/institucional/composicaoOrgaosJuldadores.php","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu1_4=new Array("Contatos","#","0",5,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
				Menu1_4_1=new Array("Central de Atendimento","http://www.jfdf.jus.br/institucional/contatos/contatos.php?tipo=vara","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
                Menu1_4_2=new Array("Varas","http://www.jfdf.jus.br/institucional/contatos/contatos.php?tipo=vara","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
                Menu1_4_3=new Array("Juizados Especiais","http://www.jfdf.jus.br/institucional/contatos/contatos.php?tipo=jef","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
                Menu1_4_4=new Array("Turma Recursal","http://www.jfdf.jus.br/institucional/contatos/contatos.php?tipo=turma","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
                Menu1_4_5=new Array("Unidades Administrativas","http://www.jfdf.jus.br/institucional/contatos/contatos.php?tipo=administrativa","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        		Menu1_4_6=new Array("Web Master","mailto:webmaster.df@trf1.jus.br","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu1_5=new Array("Corregedoria-Geral","javascript:window.open('http://www.trf1.jus.br/Institucional/corregedoriageral/corregedoria.htm')","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu1_6=new Array("Dados da Seccional","http://www.df.trf1.gov.br/institucional/dadosSeccional.php","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	    Menu1_7=new Array("Recesso e Feriados","http://www.jfdf.jus.br/institucional/feriados.php","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu1_8=new Array("Juízes Federais","http://www.jfdf.jus.br/institucional/juizesFederais.php","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu1_9=new Array("Organização","#","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu1_10=new Array("Diretoria do Foro","http://www.jfdf.jus.br/institucional/administracao/diretoriaForo.php","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu1_11=new Array("Regimento Interno","javascript:window.open('http://www.trf1.jus.br/Institucional/RegimentoInterno/RegimentoInterno.htm')","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu1_12=new Array("Símbolos da Primeira Região","http://www.jfdf.jus.br/institucional/simbolosPrimeiraRegiao/simbolosPrimeiraRegiao.php","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu1_13=new Array("Planejamento Estratégico","https://www.trf1.jus.br/Institucional/Planejamento/index.php","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		

// Menu 2
Menu2=new Array("Judicial","#","",17,24,63,"","","","","","",-1,1,-1,"center",""); //15,24,63
        Menu2_1=new Array("NO PLANTÃO, as petições NÃO devem ser encaminhadas pelo e-Proc., devendo o interessado entrar em contato direto com o plantonista para a entrega da petição.","","",0,100,190,"#6F8AA0","#9CB0BE","yellow","yellow","","",-1,-1,-1,"","");
        Menu2_2=new Array("Acompanhamento Automático (TRF-Push)","javascript:window.open('http://www.trf1.jus.br/Processos/Push/TRF1PushInfo.html')","",0,37,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu2_3=new Array("Acompanhamento Processual","javascript:window.open('http://processual-df.trf1.gov.br/Processos/ProcessosSecaoOra/ConsProcSecaoPes.php?SECAO=DF')","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu2_4=new Array("Citação e Intimação Eletrônica","javascript:window.open('http://prd.trf1.gov.br/autointimacao/')","0",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu2_5=new Array("Inteiro Teor de Sentenças e Decisões","http://www.jfdf.jus.br/inteiro_teor/consulta.php","",0,37,.2,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu2_6=new Array("Inspeções das Varas","http://www.df.trf1.gov.br/varas/inspecao.php","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu2_7=new Array("Turma Recursal","http://www.df.trf1.gov.br/turmarecursal/index.php","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu2_8=new Array("Varas","http://www.jfdf.jus.br/varas/legislacao.php","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu2_9=new Array("Juizado Especial Federal – JEF","http://www.df.trf1.gov.br/juizadosEspeciaisFederais/index.php","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu2_10=new Array("Jurisprudência","javascript:window.open('http://www.trf1.jus.br/Processos/JurisprudenciaOracle/Jurisprudencia.php')","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu2_11=new Array("Novo Manual de Cálculos na Justiça Federal","javascript:window.open('http://www.justicafederal.gov.br/portal/publicacao/engine.wsp?tmp.area=275&tmp.texto=10739')","",0,37,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu2_12=new Array("Peticionamento Eletrônico - e-Proc","javascript:window.open('http://www.jfdf.jus.br/eproc.html')","",0,37,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
	  <!-- Menu2_11=new Array("Peticionamento Eletrônico - e-Proc","javascript:window.open('http://www.trf1.jus.br/Processos/ePeticao/ePetTermos.php')","",0,37,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");-->
        Menu2_13=new Array("Plantão","http://www.jfdf.jus.br/servicos/plantaoJudicial.php","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		//Menu2_8=new Array("Precatórios","link.htm","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu2_14=new Array("Tabela de Custas","javascript:window.open('http://www.jfdf.jus.br/judicial/tabelaDeCustas_.pdf')","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu2_15=new Array("Tabelas de Correção Monetária do CJF","javascript:window.open('http://aplicaext.cjf.gov.br/phpdoc/sicomo/')","",0,37,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
                //Menu2_14_1=new Array("Ações em geral","javascript:window.open('http://www.jfdf.jus.br/judicial/acoes_geral.pdf')","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
                //Menu2_14_2=new Array("Benefício Previdenciário","javascript:window.open('http://www.jfdf.jus.br/judicial/beneficio_previdenciario.pdf')","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu2_16=new Array("Tabela de Fianças","javascript:window.open('http://www.jfdf.jus.br/judicial/fianca_nova.pdf')","0",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu2_17=new Array("Meta 2","#","0",1,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
			 Menu2_17_1=new Array("2009","javascript:window.open('http://www.jfdf.jus.br/meta2/meta2.php')","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
               
		

// Menu 3
Menu3=new Array("Publicações","#","",2,24,90,"","","","","","",-1,1,-1,"center","");
        Menu3_1=new Array("Jurisprudência","javascript:window.open('http://www.trf1.jus.br/Processos/Jurisprudenciaoracle/default.htm')","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu3_2=new Array("Diário Eletrônico - e-DJF1","javascript:window.open('http://www.trf1.jus.br/Consulta/DiarioEletronico/DiarioEletronico.php?Entidade=1000105000000')","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		
/*
        Menu3_1=new Array("Documentos Oficiais","link.htm","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu3_2=new Array("Informativos","link.htm","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu3_3=new Array("Judiciais","link.htm","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu3_4=new Array("Jurisprudência","javascript:window.open('http://www.trf1.jus.br/Processos/Jurisprudenciaoracle/default.htm')","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu3_5=new Array("Publicações Oficiais","link.htm","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu3_6=new Array("Relatórios","link.htm","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu3_7=new Array("Revistas","link.htm","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
*/

// Menu 4
Menu4=new Array("Formulários","#","",4,24,90,"","","","","","",-1,1,-1,"center","");
        Menu4_1=new Array("DARF","http://www.jfdf.jus.br/formularios/darf.php","",0,24,90,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu4_2=new Array("GRU","javascript:window.open('https://consulta.tesouro.fazenda.gov.br/gru/gru_simples.asp')","",0,24,90,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu4_3=new Array("GA - Guia de Atendimento","http://www.jfdf.jus.br/pro_social_formul/ga_sjdf.pdf","",0,33,90,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu4_4=new Array("Guias - TISS","http://www.jfdf.jus.br/formularios/guias_tiss.html","",0,33,90,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");


// Menu 5
Menu5=new Array("Administrativos","#","",7,24,115,"","","","","","",-1,1,-1,"center","");
        Menu5_1=new Array("Concursos","javascript:window.open('http://www.trf1.jus.br/consulta/concurso/trf1_concurso.htm')","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu5_2=new Array("Estágios","javascript:window.open('http://www.jfdf.jus.br/administrativos/formulario_estagiario_novo.html')","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu5_3=new Array("Contas Públicas","#","0",2,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
                Menu5_3_1=new Array("Compras","http://www.df.trf1.gov.br/administrativos/contaspublicas/compras.php","",0,24,100,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
                Menu5_3_2=new Array("Contratos","http://www.trf1.jus.br/Consulta/ContasPublicas/TRF1_CP_contratos.php","",0,24,100,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
			    Menu5_4=new Array("Descarte de Documentos","javascript:window.open('http://www.trf1.jus.br/consulta/descarteDocumentos/Default.php')","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu5_5=new Array("DIRF","javascript:window.open('https://www.trf1.jus.br/servicos/dirf/dirf.php?acao=9&SiglaSecao=JFDF')","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu5_6=new Array("E-mail","javascript:window.open('https://owa.trf1.jus.br/exchange')","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu5_7=new Array("SOL","http://www.jfdf.jus.br/sol/index.php","",0,24,150,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");





// Menu 6
Menu6=new Array("Setoriais","#","",4,24,73,"","","","","","",-1,1,-1,"center","");
        Menu6_1=new Array("PGQVT","http://www.jfdf.jus.br/setoriais/pgqvt.php","",0,24,143,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu6_2=new Array("Biblioteca","http://www.trf1.jus.br/pergamum/biblioteca","",0,24,143,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
/*
        Menu6_2=new Array("Comunicação Social","link.htm","",0,24,143,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu6_3=new Array("Escola de Magistratura","link.htm","",0,24,143,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu6_4=new Array("Ouvidoria","link.htm","",0,24,143,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
*/        
		Menu6_3=new Array("Pro-Social","http://www.df.trf1.gov.br/pro_social/default.php","",0,24,143,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		
		Menu6_4=new Array("Núcleo Judiciário","http://www.df.trf1.gov.br/setoriais/nucleo_judiciario/perguntas_respostas.php","",0,24,143,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");

/*       
	   Menu6_7=new Array("Recursos Humanos","link.htm","",0,24,143,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu6_8=new Array("Relações Públicas","link.htm","",0,24,143,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu6_9=new Array("SECOI","link.htm","",0,24,143,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu6_10=new Array("SECOR","link.htm","",0,24,143,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
*/

// Menu 7
Menu7=new Array("Serviços","#","",4,24,70,"","","","","","",-1,1,-1,"center","");
        Menu7_1=new Array("Atalhos","#","",2,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        		Menu7_1_1=new Array("Links Jurídicos","http://www.df.trf1.gov.br/servicos/atalhos.php?id=0","",0,24,100,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
				Menu7_1_2=new Array("Outros Links","http://www.df.trf1.gov.br/servicos/atalhos.php?id=1","",0,24,100,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
		Menu7_2=new Array("Certidão on-Line","http://www.trf1.jus.br/servicos/certidao/?orgao=DF","0",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
                /*Menu7_2_1=new Array("Apresentação","http://www.jfdf.jus.br/servicos/certidao/apresentacao.php","",0,24,100,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
                Menu7_2_2=new Array("Emissão","http://www.jfdf.jus.br/servicos/certidao/certidao.php","",0,24,100,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
                Menu7_2_3=new Array("Autenticação","http://www.jfdf.jus.br/servicos/certidao/autentica_certidao.php","",0,24,100,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
                Menu7_2_4=new Array("Base Legal","javascript:window.open('http://www.jfdf.jus.br/servicos/certidao/images/port347.pdf')","",0,24,100,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");*/
        Menu7_3=new Array("Consultoria em Língua Portuguesa","#","",0,37,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
        Menu7_4=new Array("Protocolo Descentralizado","#","",0,24,190,"#6F8AA0","#9CB0BE","white","white","","",-1,-1,-1,"","");
