	/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/
	var NoOffFirstLineMenus=14;			// Number of first level items
	var LowBgColor='#232323';			// Background color when mouse is not over
	var LowSubBgColor='#5f5f5f';			// Background color when mouse is not over on subs
	var HighBgColor='#000044';			// Background color when mouse is over
	var HighSubBgColor='#000044';			// Background color when mouse is over on subs
	var FontLowColor='White';			// Font color when mouse is not over
	var FontSubLowColor='White';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='#2C2C2C';			// Border color
	var BorderSubColor='#2C2C2C';			// 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=7;				// Font size menu items
	var FontBold=0;				// 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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=1	;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=1;				// 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=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='';			// Frame where sub levels appear
	var DocTargetFrame='';			// 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 highligthed
	var Arrws=['arrow.gif',7,7,'arrowdn.gif',9,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("CLUBE","","",3,18,60);
	Menu1_1=new Array("Informação geral","clube.html","",0,14,120);	
	Menu1_2=new Array("História do clube","historia.html","",0,14,120);	
	Menu1_3=new Array("Arquivos históricos","arquivos.html","",0,14,120);	
Menu2=new Array("PALMARÉS","","",4,18,80);
	Menu2_1=new Array("Palmarés nacional","paln.html","",0,14,125);	
	Menu2_2=new Array("Palmarés internacional","pali.html","",0,14,125);	
	Menu2_3=new Array("Torneios prestigiantes","torn.html","",0,14,125);	
	Menu2_4=new Array("Jogadores distinguidos","jogd.html","",0,14,125);	
Menu3=new Array("GALERIA","","",4,14,76);
	Menu3_1=new Array("Jogadores","jogadores.html","",0,14,94);	
	Menu3_2=new Array("Treinadores","treinadores.html","",0,14,94);	
	Menu3_3=new Array("Presidentes","presidentes.html","",0,14,94);	
	Menu3_4=new Array("Equipas famosas","fcpequipas.html","",0,14,94);	
Menu4=new Array("ESTÁDIO","","",5,18,72);
	Menu4_1=new Array("Estádio do Dragão","edragao.html","",0,14,102);	
	Menu4_2=new Array("Estádio das Antas","antas.html","",0,14,102);	
	Menu4_3=new Array("Centro de treinos","cf-i.html","",0,14,102);	
	Menu4_4=new Array("Dragão Caixa","pavilhao.html","",0,14,102);	
	Menu4_5=new Array("Vitalis Park","vitalispark.html","",0,14,102);	
Menu5=new Array("EQUIPA","","",5,18,66);
	Menu5_1=new Array("Equipa principal","jog.html","",0,14,96);	
	Menu5_2=new Array("Equipa técnica","tecnicos.html","",0,14,96);	
	Menu5_3=new Array("Entradas/Saídas","entemp.html","",0,14,96);	
	Menu5_4=new Array("Equipamentos","cami.html","",0,14,96);	
	Menu5_5=new Array("Foto da equipa","fotequip.html","",0,14,96);	
Menu6=new Array("COMPETIÇÕES","","",4,18,106);
Menu6_1=new Array("Competições nacionais","","",5,14,160);	
Menu6_1_1=new Array("Liga","iliga.html","",0,14,100);	
Menu6_1_2=new Array("Taça de Portugal","taca.html","",0,14,100);	
Menu6_1_3=new Array("Supertaça","staca.html","",0,14,100);	
Menu6_1_4=new Array("Liga Intercalar","intercalar.html","",0,14,100);	
Menu6_1_5=new Array("Taça da Liga","tliga.html","",0,14,100);	
Menu6_2=new Array("Competições internacionais","","",1,14,160);	
Menu6_2_1=new Array("Europa League","eleague.html","",0,14,102);	
Menu6_3=new Array("Todos os jogos","todosj.html","",0,14,160);	
Menu6_4=new Array("Fotos dos jogos","jfotos.html","",0,14,160);	
Menu7=new Array("ESTATÍSTICAS","","",5,18,106);
Menu7_1=new Array("Utilização do plantel","utilizacaojog.htm","",0,14,178);	
Menu7_2=new Array("Goleadores","goleadores.htm","",0,14,178);	
Menu7_3=new Array("Confrontos com equipas da Liga","Confrontos-2009.htm","",0,14,178);	
Menu7_4=new Array("Estatísticas nacionais","nac.html","",0,14,178);	
Menu7_5=new Array("Estatísticas internacionais","inter.html","",0,14,178);	
Menu8=new Array("MULTIMÉDIA","","",5,18,96);
Menu8_1=new Array("Wallpapers","wp.html","",0,14,80);	
Menu8_2=new Array("MSN","msn.html","",0,14,80);	
Menu8_3=new Array("Áudio","audio.html","",0,14,80);	
Menu8_4=new Array("Vídeo","video.html","",0,14,80);	
Menu8_5=new Array("Flash","cflash.html","",0,14,80);	
Menu9=new Array("COMUNIDADE","","",5,18,100);
Menu9_1=new Array("Entrevistas","entrevistas.html","",0,14,116);	
Menu9_2=new Array("Reportagens","reportagens.html","",0,14,116);	
Menu9_3=new Array("Sondagens","sondagens.html","",0,14,116);	
Menu9_4=new Array("Estatísticas do Portal","estatisticas.html","",0,14,116);	
Menu9_5=new Array("Dragão do Ano","dragaodoano.html","",0,14,116);	
Menu10=new Array("FÓRUM","forum.html","",0,18,47);
Menu11=new Array("APOSTAS","apostas.html","",0,18,62);
Menu12=new Array("OPINIÃO","opiniao.html","",0,18,62);
Menu13=new Array("PDA","pda.html","",0,18,32);
Menu14=new Array("","main.html","imagens/icon-home.gif",0,18,18);