

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='#F7F7F2';			// Background color when mouse is not over on subs
	var HighBgColor='#CECEB0';			// Background color when mouse is over
	var HighSubBgColor='#974F5E';			// Background color when mouse is over on subs
	var FontLowColor='#663300';			// Font color when mouse is not over
	var FontSubLowColor='#663300';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#CECEB0';			// Border color
	var BorderSubColor='#CECEB0';			// 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=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='left';			// 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=74;				// 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=3;				// 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=100;			// 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=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=['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"


Menu1=new Array("Homepage","home.htm","",0,16,69);

Menu2=new Array("Il centro Zen","","",5,16,88);
	Menu2_1=new Array("Il centro Zen Komyoji","homezen.htm","",0,16,140);
	Menu2_2=new Array("La linea dei Maestri","maestri.htm","",0,16,0);
	Menu2_3=new Array("Patriarca Zen d'Occidente","deshimaru.html","",0);
	Menu2_4=new Array("Sesshin e ritiri Zen","sesshin.htm","",0);
	Menu2_5=new Array("Lo Statuto di Komyoji","statuto.htm","",0);

Menu3=new Array("La filosofia","","",2,16,70);
	Menu3_1=new Array("Testi di formazione a Komyoji","","",2,16,176);
	Menu3_1_1=new Array("La vita della forma","testi_di_formazione.htm","",0,16,150);
	Menu3_1_2=new Array("Riflessioni riguardo i Kai","kai.htm","",0,16,150);
	Menu3_2=new Array("Testi consigliati","testi_consigliati.htm","",0,16,178);
	//Menu3_3=new Array("Come praticare zazen","come_fare_zazen.html","",0,16,178);
Menu4=new Array("Le attivitą a Komyoji","","",4,16,126);
	Menu4_1=new Array("Calendario","calendario.htm","",0,16,194);
	//Menu4_2=new Array("Eventi a Komyoji","eventi.htm","",0);
	Menu4_2=new Array("Il Notiziario","","",4);
	Menu4_2_1=new Array("Notiziario N°4 - Novembre 2008","notiziario_autunno_2008_1.html","",0,16,190);	    
	Menu4_2_2=new Array("Notiziario N°3 - Gennaio 2008","notiziario_gennaio_1.html","",0,16,190);
	Menu4_2_3=new Array("Notiziario N°2 - Giugno 2007","notiziario_giugno_2.html","",0,16,190);
	  Menu4_2_4=new Array("Notiziario N°1 - Settembre 2006","notiziario.htm","",0,16,190);
	Menu4_3=new Array("Luoghi di pratica in cittą","citta.htm","",0);
	Menu4_4=new Array("Riequilibrio Energetico Posturale","riequilibrio_energetico_posturale.htm","",0);
	
Menu5=new Array("Domande al maestro","","",2,16,127);
    Menu5_1=new Array("Roberto Kengaku Pinciara","kengaku_pinciara.htm","",0,16,174);
	Menu5_2=new Array("Conversazioni con il maestro","http://www.komyoji.eu/domande_al_maestro.html","",0);
	

Menu6=new Array("Come arrivare","come_arrivare_a_komyoji.htm","",0,16,92);
	
Menu7=new Array("Link utili","javascript:top.location.href='link_utili.htm'","",0,16,60);

Menu8=new Array("Archivio storico","javascript:top.location.href='archivio_notiziario_zen.html'","",0,16,94);

Menu9=new Array("Contatto","mailto:info@komyoji.eu","",0,16,60);
	