	var NoOffFirstLineMenus=8;		// Number of first level items
	var LowBgColor='0066cc';		// Background color when mouse is not over
	var LowSubBgColor='5170B0';		// Background color when mouse is not over on subs
	var HighBgColor='ff6600';		// Background color when mouse is over
	var HighSubBgColor='7899DD';	// Background color when mouse is over on subs
	var FontLowColor='white';		// Font color when mouse is not over
	var FontSubLowColor='BCD2FF';	// Font color subs when mouse is not over
	var FontHighColor='white';		// Font color when mouse is over
	var FontSubHighColor='BCD2FF';	// Font color subs when mouse is over
	var BorderColor='4561A3';		// Border color
	var BorderSubColor='98B5F3';	// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderSubWidth=0;			// Border Sub width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana, arial"	// Font family menu items
	var FontSize=7;					// Font size menu items
	var FontBold=1;					// 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' or 'bottom'
	var ChildOverlap=.2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;	// vertical overlap child/ parent
	var StartTop=49;				// Menu offset x coordinate
	var StartLeft=209;				// Menu offset y coordinate

 //Alteração de Hernande Moreira 22/01/2003
	var nsobra = (window.IdBody.clientWidth - 760);	if (nsobra > 0)
	{
	StartLeft = ((nsobra / 2) + 87)
	}	else	{	StartLeft = 87	}	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;		// First level items layout horizontal 1 or 0 ##############
	var MenuFramesVertical=1;		// 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='top';			// Frame where sub levels appear --
	var DocTargetFrame='navig';		// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	var HideTop=0;					// Hide first level when loading new document 1 or 0
	var MenuWrap=0;					// 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

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("rollover:imagens/mn0hist.gif:imagens/mn0hist_r.gif","historia.htm","",0,20,79);

Menu2=new Array("rollover:imagens/mn0real.gif:imagens/mn0real_r.gif","realidade.htm","",0,20,73);

Menu3=new Array("rollover:imagens/mn0plan.gif:imagens/mn0plan_r.gif","planopiloto.htm","",2,20,84);
	Menu3_1=new Array("Antecedentes","planopiloto.htm","",0,15,84);
	Menu3_2=new Array("Objetivos","subplano_objetivos.htm","",0);
	
Menu4=new Array("rollover:imagens/mn0corp.gif:imagens/mn0corp_r.gif","corpotecnico.htm","",0,20,99);

Menu5=new Array("rollover:imagens/mn0resu.gif:imagens/mn0resu_r.gif","resumo.htm","",8,20,120);
	Menu5_1=new Array("Socioeconomia","resumo.htm","",0,15,120);
	Menu5_2=new Array("Meio Ambiente","subresu_meioambiente.htm","",0);
	Menu5_3=new Array("Degradação","subresu_degradacao.htm","",0);
	Menu5_4=new Array("Revitalização","subresu_revitalizacao.htm","",0);
	Menu5_5=new Array("Utilização das Águas","subresu_aguas.htm","",0);
	Menu5_6=new Array("Auto Sustentação","subresu_sustentacao.htm","",0);
	Menu5_7=new Array("Intermodalidade Fluvial","subresu_fluvial.htm","",0);
	Menu5_8=new Array("Desenvolvimento","subresu_desenvolv.htm","",0);

Menu6=new Array("rollover:imagens/mn0concl.gif:imagens/mn0concl_r.gif","conclusoes.htm","",0,20,81);

Menu7=new Array("rollover:imagens/mn0frase.gif:imagens/mn0frase_r.gif","frases.htm","",0,20,53);

Menu8=new Array("rollover:imagens/mn0contat.gif:imagens/mn0contat_r.gif","contato.htm","",0,20,84);
