var NoOffFirstLineMenus=6;	// 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("A Pousada","","",3,20,99);
  Menu1_1=new Array("quem somos","quemsomos-port.htm","",0,25,120);
  Menu1_2=new Array("infra-estrutura","infraestrutura-port.htm","",0);  
  Menu1_3=new Array("como chegar","como chegar-port.htm","",0);
  
Menu2=new Array("Ecoturismo","","",4);
  Menu2_1=new Array("atrativos","tur_atrativos-port.htm","",0,25,125);
  Menu2_2=new Array("atividades","","",6,25,120);
     Menu2_2_1=new Array("birdwatching","tur_birdwatching-port.htm","",0,25,140);
     Menu2_2_2=new Array("cavalgada","tur_cavalgada-port.htm","",0,25,140);
     Menu2_2_3=new Array("lida de gado","tur_lidadegado-port.htm","",0);
     Menu2_2_4=new Array("passeio de barco", "tur_barco-port.htm","",0);
     Menu2_2_5=new Array("safári fotográfico", "tur_safari-port.htm","",0);
     Menu2_2_6=new Array("trilha ecológica","tur_trilha-port.htm","",0);
  Menu2_3=new Array("programas","tur_programas-port.htm","",0);
  Menu2_4=new Array("recomendações","tur_recomendacoes-port.htm","",0);

Menu3=new Array("Pantanal","","",5);
  Menu3_1=new Array("aspectos gerais","pant_aspectos-port.htm","",0,25,125);
  Menu3_2=new Array("cultura","pant_cultura-port.htm","",0);
  Menu3_3=new Array("fauna","pant_fauna-port.htm","",0);
  Menu3_4=new Array("flora","pant_flora-port.htm","",0);
  Menu3_5=new Array("culinária","pant_culinaria-port.htm","",0);

Menu4=new Array("Projetos","","",3);
  Menu4_1=new Array("Projetos ambientais","ambientais-port.htm","",0,25,155);
  Menu4_2=new Array("Arara Azul","araraazul-port.htm","",0);  
  Menu4_3=new Array("Ecologia de Cateto","cateto-port.htm","",0);

Menu5=new Array("Especiais","","",3);
  Menu5_1=new Array("tur. sustentável","esp_tur_sustentavel-port.htm","",0,25,130);
  Menu5_2=new Array("links especiais","esp_links-port.htm","",0);
  Menu5_3=new Array("galeria de fotos","esp_galeria-port.htm","",0);

Menu6=new Array("Contato","","",1);
  Menu6_1=new Array("fale conosco","faleconosco-port.htm","",0,25,119);

// Menu5=new Array("Pantanal","","",5);
//   Menu5_1=new Array("aspectos gerais","pantanal-port.htm","",0,25,120);
//   Menu5_2=new Array("cultura","dicas-port.htm","",0);
//   Menu5_3=new Array("fauna","dicas-port.htm","",0);
//   Menu5_4=new Array("flora","links-port.htm","",0);
//   Menu5_5=new Array("culinária","links-port.htm","",0);
  
// Menu5_4=new Array("Link 5_4","","",5);
//   Menu5_4_1=new Array("Link 5_4_1","http://javascript.internet.com","",0,20,120);
//   Menu5_4_2=new Array("Link 5_4_2","http://javascript.internet.com","",0);
//   Menu5_4_3=new Array("Link 5_4_3", "http://javascript.internet.com","",0);
//   Menu5_4_4=new Array("Link 5_4_4","http://javascript.internet.com","",0);
//   Menu5_4_5=new Array("Link 5_4_5","http://javascript.internet.com","",0);
//   Menu5_5=new Array("Link 5_5","logos.htm","",0);