/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#386175';			// Background color when mouse is not over
	var LowSubBgColor='#f5f5f5';			// Background color when mouse is not over on subs
	var HighBgColor='#f5f5f5';			// Background color when mouse is over
	var HighSubBgColor='#CBE9ED';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='#ffffff';			// Border color
	var BorderSubColor='#cccccc';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Tahoma,Helvetica,Verdana"	// Font family menu items
	var FontSize=8;				// 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 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=72;				// Menu offset x coordinate
	var StartLeft=2;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['http://www.ufmt.br/herbario/img/arrow.gif',7,7,'',10,5,'',5,10];	// Arrow source, width and height

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("<b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home</b>","http://www.ufmt.br/herbario/index.html","",0,17,94);
Menu2=new Array("<b>&nbsp;&nbsp;Herbário Central</b>","","",6,20,120);
	Menu2_1=new Array("Apresentação","http://www.ufmt.br/herbario/herbariocentral/index.htm","",0,20,120);	
	Menu2_2=new Array("Histórico","http://www.ufmt.br/herbario/herbariocentral/historico.htm","",0);
	Menu2_3=new Array("Atividades","http://www.ufmt.br/herbario/herbariocentral/atividades.htm","",0);
	Menu2_4=new Array("Pesquisa","http://www.ufmt.br/herbario/herbariocentral/pesquisa.htm","",0);
	Menu2_5=new Array("Como Ele É","","",4,20,70);
		Menu2_5_1=new Array("Método de Coleta de Material Botânico","http://www.ufmt.br/herbario/herbariocentral/como/1.htm","",0,20,260);
		Menu2_5_2=new Array("Objetos Utilizados pelos Coletores","http://www.ufmt.br/herbario/herbariocentral/como/2.htm","",0);
		Menu2_5_3=new Array("Procedimentos em Relação às Coletas das Plantas","http://www.ufmt.br/herbario/herbariocentral/como/3.htm","",0);
		Menu2_5_4=new Array("Conservação e Manutenção das Plantas","http://www.ufmt.br/herbario/herbariocentral/como/4.htm","",0);
	Menu2_6=new Array("Mais Informações","http://www.ufmt.br/herbario/herbariocentral/info.htm","",0,20,100);
Menu3=new Array("<b>&nbsp;&nbsp;Coleção</b>","http://www.ufmt.br/herbario/herbariocentral/colecao.htm","",0,20,90);
Menu4=new Array("<b>&nbsp;&nbsp;Bibliografia</b>","http://www.ufmt.br/herbario/biblio/index.htm","",0,20,90);
Menu5=new Array("<b>&nbsp;&nbsp;Acervo</b>","http://www.ufmt.br","",1,20,90);
	Menu5_1=new Array("Consulta","","",2,20,90);
		Menu5_1_1=new Array("Coletas","http://200.17.60.196/herbario/consulta/coletas/index.htm","",0,20,90);		
		Menu5_1_2=new Array("Plantas","","",13,20,90);		
			Menu5_1_2_1=new Array("Por Registro no Herbário","http://200.17.60.196/herbario/consulta/herbario/index.htm","",0,20,150);		
			Menu5_1_2_2=new Array("Por Número da Coleta","http://200.17.60.196/herbario/consulta/coleta/index.htm","",0,20,100);		
			Menu5_1_2_3=new Array("Por Número do Armário","http://200.17.60.196/herbario/consulta/armario/index.htm","",0,20,100);		
			Menu5_1_2_4=new Array("Por Família","http://200.17.60.196/herbario/consulta/familia/index.htm","",0,20,100);		
			Menu5_1_2_5=new Array("Por Nome Científico","http://200.17.60.196/herbario/consulta/cientifico/index.htm","",0,20,100);		
			Menu5_1_2_6=new Array("Por Nome Popular","http://200.17.60.196/herbario/consulta/popular/index.htm","",0,20,100);		
			Menu5_1_2_7=new Array("Por Porte","http://200.17.60.196/herbario/consulta/porte/index.htm","",0,20,100);		
			Menu5_1_2_8=new Array("Por Habitat","http://200.17.60.196/herbario/consulta/habitat/index.htm","",0,20,100);		
			Menu5_1_2_9=new Array("Por Solo","http://200.17.60.196/herbario/consulta/solo/index.htm","",0,20,100);		
			Menu5_1_2_10=new Array("Por Fertilização","http://200.17.60.196/herbario/consulta/fertil/index.htm","",0,20,100);		
			Menu5_1_2_11=new Array("Por Identificador","http://200.17.60.196/herbario/consulta/identificador/index.htm","",0,20,100);		
			Menu5_1_2_12=new Array("Por Utilização","http://200.17.60.196/herbario/consulta/utilizacao/index.htm","",0,20,100);		
			Menu5_1_2_13=new Array("Por Informações Gerais","http://200.17.60.196/herbario/consulta/informacao/index.htm","",0,20,100);		
Menu6=new Array("<b>&nbsp;&nbsp;Sistema</b>","","",2,20,90);
	Menu6_1=new Array("Herbário Central","http://200.17.60.196/herbario/sistema/index.htm","",0,20,120);
	Menu6_2=new Array("PEP","http://200.17.60.196/herbario/pep/sistema/default.htm","",0,20,100);
Menu7=new Array("<b>&nbsp;&nbsp;Links</b>","http://www.ufmt.br/herbario/link/index.htm","",0,20,87);
Menu8=new Array("<b>&nbsp;&nbsp;Fale conosco</b>","http://www.ufmt.br/herbario/fale/index.htm","",0,20,90);

