/***********************************************************************************
*	(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=7;			// numero di menu di primo livello
	var LowBgColor='000099';			// Background color when mouse is not over 
	var LowSubBgColor='000099';			// Background color when mouse is not over on subs 
	var HighBgColor='3333FF';			// Background color when mouse is over  
	var HighSubBgColor='3333FF';			// 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='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over

	var BorderColor='red';			        // Border color
	var BorderSubColor='red';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;			        // Border between elements 1 or 0

	var FontFamily="arial, comic sans ms,arial"	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=1;				        // Bold menu items 1 or 0
	var FontItalic=1;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		        // Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=100;				// 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=2;				// Left padding
	var TopPaddng=4;				// 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=1000;			// 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='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// 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=1;				// 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=0;				// 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"
//  Formato record: 
//  MenuX=new Array("Testo", Link, background image (optional), number of sub elements, height, width);

Menu1=new Array("La Società","","",7,27,145);               
  Menu1_1=new Array("Chi Siamo","chi_siamo.htm","",0,27,145); 
  Menu1_2=new Array("Descrizione","descrizione.htm","",5,27,145);          
	  Menu1_2_1=new Array("I Campi di Gioco","campi_gioco.htm","",0,27,145);
	  Menu1_2_2=new Array("Affitto Campi","affitto_campi.htm","",0,27,145);	
	  Menu1_2_3=new Array("Il Bar","bar.htm","",0,27,145);
	  Menu1_2_4=new Array("Il Ristorante","ristorante.htm","",0,27,145);
	  Menu1_2_5=new Array("La Piscina","piscina.htm","",0,27,145);	
  Menu1_3=new Array("Dove Siamo","dove_siamo.htm","",0,27,145);
  Menu1_4=new Array("Contatti","contatti.htm","",0,27,145);
  Menu1_5=new Array("Staff Tecnico","staff_tecnico.htm","",0,27,145);
  Menu1_6=new Array("Affiliazione Lazio","affiliazione.htm","",0,27,145);
  Menu1_7=new Array("Il Centro Estivo","centro_estivo.htm","",0,27,145);
	
  
Menu2=new Array("Stagione sportiva","","",1,27,145);	
  Menu2_1=new Array("Stag. 2009/2010","","",3,27,145);
    Menu2_1_1=new Array("Scuola Calcio","","",3,27,145);
      Menu2_1_1_1=new Array("Descrizione","att_base_descr_0910.htm","",0,27,145);
      Menu2_1_1_2=new Array("I Calendari","att_base_calen_0910.htm","",0,27,145);
      Menu2_1_1_3=new Array("La Rosa delle squadre ","att_base_rosasquadre.htm","",0,27,145);  
    Menu2_1_2=new Array("Agonistica","","",4,27,145);
      Menu2_1_2_1=new Array("I Gironi","att_agon_descr_0910.htm","",0,27,145);   
      Menu2_1_2_2=new Array("Programma Gare","att_agon_calend_0910.htm","",0,27,145);
      Menu2_1_2_3=new Array("Risultati/Classifiche","classifiche_0910.htm","",0,27,145);
      Menu2_1_2_4=new Array("La Rosa delle squadre ","att_agon_rosasquadre.htm","",0,27,145);   	   	     	  
    Menu2_1_3=new Array("I Tornei","","",1,27,145);
      Menu2_1_3_1=new Array("Gigi Anconitani","gigianconitani.htm","",0,27,145);
      
      
  
      
Menu3=new Array("Link","link.htm","",0,27,145);
  

Menu4=new Array("Home Page","primapagina.htm","",0,27,145);


Menu5=new Array("Foto Gallery","immagini.htm","",0,27,145);

  
Menu6=new Array("News dal Grifone","","",2,27,145);
	Menu6_1=new Array("Orari Allenamenti","orari_allenamenti.htm","",0,27,145);
	Menu6_2=new Array("Comunicati F.I.G.C.","comunicati_ufficiali.htm","",0,27,145);
	
	
Menu7=new Array("Tornei Sociali","tornei_sociali.htm","",3,27,145);
  Menu7_1=new Array("Tornei 2009/10","","",2,27,145);
    // TORNEO YABEMI WORLD CUP  2009/10
    Menu7_1_1=new Array("Yabemi World Cup","","",6,27,170);
       Menu7_1_1_1=new Array("Prima Fase","","",4,27,145);
         Menu7_1_1_1_1=new Array("I Gironi","torneo_worldcup_gironi_0910.htm","",0,27,145);
         Menu7_1_1_1_2=new Array("Il Calendario","","",3,27,145);
           Menu7_1_1_1_2_1=new Array("Calendario Gir. A","torneo_worldcup_calA_0910.htm","",0,27,145);
           Menu7_1_1_1_2_2=new Array("Calendario Gir. B","torneo_worldcup_calB_0910.htm","",0,27,145);
           Menu7_1_1_1_2_3=new Array("Calendario Gir. C","torneo_worldcup_calC_0910.htm","",0,27,145);
         Menu7_1_1_1_3=new Array("Risultati","torneo_worldcup_risul1A_0910.htm","",0,27,145);
         Menu7_1_1_1_4=new Array("Classifiche","torneo_worldcup_class1A_0910.htm","",0,27,145);
       
       Menu7_1_1_2=new Array("Seconda Fase","","",2,27,145);
         Menu7_1_1_2_1=new Array("Play Off","","",3,27,145);
           Menu7_1_1_2_1_1=new Array("Calendario Play Off","torneo_worldcup_calendario_playoff.htm","",0,27,145);
           Menu7_1_1_2_1_2=new Array("Risultati","torneo_worldcup_risul2Aplayoff_0910.htm","",0,27,145);
           Menu7_1_1_2_1_3=new Array("Classifica","torneo_worldcup_class2Aplayoff_0910.htm","",0,27,145);
         Menu7_1_1_2_2=new Array("Play Out","","",3,27,145);
           Menu7_1_1_2_2_1=new Array("Calendario Play Out","torneo_worldcup_calendario_playout.htm","",0,27,145);
           Menu7_1_1_2_2_2=new Array("Risultati","torneo_worldcup_risul2Aplayout_0910.htm","",0,27,145);
           Menu7_1_1_2_2_3=new Array("Classifica","torneo_worldcup_class2Aplayout_0910.htm","",0,27,145);
       
      Menu7_1_1_3=new Array("Quarti di finale","","",2,27,145);
         Menu7_1_1_3_1=new Array("QF Play Off","torneo_worldcup_risulQF_POff.htm","",0,27,145);
         Menu7_1_1_3_2=new Array("QF Play Out","torneo_worldcup_risulQF_POut.htm","",0,27,145);
      Menu7_1_1_4=new Array("Fase Finale","","",2,27,145);
         Menu7_1_1_4_1=new Array("FF Play Off","torneo_worldcup_risulFF_POff.htm","",0,27,145);
         Menu7_1_1_4_2=new Array("FF Play Out","torneo_worldcup_risulFF_POut.htm","",0,27,145);    
      Menu7_1_1_5=new Array("Disciplinare","torneo_worldcup_disci_0910.htm","",0,27,145);
      Menu7_1_1_6=new Array("Marcatori","torneo_worldcup_marca_0910.htm","",0,27,145);

     // TORNEO YABEMI CHAMPIONS LEAGUE  2009/10 
     Menu7_1_2=new Array("Yabemi Champions League","","",13,27,170);
       Menu7_1_2_1=new Array("Gironi 1A Fase","torneo_champleague2010_gironi.htm","",0,27,145);
       Menu7_1_2_2=new Array("Calendario 1A Fase","torneo_champleague2010_cal1F.htm","",0,27,145);
       Menu7_1_2_3=new Array("Risultati 1A Fase","torneo_champleague2010_risul1F.htm","",0,27,145);          
       Menu7_1_2_4=new Array("Classifiche 1A Fase","torneo_champleague2010_class1F.htm","",0,27,145);
       Menu7_1_2_5=new Array("","","",0,13,145);
       Menu7_1_2_6=new Array("Calendario 2A Fase","","",3,27,145);
         Menu7_1_2_6_1=new Array("Cal. Champions League","torneo_champleague2010_cal2F_champions.htm","",0,27,150);
         Menu7_1_2_6_2=new Array("Cal. Europa League","torneo_champleague2010_cal2F_europa.htm","",0,27,150);
         Menu7_1_2_6_3=new Array("Cal. Intertoto","torneo_champleague2010_cal2F_intertoto.htm","",0,27,150);
       Menu7_1_2_7=new Array("Risultati 2A Fase","","",3,27,145);
	 Menu7_1_2_7_1=new Array("Risultati Champions League","torneo_champleague2010_risul2F_champions.htm","",0,27,180);
         Menu7_1_2_7_2=new Array("Risultati Europa League","torneo_champleague2010_risul2F_europa.htm","",0,27,180);
         Menu7_1_2_7_3=new Array("Risultati Intertoto","torneo_champleague2010_risul2F_intertoto.htm","",0,27,180);
       Menu7_1_2_8=new Array("Classifiche 2A Fase","torneo_champleague2010_class2F.htm","",0,27,145);
       Menu7_1_2_9=new Array("","","",0,13,145);
       Menu7_1_2_10=new Array("Calendari Fase Finale","","",3,27,145);
         Menu7_1_2_10_1=new Array("Cal. Champions League","torneo_champleague2010_calFF_champions.htm","",0,27,150);
         Menu7_1_2_10_2=new Array("Cal. Europa League","torneo_champleague2010_calFF_europa.htm","",0,27,150);
         Menu7_1_2_10_3=new Array("Cal. Intertoto","torneo_champleague2010_calFF_intertoto.htm","",0,27,150);
       Menu7_1_2_11=new Array("","","",0,13,145);
       Menu7_1_2_12=new Array("Marcatori","torneo_champleague2010_marca.htm","",0,27,145);
       Menu7_1_2_13=new Array("Disciplinare","torneo_champleague2010_disci.htm","",0,27,145);
       




     
  Menu7_2=new Array("Tornei 2008/09","","",2,27,145);     
    // TORNEO YABEMI WORLD CUP  2008/09
    Menu7_2_1=new Array("Yabemi World Cup"," ","",12,27,145);
       Menu7_2_1_1=new Array("Gironi 1A Fase","torneo_worldcup_gironi.htm","",0,27,145);
       Menu7_2_1_2=new Array("Calendario Girone A","torneo_worldcup_calA.htm","",0,27,145);
       Menu7_2_1_3=new Array("Calendario Girone B","torneo_worldcup_calB.htm","",0,27,145);
       Menu7_2_1_4=new Array("Risultati 1A Fase","","",2,27,145);
         Menu7_2_1_4_1=new Array("Risultati Girone A","torneo_worldcup_risul_A.htm","",0,27,145);
         Menu7_2_1_4_2=new Array("Risultati Girone B","torneo_worldcup_risul_B.htm","",0,27,145);
       Menu7_2_1_5=new Array("Classifiche 1A Fase","torneo_worldcup_class.htm","",0,27,145);
       Menu7_2_1_6=new Array("Marcatori","torneo_worldcup_marca.htm","",0,27,145);
       Menu7_2_1_7=new Array("Disciplinare","torneo_worldcup_disci.htm","",0,27,145);
       Menu7_2_1_8=new Array("Calendario Play Off","torneo_worldcup_calPoff.htm","",0,27,145);
       Menu7_2_1_9=new Array("Calendario Play Out","torneo_worldcup_calPout.htm","",0,27,145);
       Menu7_2_1_10=new Array("Risultati 2A Fase","","",2,27,145);
         Menu7_2_1_10_1=new Array("Risultati Play Off","torneo_worldcup_risul_Poff.htm","",0,27,145);
         Menu7_2_1_10_2=new Array("Risultati Play Out","torneo_worldcup_risul_Pout.htm","",0,27,145);
       Menu7_2_1_11=new Array("Classifiche 2A Fase","torneo_worldcup_class2f.htm","",0,27,145);
       Menu7_2_1_12=new Array("Risultati Fase Finale","torneo_worldcup_risul_FF.htm","",0,27,145);
     
     // TORNEO YABEMI CHAMPIONS LEAGUE  2008/09 
     Menu7_2_2=new Array("Yabemi Champions League"," ","",17,35,145);
       Menu7_2_2_1=new Array("Gironi 1A Fase","torneo_champleague_gironi.htm","",0,27,145);
       Menu7_2_2_2=new Array("Calendario Girone A","torneo_champleague_calA.htm","",0,27,145);
       Menu7_2_2_3=new Array("Calendario Girone B","torneo_champleague_calB.htm","",0,27,145);
       Menu7_2_2_4=new Array("Calendario Girone C","torneo_champleague_calC.htm","",0,27,145);
       Menu7_2_2_5=new Array("Calendario Girone D","torneo_champleague_calD.htm","",0,27,145);
       Menu7_2_2_6=new Array("Calendario Girone E","torneo_champleague_calE.htm","",0,27,145);
       Menu7_2_2_7=new Array("Risultati 1A Fase","torneo_champleague_risul_fase1.htm","",0,27,145);          
       Menu7_2_2_8=new Array("Classifiche 1A Fase","torneo_champleague_class.htm","",0,27,145);
       Menu7_2_2_9=new Array("Marcatori","torneo_champleague_marca.htm","",0,27,145);
       Menu7_2_2_10=new Array("Disciplinare","torneo_champleague_disci.htm","",0,27,145);
       Menu7_2_2_11=new Array("Calendario 2A Fase","torneo_champleague_cal2F.htm","",0,27,145);
       Menu7_2_2_12=new Array("Risultati 2A Fase","torneo_champleague_risul_fase2.htm","",0,27,145);
       Menu7_2_2_13=new Array("Classifica 2A Fase","torneo_champleague_class2F.htm","",0,27,145);
       Menu7_2_2_14=new Array("Calendario Uefa Cup","torneo_champleague_uefa.htm","",0,27,145);
       Menu7_2_2_15=new Array("Risultati Uefa Cup","torneo_champleague_risul_uefa.htm","",0,27,145);
       Menu7_2_2_16=new Array("Classifica Uefa Cup","torneo_champleague_classuefa.htm","",0,27,145);
       Menu7_2_2_17=new Array("Calendario Fase Finale","","",2,27,145);
        Menu7_2_2_17_1=new Array("Calendario Champions","torneo_champleague_calFF.htm","",0,27,145);
	Menu7_2_2_17_2=new Array("Calendario Uefa","torneo_champleague_uefa_calFF.htm","",0,27,145);          
     
    Menu7_3=new Array("Albo d'oro","albo.htm","",0,27,145);