/***********************************************************************************
*	(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=11;			// Number of first level items
	var LowBgColor='#0f4375';			// Background color when mouse is not over
	var LowSubBgColor='#eeeeee';		// Background color when mouse is not over on subs
	var HighBgColor='#336699';			// Background color when mouse is over
	var HighSubBgColor='#25669C';		// Background color when mouse is over on subs
	var FontLowColor='#fff';			// Font color when mouse is not over
	var FontSubLowColor='#000';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='#000';		// Font color subs when mouse is over
	var BorderColor='#336699';			// Border color
	var BorderSubColor='#336699';		// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial"				// Font family menu items
	var FontSize=10;					// Font size menu items
	var FontBold=0;						// Bold menu items 1 or 0
	var FontItalic=0;					// Italic menu items 1 or 0
	var MenuTextCentered='center';		// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;		// 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=0;					// Left padding
	var TopPaddng=4;					// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=50;				// 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='MenuPos';			// 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=['../../img/tri.gif',5,10,'../img/tridown.gif',0,0,'../img/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("Home","http://www.volleyvalley.it","",0,25,56);
	Menu1_1=new Array("Il tema","http://www.jurisclub.net/Altre_pagine/Jus_seminar/js_2008/tema.htm","",0,25,140);
	Menu1_2=new Array("Il programma","http://www.jurisclub.net/Altre_pagine/Jus_seminar/js_2008/programma.htm","",0);
	Menu1_3=new Array("Materiale","http://www.jurisclub.net/Altre_pagine/Jus_seminar/js_2008/materiale.htm","",0);

Menu2=new Array("Informazioni","","",4,25,100);
	Menu2_1=new Array("Allenamenti","http://www.volleyvalley.it/informazioni/allenamenti.html","",0,25,100);
	Menu2_2=new Array("CAS","http://www.volleyvalley.it/informazioni/orari_cas.html","",0);
	Menu2_3=new Array("News","","",0);
	Menu2_4=new Array("Eventi","","",0);

Menu3=new Array("Le squadre","","",2,25,91);
	Menu3_1=new Array("Maschile","","",0,25,91);
	Menu3_2=new Array("Femminile","","",0);
	Menu3_3=new Array("Materiale","http://www.jurisclub.net/Altre_pagine/Jus_seminar/js_2006/materiale.htm","",0);

Menu4=new Array("Il vivaio","","",0,25,67);
	Menu4_1=new Array("Il tema","http://www.jurisclub.net/Altre_pagine/Jus_seminar/js_2005/tema.htm","",0,25,140);
	Menu4_2=new Array("Il programma","http://www.jurisclub.net/Altre_pagine/Jus_seminar/js_2005/programma.htm","",0);
	Menu4_3=new Array("Materiale","http://www.jurisclub.net/Altre_pagine/Jus_seminar/js_2005/materiale.htm","",0);

Menu5=new Array("Campionati","","",2,25,94);
	Menu5_1=new Array("Maschile","","",7,25,94);	
		Menu5_1_1=new Array("Serie C","http://www.volleyvalley.it/campionati/seriec.html","",0,25,90);
		Menu5_1_2=new Array("I divisione","http://www.volleyvalley.it/campionati/I_divisione.html","",0);
		Menu5_1_3=new Array("II divisione","http://www.volleyvalley.it/campionati/II_divisione.html","",0);
		Menu5_1_4=new Array("Under 18","http://www.volleyvalley.it/campionati/under18.html","",0);
		Menu5_1_5=new Array("Under 16","http://www.volleyvalley.it/campionati/under16.html","",0);
		Menu5_1_6=new Array("Under 14","http://www.volleyvalley.it/campionati/under14.html","",0);
		Menu5_1_7=new Array("Under 13","http://www.volleyvalley.it/campionati/under13.html","",0);
	Menu5_2=new Array("Femminile","","",1,25,94);
		Menu5_2_1=new Array("Under 14","http://www.volleyvalley.it/campionati/under14_fem.html","",0,25,90);
	Menu5_3=new Array("Materiale","","",0);
	
Menu6=new Array("Tornei","","",4,25,59);
	Menu6_1=new Array("Coppa Sicilia","http://www.volleyvalley.it/tornei/coppa_sicilia/coppa_sicilia.html","",0,25,170);
	Menu6_2=new Array("Coppa Trinacria","http://www.volleyvalley.it/tornei/coppa_trinacria.html","",0);
	Menu6_3=new Array("Roomy Sport","","",2);
		Menu6_3_1=new Array("Roomy Sport 2010","http://www.volleyvalley.it/tornei/roomysport2010.html","",0,25,170);
		Menu6_3_2=new Array("Roomy Sport 2011","http://www.volleyvalley.it/tornei/roomysport2011.html","",0);
	Menu6_4=new Array("Memorial G.B. Foroni 2009","http://www.volleyvalley.it/tornei/foroni2009.html","",0);	
		
Menu7=new Array("Palmares","","",0,25,81);
	Menu7_1=new Array("Provinciali","http://www.fipavcatania.it/comunicati.php","",0,25,90);
	Menu7_2=new Array("Regionali","http://www.fipavsicilia.it/comunicati","",0);
	
Menu8=new Array("Sponsors","http://www.volleyvalley.it/sponsor.html","",0,25,76);
	Menu8_1=new Array("Il tema","http://www.jurisclub.net/Altre_pagine/Jus_seminar/js_2003/tema.htm","",0,25,140);
	Menu8_2=new Array("Il programma","http://www.jurisclub.net/Altre_pagine/Jus_seminar/js_2003/programma.htm","",0);
		
Menu9=new Array("Photogallery","","",0,25,101);
	Menu9_1=new Array("Il tema","http://www.jurisclub.net/Altre_pagine/Jus_seminar/js_2003/tema.htm","",0,25,140);
	Menu9_2=new Array("Il programma","http://www.jurisclub.net/Altre_pagine/Jus_seminar/js_2003/programma.htm","",0);
	
Menu10=new Array("Links","http://www.volleyvalley.it/links.html","",0,25,53);
	Menu10_1=new Array("Il tema","http://www.jurisclub.net/Altre_pagine/Jus_seminar/js_2003/tema.htm","",0,25,140);
	Menu10_2=new Array("Il programma","http://www.jurisclub.net/Altre_pagine/Jus_seminar/js_2003/programma.htm","",0);
		
Menu11=new Array("Guestbook","","",0,25,93);
	Menu11_1=new Array("Il tema","http://www.jurisclub.net/Altre_pagine/Jus_seminar/js_2003/tema.htm","",0,25,140);
	Menu11_2=new Array("Il programma","http://www.jurisclub.net/Altre_pagine/Jus_seminar/js_2003/programma.htm","",0);

	

