
	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#0000CC';			// Background color when mouse is not over
	var LowSubBgColor='#ffffff';			// Background color when mouse is not over on subs
	var HighBgColor='#006699';			// Background color when mouse is over
	var HighSubBgColor='#006699';			// Background color when mouse is over on subs
	var FontLowColor='yellow';			// Font color when mouse is not over
	var FontSubLowColor='#006699';			// 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='white';			// Border color
	var BorderSubColor='#006699';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=8;				// 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=.7;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.3;			// vertical overlap child/ parent
	var StartTop=92;				// 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=1;				// 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=500;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='topFrame';			// Frame where first level appears
	var SecLineFrame='mainFrame';			// Frame where sub levels appear
	var DocTargetFrame='mainFrame';			// 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=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
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.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:Image1.jpg:Image2.jpg"


Menu1=new Array("CURSOS","","",11,16,67);
	Menu1_1=new Array("Bubble Maker","mergulho_cursos_bubble.htm","",0,16,265);
	Menu1_2=new Array("Seal Team","mergulho_cursos_seal.htm","",0,16,67);
	Menu1_3=new Array("Discover Scuba Diver","mergulho_cursos_discover_scuba.htm","",0,16,67);
	Menu1_4=new Array("Básico (open water diver)","mergulho_cursos_basico.htm","",0,16,67);
	Menu1_5=new Array("Adventure Diver","mergulho_cursos_adventure.htm","",0,16,67);
	Menu1_6=new Array("Avançado (advanced open water diver)","mergulho_cursos_avancado.htm","",0,16,67);
	Menu1_7=new Array("EFR (primeiros socorros)","mergulho_cursos_p_socorros.htm","",0,16,67);
	Menu1_8=new Array("Resgate","mergulho_cursos_resgate.htm","",0,16,67);
	Menu1_9=new Array("Master Scuba Diver","mergulho_cursos_master.htm","",0,16,67);
	Menu1_10=new Array("Especialidades","","",6,16,67);
		Menu1_10_1=new Array("Peak Performance (flutuabilidade)","mergulho_cursos_flutuabilidade.htm","",0,16,231);
		Menu1_10_2=new Array("Deep (mergulho profundo)","mergulho_cursos_profundo.htm","",0,16,205);
		Menu1_10_3=new Array("Night (noturno)","mergulho_cursos_noturno.htm","",0,16,67);
		Menu1_10_4=new Array("Wreck (naufrágio)","mergulho_cursos_naufragio.htm","",0,16,67);
		Menu1_10_5=new Array("Nitrox (enriched air nitrox)","mergulho_cursos_nitrox.htm","",0,16,67);
		Menu1_10_6=new Array("Digital Photo (foto-sub digital)","mergulho_cursos_photo.htm","",0,16,67);
	Menu1_11=new Array("Dive Master (profissional)","mergulho_cursos_dive_master.htm","",0,16,67);
	
Menu2=new Array("MERGULHOS","mergulho_quem.htm","",0,16,92);	

Menu3=new Array("EQUIPAMENTOS","mergulho_equipo.htm","",0,16,118);

Menu4=new Array("TURISMO","mergulho_turismo.htm","",0,16,73);

Menu5=new Array("FOTOS","mergulho_fotos.htm","",0,16,57);

Menu6=new Array("ACOMODAÇÕES","http://www.portalmaresias.com.br/main.htm","",0,16,110);

Menu7=new Array("CADASTRO","mergulho_cadastro.com.br","",0,16,85);

Menu8=new Array("CONTATO","mailto:gtorrano@terra.com.br","",0,16,75);

Menu9=new Array("INÍCIO","index.htm","",0,16,55);
