	var NoOffFirstLineMenus=5;			
	var LowBgColor='#006666';			
	var LowSubBgColor='#009999';
	var HighBgColor='#009999';
	var HighSubBgColor='#66CC66';
	var FontLowColor='white';
	var FontSubLowColor='white';
	var FontHighColor='white';
	var FontSubHighColor='white';
	var BorderColor='white';
	var BorderSubColor='white';
	var BorderWidth=2;
	var BorderBtwnElmnts=2;
	var FontFamily="arial,comic sans ms,technical"
	var FontSize=9;				
	var FontBold=1;				
	var FontItalic=0;
	var MenuTextCentered='center';
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.2;
	var ChildVerticalOverlap=.2;
	var StartTop=10;
	var StartLeft=1;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1;
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';	
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var TargetLoc='';
	var HideTop=0;
	var MenuWrap=0;
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;
	var ShowArrow=0;
	var KeepHilite=1;
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Página Inicial","index.htm","",0,20,150);

Menu2=new Array("A Biblioteca","","",4);
	Menu2_1=new Array("Apresentação","apresentacao/index.htm","",0,20,150);
	Menu2_2=new Array("Serviços","","",3);
		Menu2_2_1=new Array("Consulta","servicos/consulta.htm","",0,20,150);
		Menu2_2_2=new Array("Comut","servicos/comut.htm","",0);
		Menu2_2_3=new Array("Outros","servicos/outros.htm","",0);
	Menu2_3=new Array("Comissão","comissao/index.htm","",0);
	Menu2_4=new Array("Equipe","equipe/index.htm","",0);	    
		
Menu3=new Array("Periódicos","","",3);
	Menu3_1=new Array("Revistas","periodicos/revistas.htm","",0,20,150);	
	Menu3_2=new Array("Jornais","periodicos/jornais.htm","",0,20,150);
	Menu3_3=new Array("Fontes de Pesquisa","periodicos/fontes.htm","",0,20,150);	
	        
Menu4=new Array("Bases","","",2);
	Menu4_1=new Array("On-Line","bases/online.htm","",0,20,150);
	Menu4_2=new Array("CD-Rom","bases/cdrom.htm","",0,20,150);
	
Menu5=new Array("Links","","",4);
	Menu5_1=new Array("Instituições","links/instituicoes.htm","",0,20,150);
	Menu5_2=new Array("Bibliotecas","links/bibliotecas.htm","",0);
	Menu5_3=new Array("Motores de Busca","links/motores.htm","",0);	    
	Menu5_4=new Array("Outros","links/outros.htm","",0);
