var NoOffFirstLineMenus=5;	// Number of first level items
var LowBgColor='#2C7B3C';	// Background color when mouse is not over
var LowSubBgColor='white';	// Background color when mouse is not over on subs
var HighBgColor='#B49A65';	// Background color when mouse is over
var HighSubBgColor='#D71A01';	// Background color when mouse is over on subs
var FontLowColor='#FFFFFF';	// 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='#FFFFC6';	// Font color subs when mouse is over
var BorderColor='#B49A65';	// Border color
var BorderSubColor='black';	// Border color for subs
var BorderWidth=1;		// Border width
var BorderBtwnElmnts=1;		// Border between elements 1 or 0
var FontFamily="verdana,arial"	// Font family menu items
var FontSize=10;		// 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='static'; // Menu vertical position 'top', 'middle','bottom' or static
var ChildOverlap=0;		// horizontal overlap child/ parent
var ChildVerticalOverlap=.2;	// vertical overlap child/ parent
var StartTop=0;			// Menu offset x coordinate
var StartLeft=0;		// 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=3;		// Top padding
var FirstLineHorizontal=1;	// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
var MenuFramesVertical=1;	// Frames in cols or rows 1 or 0
var DissapearDelay=100;	        // delay before menu folds in
var TakeOverBgColor=1;		// Menu frame takes over background color subitem frame
var FirstLineFrame='main';	// Frame where first level appears
var SecLineFrame='main';	// Frame where sub levels appear
var DocTargetFrame='main';	// 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 highlighted
var Arrws=['tri.gif',10,10,'arrow-down.gif',10,5,'arrow-left.gif',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:fig-1.gif:fig-2.gif

Menu1=new Array("The lodging","","",3,20,119);
  Menu1_1=new Array("who we are","quemsomos-ing.htm","",0,25,130);
  Menu1_2=new Array("infrastructure","infraestrutura-ing.htm","",0);  
  Menu1_3=new Array("how to get there","como chegar-ing.htm","",0);
  
Menu2=new Array("Ecotourism","","",4);
  Menu2_1=new Array("attractions","tur_atrativos-ing.htm","",0,20,125);
  Menu2_2=new Array("activities","","",5,20,120);
     Menu2_2_1=new Array("photo safari","tur_safari-ing.htm","",0,20,140);
     Menu2_2_2=new Array("horseback ride","tur_cavalgada-ing.htm","",0);
     Menu2_2_3=new Array("cattle ride", "tur_lidadegado-ing.htm","",0);
     Menu2_2_4=new Array("ecological trail","tur_trilha-ing.htm","",0);
     Menu2_2_5=new Array("boat tour", "tur_barco-ing.htm","",0);
  Menu2_3=new Array("programs","tur_programas-ing.htm","",0);
  Menu2_4=new Array("recomendations","tur_recomendacoes-ing.htm","",0);

Menu3=new Array("The Pantanal","","",5);
  Menu3_1=new Array("general aspects","pant_aspectos-ing.htm","",0,25,125);
  Menu3_2=new Array("culture","pant_cultura-ing.htm","",0);
  Menu3_3=new Array("fauna","pant_fauna-ing.htm","",0);
  Menu3_4=new Array("flora","pant_flora-ing.htm","",0);
  Menu3_5=new Array("culinary","pant_culinaria-ing.htm","",0);

Menu4=new Array("Especials","","",3);
  Menu4_1=new Array("Environmental projects","ambientais-ing.htm","",0,20,185);
  Menu4_2=new Array("photo gallery","esp_galeria-ing.htm","",0);
  Menu4_3=new Array("links","esp_links-ing.htm","",0);

Menu5=new Array("Contact","","",1);
  Menu5_1=new Array("contact us","faleconosco-ing.htm","",0,20,120);

// Menu5=new Array("Pantanal","","",5);
//   Menu5_1=new Array("aspectos gerais","pantanal-ing.htm","",0,25,120);
//   Menu5_2=new Array("cultura","dicas-ing.htm","",0);
//   Menu5_3=new Array("fauna","dicas-ing.htm","",0);
//   Menu5_4=new Array("flora","links-ing.htm","",0);
//   Menu5_5=new Array("culinária","links-ing.htm","",0);
  
// Menu5_4=new Array("Link 5_4","","",5);
//   Menu5_4_1=new Array("Link 5_4_1","pagina.htm","",0,20,120);
//   Menu5_4_2=new Array("Link 5_4_2","pagina.htm","",0);
//   Menu5_4_3=new Array("Link 5_4_3", "pagina.htm","",0);
//   Menu5_4_4=new Array("Link 5_4_4","pagina.htm","",0);
//   Menu5_4_5=new Array("Link 5_4_5","pagina.htm","",0);
//   Menu5_5=new Array("Link 5_5","pagina.htm","",0);
