/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#3B3D70';			// Background color when mouse is not over
	var LowSubBgColor='#3B3D70';			// Background color when mouse is not over on subs
	var HighBgColor='#AF8741';			// Background color when mouse is over
	var HighSubBgColor='#AF8741';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// 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='black';			// 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=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='left';			// 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=115;				// Menu offset x coordinate
	var StartLeft=161;				// 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=2;				// 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='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm 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
	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("About Us","./pages/aboutus.htm","",9,18,65);
	Menu1_1=new Array("Contact Us","./pages/contactus.htm","",0,18,135);
	Menu1_2=new Array("From The Pastor","./pages/pastor.htm","",0);
	Menu1_3=new Array("Mission Statement","./pages/parish_mission_statement.htm","",0);
	Menu1_4=new Array("Parish History","./pages/parish_history.htm","",0);	
	Menu1_5=new Array("Sacramental Arrangements","./pages/sacramental_arrangements.htm","",0);
	Menu1_6=new Array("Mass Schedule","./pages/mass_schedule.htm","",0);
	Menu1_7=new Array("Map and Directions","./pages/map_and_directions.htm","",0);
	Menu1_8=new Array("Registration","./pages/registration.htm","",3);
		Menu1_8_1=new Array("New Parishioner","./pages/new_parishioner_reg.htm","",0,18,140);
		Menu1_8_2=new Array("Faith Formation","./pages/faith_formation_reg.htm","",0)
		Menu1_8_3=new Array("RCIA","./pages/rcia_reg.htm","",0)
	Menu1_9=new Array("Links","./pages/links.htm","",0);
	
			

Menu2=new Array("Liturgical Services","./pages/liturgical_services.htm","",8,18,107);
	Menu2_1=new Array("Music Ministry","./pages/music_ministry.htm","",0,18,130);
	Menu2_2=new Array("Eucharistic Adoration","./pages/eucharistic_adoration.htm","",0);
	Menu2_3=new Array("Lectors","./pages/lectors.htm","",0);
	Menu2_4=new Array("Eucharistic Ministers","./pages/eucharistic_ministers.htm","",0);
	Menu2_5=new Array("Altar Servers","./pages/altar_servers.htm","",0);
	Menu2_6=new Array("Sacristans","./pages/sacristans.htm","",0);
	Menu2_7=new Array("Ushers","./pages/ushers.htm","",0);
	Menu2_8=new Array("Greeters","./pages/greeters.htm","",0);

	
Menu3=new Array("Community Life","./pages/community_life.htm","",4,18,93);
	Menu3_1=new Array("Social Events","./pages/social_events.htm","",0,18,130);
	Menu3_2=new Array("Parish Calendar","./pages/parish_calendar.htm","",0);
	Menu3_3=new Array("Youth Activities","./pages/youth_activities.htm","",0);
	Menu3_4=new Array("Elder Ministry","./pages/elder_ministry.htm","",0);
	
Menu4=new Array("Catholic Formation","./pages/catholic_formation.htm","",4,18,107);
	Menu4_1=new Array("Faith Formation","./pages/faith_formation.htm","",2,18,165);
		Menu4_1_1=new Array("Overview","./pages/ff1.htm","",0,18,90);
		Menu4_1_2=new Array("Calendar","./pages/ff2.htm","",0)
	Menu4_2=new Array("Youth Ministry","./pages/youth_ministry.htm","",0,18,165);		
	Menu4_3=new Array("Sacramental Preparation","./pages/sacramental_preparation.htm","",2);
		Menu4_3_1=new Array("Penance and Eucharist","./pages/penance_eucharist.htm","",0,18,140);
		Menu4_3_2=new Array("Confirmation","./pages/confirmation.htm","",0)
	Menu4_4=new Array("Adult Formation","./pages/adult_formation.htm","",2);
		Menu4_4_1=new Array("Adult Faith Formation Calendar","./pages/adult_faith_formation_calendar.htm","",0,18,155);
		Menu4_4_2=new Array("Faith Renewal and RCIA","./pages/faith_renewal_rcia.htm","",0);
	
	
Menu5=new Array("Communications","./pages/communications.htm","",2,18,97);
	Menu5_1=new Array("Bulletin","./pages/bulletin.htm","",0,18,130);
	Menu5_2=new Array("Vision Newsletter","./pages/vision_newsletter.htm","",0)
	

Menu6=new Array("Social Justice","./pages/social_justice.htm","",3,18,85);
	Menu6_1=new Array("Book and Movie Club","./pages/book_movie_club.htm","",0,18,140);
	Menu6_2=new Array("Honduras","./pages/honduras.htm","",0);
	Menu6_3=new Array("Social Ministry","./pages/social_ministry.htm","",3)
		Menu6_3_1=new Array("Step","./pages/step.htm","",0,18,140);
		Menu6_3_2=new Array("Life Care Center","./pages/life_care_center.htm","",0)
		Menu6_3_3=new Array("Sharing and Caring Hands","./pages/share_and_care.htm","",0)

