	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='#D8E5F2';		// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='#ffffff';		// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#13009c';		// Font color subs when mouse is not over
	var FontHighColor='#ffff00';		// Font color when mouse is over
	var FontSubHighColor='#13009c';		// Font color subs when mouse is over
	var BorderColor='';					// Border color
	var BorderSubColor='#13009C';		// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=0.5;			// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=8;						// 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='center';		// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=2;		// vertical overlap child/ parent
	var StartTop=0;						// 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=0;					// Left padding
	var TopPaddng=1;					// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// 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='main';			// Frame where first level appears
	var SecLineFrame='main';			// Frame where sub levels appear
	var DocTargetFrame='main';			// Frame where target documents appear
	var TargetLoc='MenuPos';// DIV id for relative positioning (refer to config for info)
	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

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"

var doc_root="http://eidosgroup.it/guoneok";

Menu1=new Array("rollover:img/chi.gif:img/chi_su.gif","","",5,16,105); 
 	Menu1_1=new Array("Presentazione","presentazione.htm","",0,18,105);
	Menu1_2=new Array("Storia","storia.htm","",0,18,105);
	Menu1_3=new Array("Statuto","statuto.htm","",0,18,105);
	Menu1_4=new Array("Regolamento","regolamento.htm","",0,18,105);
	Menu1_5=new Array("Cons. Direttivo","consiglio.htm","",0,18,105);

Menu2=new Array("<font color=white>|</font>","","",0,16,3);
	

Menu3=new Array("rollover:img/documenti.gif:img/documenti_su.gif","","",4,25,105);
	Menu3_1=new Array("Protocolli","protocolli.htm","",0,18,105);
	Menu3_2=new Array("Patrocinio Guone","patrocinio.htm","",0,18,105);
   Menu3_3=new Array("Verbali CD","verbali.htm","",0,18,105);
	Menu3_4=new Array("Iscrizione","iscrizione.htm","",0,18,105);


Menu4=new Array("<font color=white>|</font>","","",0,16,3);

Menu5=new Array("rollover:img/rivista.gif:img/rivista_su.gif","rivista.htm","",0,16,105);

Menu6=new Array("<font color=white>|</font>","","",0,16,3);

Menu7=new Array("rollover:img/eventi.gif:img/eventi_su.gif","","",4,16,105);
	Menu7_1=new Array("Eventi Guone","eventiguone.htm","",0,18,105);
	Menu7_2=new Array("Archivio Eventi","archivio.htm","",0,18,105);
	Menu7_3=new Array("Altri Eventi","altrieventi.htm","",0,18,105);
	Menu7_4=new Array("News","#","",0,18,105);
	
	
Menu8=new Array("<font color=white>|</font>","","",0,16,3);

Menu9=new Array("rollover:img/links.gif:img/links_su.gif","links.htm","",0,16,105);

Menu10=new Array("","","",0,16,80);



 

