if (LNG==1){ 
LNG_CampionatoA1 = "Campionato A1";
LNG_CampionatoA2 = "Campionato A2";
LNG_CalendariA  = "Calendari";
LNG_RisultatiA  = "Risultati";
LNG_ClassificaA = "Classifica";
LNG_RisultatiA1 = "Risultati A1";
LNG_RisultatiA2 = "Risultati A2";
LNG_ClassificaA1 = "Classifica A1";
LNG_ClassificaA2 = "Classifica A2";
LNG_CoppaItaliaA1 = "Coppa Italia A1";
LNG_CoppaItaliaA2 = "Coppa Italia A2";
LNG_Ricerca = "Ricerca";
LNG_Storico = "Storico"; 
LNG_Atleti = "Atleti"
LNG_Allenatori = "Allenatori";
LNG_SquadraClub = "Squadra (Club)";
LNG_SquadraNome = "Squadra (Nome)";
LNG_Statistiche = "Statistiche&nbsp;&nbsp;";
LNG_ClassificheRendimento = "Classifiche di Rendimento&nbsp;&nbsp;";
LNG_PrecedentiSquadre = "Precedenti tra le Squadre&nbsp;&nbsp;";
LNG_Squadra = "Squadra";
LNG_Squadre = "Squadre";
LNG_Giocatori = "Giocatori";
LNG_CuriositaStatistiche = "Curiosità Statistiche&nbsp;&nbsp;";
LNG_UltimaGiornata_RecordStagione = "Ultima Giornata<br>Record di Stagione&nbsp;&nbsp;";
LNG_Individuali = "Individuali";
LNG_Eventi   = "Eventi";
}else{  
LNG_CampionatoA1 = "Championship A1";
LNG_CampionatoA2 = "Championship A2";
LNG_CalendariA  = "Schedules";
LNG_RisultatiA  = "Results";
LNG_ClassificaA = "Standings";
LNG_RisultatiA1 = "Results A1";
LNG_RisultatiA2 = "Results A2";
LNG_ClassificaA1 = "Standings A1";
LNG_ClassificaA2 = "Standings A2";
LNG_CoppaItaliaA1 = "Italian Cup A1";
LNG_CoppaItaliaA2 = "Italian Cup A2";
LNG_Ricerca = "Search";
LNG_Storico = "History"; 
LNG_Atleti = "Players";
LNG_Allenatori = "Coaches";
LNG_SquadraClub = "Team (by Club)";
LNG_SquadraNome = "Team (ny Name)";
LNG_Statistiche = "Stats&nbsp;&nbsp;";
LNG_ClassificheRendimento = "Performances Ranking&nbsp;&nbsp;";
LNG_PrecedentiSquadre = "Records for Teams&nbsp;&nbsp;";
LNG_Squadra = "Team";
LNG_Squadre = "Teams";
LNG_Giocatori = "Players";
LNG_CuriositaStatistiche = "Stats Trivia&nbsp;&nbsp;";
LNG_UltimaGiornata_RecordStagione = "Last matches<br>Season records&nbsp;&nbsp;";
LNG_Individuali = "By Players";
LNG_Eventi   = "Events";
} 
menunum=0;
menus=new Array();
_d=document;
function addmenu(){
	menunum++;menus[menunum]=menu;
}
function attivaMenu(){
mt="<script language=javascript>";
	for(a=1;a<menus.length;a++){
		mt+=" menu"+a+"=menus["+a+"];"
	}
	mt+="<\/script>";
	_d.write(mt)	  
}
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	// effect = "Fade(duration=0.2);Alpha(style=0,opacity=95);Shadow(color='#777777', Direction=135, Strength=5)"
	effect1 = "Alpha(style=0,opacity=94);Shadow(color='#777777', Direction=135, Strength=5)"
	effect0 = "Alpha(style=0,opacity=100);"
	effect = "randomdissolve(duration=0.3);Shadow(color='#999999', Direction=135, Strength=5);Alpha(style=0,opacity=100);"
	effect2 = "Shadow(color='#777777', Direction=135, Strength=5);Alpha(style=0,opacity=100);" 
}
else
{
	effect0 = "Alpha(style=0,opacity=100);"
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
	effect1 = effect
	effect2 = effect
}
timegap=300						// The time delay for menus to remain visible
followspeed=5					// Follow Scrolling speed
followrate=40					// Follow Scrolling Rate
suboffset_top=5;			// Sub menu offset Top position 
suboffset_left=5;		// Sub menu offset Left position

