var NoOffFirstLineMenus=12;	// Number of first level items
var LowBgColor='#A7D4EB';	// Background color when mouse is not over
var LowSubBgColor='#A6D4EB';	// Background color when mouse is not over on subs
var HighBgColor='#54A6D5';	// Background color when mouse is over
var HighSubBgColor='#54A6D5';	// Background color when mouse is over on subs
var FontLowColor='black';	// Font color when mouse is not over
var FontSubLowColor='black';	// Font color subs when mouse is not over
var FontHighColor='white';	// Font color when mouse is over
var FontSubHighColor='white';	// Font color subs when mouse is over
var BorderColor='#223EB5';	// Border color
var BorderSubColor='#223EB5';	// 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='top'; // Menu vertical position 'top', 'middle','bottom' or static
var ChildOverlap=0;		// horizontal overlap child/ parent
var ChildVerticalOverlap=.2;	// vertical overlap child/ parent
var StartTop=180;		// 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=0;	// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
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='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',5,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("","","images/conheca.jpg",0,20,198);

Menu2=new Array("A cidade","","",5);
  Menu2_1=new Array("História","bdq-historia-port.htm","",0,20,130);
  Menu2_2=new Array("Geografia","bdq-geografia-port.htm","",0);
  Menu2_3=new Array("Socioeconomia","bdq-indices-port.htm","",0);
  Menu2_4=new Array("Infra-estrutura","bdq-infraestrutura-port.htm","",0);
  Menu2_5=new Array("Administração","bdq-administracao-port.htm","",0);

Menu3=new Array("A região","regiao-port.htm","",0);

Menu4=new Array("Turismo: COMTUR","","",3);
  Menu4_1=new Array("criação","comtur-criacao-port.htm","",0,20,110);
  Menu4_2=new Array("composição","comtur-compos-port.htm","",0);
  Menu4_3=new Array("regimento","comtur-regimento-port.htm","",0); 

Menu5=new Array("Turismo: atrativos","","",3);
  Menu5_1=new Array("Atrativos naturais","tur-naturais-port.htm","",0,20,160);
  Menu5_2=new Array("Visitação/day-use","tur-passeios-port.htm","",0);
  Menu5_3=new Array("Balneários","tur-balnearios-port.htm","",0);

Menu6=new Array("Turismo: apoio","","",3);
  Menu6_1=new Array("Hospedagem","apoio-hospedagem-port.htm","",0,20,170);
  Menu6_2=new Array("Alimentação","apoio-alimentacao-port.htm","",0);
  Menu6_3=new Array("Serviços e Utilidades","apoio-servicos-port.htm","",0);

Menu7=new Array("Cultura & Lazer","","",2);
  Menu7_1=new Array("Principais fatos","cult-lazer-port.htm","",0,20,190);
  Menu7_2=new Array("Calendário de eventos","cult-lazer-eventos-port.htm","",0);

Menu8=new Array("Links especiais","especiais-port.htm","",0);

Menu9=new Array("Dep. de Meio Ambiente","dep-meioambiente-port.htm","",0);

Menu10=new Array("Galeria de imagens","galeria-port.htm","",0);

Menu11=new Array("Contato","faleconosco-port.htm","",0);

Menu12=new Array("Página inicial","home-port.htm","",0,20);
