/***********************************************************************************
*	(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=10;			// Number of first level items
	var LowBgColor='#5977FF';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='blue';			// 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='white';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// 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','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=215;				// 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=1;				// Left padding
	var TopPaddng=2;				// 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=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("home","index.php","",0,20,60);

Menu2=new Array("Chi siamo","chisiamo.html","",5,20,80);
	Menu2_1=new Array("Notizie generali","chisiamo.html","",0,20,120);
	Menu2_2=new Array("Presentazione","presentazione.html","",0);
	Menu2_3=new Array("Organigramma","organigramma.pdf","",0);
    Menu2_4=new Array("Webcam","web1.html","",0);
	Menu2_5=new Array("Area riservata","administrator.php","",0);

Menu3=new Array("Storia","index.php","",4,20,70);
	Menu3_1=new Array("Storia della Parrocchia","storia.html","",0,20,150);
	Menu3_2=new Array("Eventi","index.php","",4,20,150);	
		Menu3_2_1=new Array("Inizio Padre Coco","iniziococo.html","",0,20,150);
		Menu3_2_2=new Array("Inaugurazione Oratorio","inaugurazioneoratorio.pdf","",0);
		Menu3_2_3=new Array("Anno Mariano Parrocchiale","visitareliquario.html","",0);
        Menu3_2_4=new Array("Anno della Comunità","annocomunita2011.html","",0);                 
	Menu3_3=new Array("Album fotografici","index.php","",8,20,150);
		Menu3_3_1=new Array("Anno Mariano","fotoreliquario.html","",0,20,150);
		Menu3_3_2=new Array("Buscemi 2010","buscemi.html","",0);
		Menu3_3_3=new Array("Corpus Domini 2010","corpus2010.html","",0);
        Menu3_3_4=new Array("Foto varie","fotovarie.html","",0); 
		Menu3_3_5=new Array("Valverde 2011","fotovalverde2011.html","",0); 
		Menu3_3_6=new Array("Assisi Roma 2011","assisi.html","",0); 
		Menu3_3_7=new Array("Agriturismo 2011","fotoagriturismo2011.html","",0); 
		Menu3_3_8=new Array("Libro Rivolgimenti","presentazionelibro1.html","",0);
	Menu3_4=new Array("Archivio","index.php","",4);
		Menu3_4_1=new Array("Pellegrinaggio di Abramo I parte","abramo1.pdf","",0,20,200);
		Menu3_4_2=new Array("Pellegrinaggio di Abramo II parte","abramo2.pdf","",0);
		Menu3_4_3=new Array("Pellegrinaggio di Abramo III parte","abramo3.pdf","",0);
        Menu3_4_4=new Array("Volare Alto","volarealto.pdf","",0);

Menu4=new Array("Il Parroco","index.php","",2,20,80);
	Menu4_1=new Array("Don Salvatore Coco","coco.html","",0,20,150);			
	Menu4_2=new Array("I Parroci precedenti","index.php","",7);
		Menu4_2_1=new Array("Rosario Leonardi papa","papa.html","",0,20,150);
		Menu4_2_2=new Array("Paolo Randazzo","randazzo.html","",0);
		Menu4_2_3=new Array("Santo Urso","urso.html","",0);
		Menu4_2_4=new Array("Francesco Panebianco","panebianco.html","",0);
		Menu4_2_5=new Array("Giovanni Cosentino","cosentino.html","",0);
		Menu4_2_6=new Array("Vincenzo Finocchiaro","finocchiaro.html","",0);
		Menu4_2_7=new Array("Carmelo Sciuto","sciuto.html","",0);

Menu5=new Array("Organismi di Partecipazione","index.php","",2,20,190);
	Menu5_1=new Array("Consiglio Pastorale","consigliopastorale.html","",0,20,200);
	Menu5_2=new Array("Consiglio Affari Economici","consiglioaffari.html","",0);
	
Menu6=new Array("Catechesi","index.php","",4,20,84);
	Menu6_1=new Array("Catechesi fanciulli","catechesifanciulli.html","",0,20,150);
	Menu6_2=new Array("Oratorio Parrocchiale","oratorio.html","",0);
	Menu6_3=new Array("Cenacolo di Preghiera","cenacolo.html","",0);
	Menu6_4=new Array("Vocazioni","vocazioni.html","",0);

Menu7=new Array("Liturgia","index.php","",5,20,80);
	Menu7_1=new Array("Gruppo liturgico","gruppoliturgico.html","",0,20,150);
	Menu7_2=new Array("Gruppo Ministranti","ministranti.html","",0);
	Menu7_3=new Array("Musica Sacra","musicasacra.html","",0);
	Menu7_4=new Array("Festa della Madonna","festamadonna.html","",8);	
		Menu7_4_1=new Array("La festa","festamadonna.html","",0,20,150);
		Menu7_4_2=new Array("Preghiera alla Madonna","preghieramadonna.html","",0);
		Menu7_4_3=new Array("Inno della Madonna","innomadonna.html","",0);
		Menu7_4_4=new Array("Comitato 2011","comitato.html","",0);
        Menu7_4_5=new Array("Programma Festeggiamenti","programmafesta.html","",0);
        Menu7_4_6=new Array("Foto festa 2010","festa2010.html","",0);
		Menu7_4_7=new Array("Video festa","videofesta.html","",0);
        Menu7_4_8=new Array("iconografia della Madonna","iconografia.html","",0); 
	Menu7_5=new Array("Festa San Lorenzo","festasanlorenzo.html","",4);
		Menu7_5_1=new Array("Preghiera a San Lorenzo","preghierasanlorenzo.html","",0,20,180);
		Menu7_5_2=new Array("Inno di San Lorenzo","innosanlorenzo.html","",0);
		Menu7_5_3=new Array("Programma Festeggiamenti","programmafestasanlorenzo.html","",0);
		Menu7_5_4=new Array("Iconografia San Lorenzo","iconografiasanlorenzo.html","",0);
		
Menu8=new Array("Carità Impegno","index.php","",6,20,110);
	Menu8_1=new Array("Caritas Parrocchiale","caritas.html","",0,20,150);
	Menu8_2=new Array("Ministri Straordinari","ministristraordinari.html","",0);
	Menu8_3=new Array("Biblioteca Parrocchiale","biblioteca.html","",0);
	Menu8_4=new Array("Azione Cattolica","azionecattolica.html","",0);	
    Menu8_5=new Array("Ass. Madonna Lacrime","associazionemadonna.html","",0);
	Menu8_6=new Array("Ass. Stella D'Oro","stelladoro.html","",0);
		
Menu9=new Array("Pastorale","index.php","",4,20,80);
	Menu9_1=new Array("Pastorale familiare","gruppofamiglie.html","",0,20,140);
	Menu9_2=new Array("Corso matrimoniale","matrimonio2012.pdf","",0);
	Menu9_3=new Array("Cappella San Lorenzo al Calvario","cappellasanlorenzo.html","",0);
	Menu9_4=new Array("Oratorio Madonna di Fatima","oratoriofatima.html","",0);
	
Menu10=new Array("Link","link.html","",0,20,50);