styleSq=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",				// Mouse Off Font Color
"ececec",				// Mouse Off Background Color
"ffffff",				// Mouse On Font Color
"696969",				// Mouse On Background Color
"666699",				// Menu Border Color 
10,							// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Tahoma, Verdana, Arial",		// Font Name
1,							// Menu Item Padding
"includes/arrow.gif",		// Sub Menu Image (Leave this blank if not needed)
,								// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"",							// Current Page Item Font Color (leave this blank to disable)
"",							// Current Page Item Background Color (leave this blank to disable)
"includes/arrowdn.gif",	// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",				// Mouse Off Font Color
"ececec",				// Mouse Off Background Color
"ffffff",				// Mouse On Font Color
"696969",				// Mouse On Background Color
"666699",				// Menu Border Color 
11,							// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Tahoma, Verdana, Arial",		// Font Name
4,							// Menu Item Padding
"includes/arrow.gif",		// Sub Menu Image (Leave this blank if not needed)
,								// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"",							// Current Page Item Font Color (leave this blank to disable)
"",							// Current Page Item Background Color (leave this blank to disable)
"includes/arrowdn.gif",	// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]
style0=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",				// Mouse Off Font Color
"",				// Mouse Off Background Color
"ffffff",				// Mouse On Font Color
"",				// Mouse On Background Color
"",				// Menu Border Color 
11,							// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Tahoma, Verdana, Arial",		// Font Name
0,							// Menu Item Padding
//"includes/arrow.gif",		// Sub Menu Image (Leave this blank if not needed)
,
,								// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"",							// Current Page Item Font Color (leave this blank to disable)
"",							// Current Page Item Background Color (leave this blank to disable)
//"includes/arrowdn.gif",	// Top Bar image (Leave this blank to disable)
,
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"",				// Menu Header Background Color (Leave blank if headers are not needed)
]
addmenu(menu=["Squadre",
	,,120,1,"",style1,,"left",effect1,,,,,,,,,,,,
	,"Under 18","show-menu=ElencoSquadre",,"Under 18",0
	,"Junior League","show-menu=ElencoSquadreA2",,"Junior League",0
	 ,"Boy League","show-menu=ElencoSquadreA3",,"Boy League",1
 
]) 

 
addmenu(menu=["RisultatiA",
	,,120,1,"",style1,,"left",effect1,,,,,,,,,,,,
	,LNG_RisultatiA1,'../Risultati.asp?refCampionato=354',,'',0
	,LNG_RisultatiA2,'../Risultati.asp?refCampionato=355',,'',1	
	,LNG_CoppaItaliaA1,'../Risultati.asp?refCampionato=366',,'',0
	,LNG_CoppaItaliaA2,'../Risultati.asp?refCampionato=367',,'',0
])

addmenu(menu=["ClassificaA",
	,,120,1,"",style1,,"left",effect1,,,,,,,,,,,, 
	,LNG_ClassificaA1,"../Classifiche.asp?refCampionato=354",,"Classifica di A1",0
	,LNG_ClassificaA2,"../Classifiche.asp?refCampionato=355",,"Classifica di A2",1  
])

addmenu(menu=["CalendariA",
	,,120,1,'',style1,,'left',effect1,,,,,,,,,,,,
	,LNG_CampionatoA1,'../Calendario.asp?refCampionato=354',,'',0
	,LNG_CampionatoA2,'../Calendario.asp?refCampionato=355',,'',1
	,LNG_CoppaItaliaA1,'../Calendario.asp?refCampionato=366',,'',0
	,LNG_CoppaItaliaA2,'../Calendario.asp?refCampionato=367',,'',0
	])
/*
addmenu(menu=["Storia",
	,,120,1,'',style1,,'left',effect1,,,,,,,,,,,,
	,LNG_Atleti,'Ricerca.asp?TipoOgg=ATL',,'',0
	,LNG_Allenatori,'Ricerca.asp?TipoOgg=ALL',,'',1
	,LNG_SquadraClub,'Ricerca.asp?TipoOgg=CLU',,'',0
	,LNG_SquadraNome,'Ricerca.asp?TipoOgg=SQU',,'',1
	,LNG_CampionatoA1,'VediPagina.asp?ContentId=11',,'',0
	,LNG_CampionatoA2,'VediPagina.asp?ContentId=12',,'',0
	]) 

addmenu(menu=["Statistiche",
	,,180,1,"",style1,,"left",effect1,,,,,,,,,,,,
	,LNG_Statistiche,"show-menu=Stat",,"Sezione Statistica",1
	,LNG_ClassificheRendimento,"show-menu=Rend",,"",1
	,LNG_PrecedentiSquadre,"Confronti.asp",,"",1
	,LNG_CuriositaStatistiche,"Pillole.asp",,"",1
	,LNG_UltimaGiornata_RecordStagione,"VolleyPress.asp",,"",1
])
addmenu(menu=["Stat",
		,,120,1,"",style1,,"left",effect1,,,,,,,,,,,,
		,LNG_Squadra,"Statistiche.asp?TipoStat=1.4",,"Statistiche di Squadra",1
		,LNG_Individuali,"Statistiche.asp?TipoStat=2.4&Serie=1&Ruolo=5",,"Statistiche Individuali",1
])
addmenu(menu=["Rend",
		,,120,1,"",style1,,"left",effect1,,,,,,,,,,,,
		,LNG_Squadra,"Rendimento.asp?Tipo=1&Classifica=1.1",,"Classifiche di Rendimento di Squadra",1
		,LNG_Individuali,"Rendimento.asp?Tipo=2&Classifica=2.1",,"Classifiche di Rendimento Individuali",1
])*/
addmenu(menu=["SerieA",
	,,88,1,"",style1,,"left",effect1,,,,,,,,,,,,
	,LNG_CalendariA,"show-menu=CalendariA",,"Calendari Serie A",1
	,LNG_ClassificaA,"show-menu=ClassificaA",,"Classifica Serie A",1
	,LNG_RisultatiA,"show-menu=RisultatiA",,"Risultati Serie A",1
	,LNG_Eventi,"show-menu=Eventi",,"Eventi",1
	,LNG_Ricerca,"show-menu=Ricerche",,"Eventi",1 
])


addmenu(menu=["Ricerche",
	,,140,1,"",style1,,"",effect1,,,,,,,,,,,,
	,LNG_Squadre,"../Ricerca.asp?TipoOgg=SQU",,"",1
	,LNG_Giocatori,"../Ricerca.asp?TipoOgg=ATL",,"",1
	,LNG_Allenatori,"../Ricerca.asp?TipoOgg=ALL",,"",1
])

