/*	(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","aboutus.htm","",9,18,65);
	Menu1_1=new Array("Contact Us","contactus.htm","",0,18,135);
	Menu1_2=new Array("From The Pastor","pastor.htm","",0);
	Menu1_3=new Array("Mission Statement","parish_mission_statement.htm","",0);
	Menu1_4=new Array("Parish History","parish_history.htm","",0);	
	Menu1_5=new Array("Sacramental Arrangements","sacramental_arrangements.htm","",0);
	Menu1_6=new Array("Mass Schedule","mass_schedule.htm","",0);
	Menu1_7=new Array("Map and Directions","map_and_directions.htm","",0);
	Menu1_8=new Array("Registration","registration.htm","",3);
		Menu1_8_1=new Array("New Parishioner","new_parishioner_reg.htm","",0,18,140);
		Menu1_8_2=new Array("Faith Formation","faith_formation_reg.htm","",0)
		Menu1_8_3=new Array("RCIA","rcia_reg.htm","",0)
	Menu1_9=new Array("Links","links.htm","",0);
	

Menu2=new Array("Liturgy and Music","liturgical_services.htm","",9,18,107);
	Menu2_1=new Array("Music Ministry","music_ministry.htm","",0,18,130);
	Menu2_2=new Array("Eucharistic Adoration","eucharistic_adoration.htm","",0);
	Menu2_3=new Array("Lectors","lectors.htm","",0);
	Menu2_4=new Array("Eucharistic Ministers","eucharistic_ministers.htm","",0);
	Menu2_5=new Array("Altar Servers","altar_servers.htm","",0);
	Menu2_6=new Array("Sacristans","sacristans.htm","",0);
	Menu2_7=new Array("Ushers","ushers.htm","",0);
	Menu2_8=new Array("Greeters","greeters.htm","",0);
	Menu2_9=new Array("Minister Schedules","minister_schedules.htm","",0);

	
Menu3=new Array("Community Life","community_life.htm","",4,18,93);
	Menu3_1=new Array("Social Events","social_events.htm","",0,18,130);
	Menu3_2=new Array("Parish Calendar","parish_calendar.htm","",0);
	Menu3_3=new Array("Youth Activities","youth_activities.htm","",0);
	Menu3_4=new Array("Elder Ministry","elder_ministry.htm","",0);
	
Menu4=new Array("Whole Parish Faith Formation","wpff.htm","",5,18,160);
	Menu4_1=new Array("Overview","faith_formation.htm","",7,18,165);
		Menu4_1_1=new Array("Whole Parish Faith Formation","wpff.htm","",0,18,160);
		Menu4_1_2=new Array("Registration","wpff_registration.htm","",0);
		Menu4_1_3=new Array("Early Discount","wpff_early_discount.htm","",0);
		Menu4_1_4=new Array("Financial Assistance","wpff_financial_assistance.htm","",0);
		Menu4_1_5=new Array("WPFF Registration Information","wpff_registration.htm","",0);
		Menu4_1_6=new Array("Parish Registration Information","new_parishioner_reg.htm","",0);
		Menu4_1_7=new Array("WPFF Programs","wpff_programs.htm","",0);

	Menu4_2=new Array("Children","children_ministry.htm","",8,18,165);
		Menu4_2_1=new Array("Sunday Morning for Kids","sundaykids.htm","",5,18,140);
			Menu4_2_1_1=new Array("Children's Liturgy","cm_children_liturgy.htm","",0,18,140);
			Menu4_2_1_2=new Array("Sunday School","cm_sunday_school.htm","",0);
			Menu4_2_1_3=new Array("10:30 Nursery","cm_nursery.htm","",0);
			Menu4_2_1_4=new Array("Toddlers' Room","cm_toddler_room.htm","",0);
			Menu4_2_1_5=new Array("Calendar","cm_calendar.htm","",0);
		Menu4_2_2=new Array("Grades K-1","cm_grade_k-1.htm","",0);
		Menu4_2_3=new Array("Grade 2","cm_grade_2.htm","",0);
		Menu4_2_4=new Array("Grades 3-8","cm_grade_3-8.htm","",0);
		Menu4_2_5=new Array("First Reconciliation","cm_first_reconciliation.htm","",0);
		Menu4_2_6=new Array("First Eucharist","cm_first_eucharist.htm","",0);
		Menu4_2_7=new Array("PCYI","cm_pcyi.htm","",0);
		Menu4_2_8=new Array("Vacation Bible School","cm_vbs.htm","",0);
		
	Menu4_3=new Array("Youth","youth.htm","",6);
		Menu4_3_1=new Array("Grades 3-8","ym_grade_3-8.htm","",0,18,100);
		Menu4_3_2=new Array("Grades 9-10","ym_grade_9-10.htm","",0)
		Menu4_3_3=new Array("Confirmation","ym_confirmation.htm","",0)
		Menu4_3_4=new Array("Youth Ministry","youth_ministry.htm","",0)
		Menu4_3_5=new Array("PCYI","ym_pcyi.htm","",0)
		Menu4_3_6=new Array("VBS Leaders","ym_vbs_leaders.htm","",0)
	Menu4_4=new Array("Adults","adults.htm","",7);
		Menu4_4_1=new Array("Adult Faith Formation","adult_faith_formation.htm","",0,18,155);
		Menu4_4_2=new Array("Sunday Coffee Hour","sunday_coffee_hour.htm","",0);
		Menu4_4_3=new Array("Child Care","child_care.htm","",0);
		Menu4_4_4=new Array("Gab with Gabe","gab_with_gabe.htm","",0);
		Menu4_4_5=new Array("Bible Study","bible_study.htm","",0);
		Menu4_4_6=new Array("RCIA","rcia.htm","",0);
		Menu4_4_7=new Array("Catholic Living Will","catholic_living_will.htm","",0);
	Menu4_5=new Array("Intergenerational","intergenerational.htm","",2);
		Menu4_5_1=new Array("Advent","advent.htm","",0,18,90);
		Menu4_5_2=new Array("Easter","easter.htm","",0);


Menu5=new Array("Communications","communications.htm","",2,18,97);
	Menu5_1=new Array("Bulletin","bulletin.htm","",0,18,130);
	Menu5_2=new Array("Vision Newsletter","vision_newsletter.htm","",0)


Menu6=new Array("Social Justice","social_justice.htm","",3,18,85);
	Menu6_1=new Array("Book and Movie Club","book_movie_club.htm","",0,18,140);
	Menu6_2=new Array("Honduras","honduras.htm","",0);
	Menu6_3=new Array("Social Ministry","social_ministry.htm","",3)
		Menu6_3_1=new Array("Step","step.htm","",0,18,140);
		Menu6_3_2=new Array("Life Care Center","life_care_center.htm","",0)
		Menu6_3_3=new Array("Sharing and Caring Hands","share_and_care.htm","",0)

