/*	(c) Ger Versluis 2000 version 5.3. 10 December 2001	
	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=23;			// Number of first level items
	var LowBgColor='#004D9D';			// Background color when mouse is not over
	var LowSubBgColor='#004D9D';		// Background color when mouse is not over on subs
	var HighBgColor='#FFFFC0';			// Background color when mouse is over
	var HighSubBgColor='#FFFFC0';		// 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='navy';			// Font color when mouse is over
	var FontSubHighColor='navy';		// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;			// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial"			// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=120;				// Menu offset x coordinate
	var StartLeft=9;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// 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='';				// 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

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","/index.htm","",0,20,120);

Menu2=new Array("This Just In<br>August 13, 2010","/justin.htm","",0,35);

Menu3=new Array("Annual Report","/annual-rpt10.pdf","",0);

Menu4=new Array("Continuous Calendar","/calendar.htm","",0,35);

Menu5=new Array("Goal Focused Events and Links","/goal_events.htm","",0,35);

Menu6=new Array("Sustaining<br>Our World","/sustain_world.htm","",0,35);

Menu7=new Array("Who We Are","","",5);
	Menu7_1=new Array("Who We Are","/whoweare.htm","",0,20,250);
	Menu7_2=new Array("Statement of Purpose","/purpose.pdf");
	Menu7_3=new Array("Goals","/goals0806.pdf");
	Menu7_4=new Array("Becoming a Common Voice DVD","/dvd.htm");
	Menu7_5=new Array("To Listen to God Speaking - Handel Choir","/choir013110.htm");

Menu8=new Array("Online Registration","/forms/eventreg-form.htm","",0);

Menu9=new Array("PFMjpi Brochure","/pfmjpibrochure.pdf","",0);

Menu10=new Array("Tributes to<br>Bishop Murphy","/tributes.htm","",0,35);

Menu11=new Array("Photos","/photos.htm","",0);

Menu12=new Array("Letters from<br>Murphy Initiative","/letters.htm","",0,35);

Menu13=new Array("Contact Us","/contact.htm","",0);

Menu14=new Array("Sign Up for<br>Weekly Updates","/join.htm","",0,35);

Menu15=new Array("Links","","",2);
	Menu15_1=new Array("Justice Links","/links.htm","",0,20,170)
	Menu15_2=new Array("Church World Service Links","/linkscws.htm")

Menu16=new Array("Donate to PFMjpi","/donate.htm","",0);

Menu17=new Array("Affordable Housing","/housing.htm","",0,20);

Menu18=new Array("Baltimore Carmelites","/prayers_of_faithful.htm","",0,35);

Menu19=new Array("Bon Secours Spiritual Center","http://bonsecoursspiritualcenter.org/redesign/programs.html","",0,35);

Menu20=new Array("Death Penalty","/deathpenalty.htm","",0,20);

Menu21=new Array("Human Trafficking","/trafficking.htm","",0,20);

Menu22=new Array("Immigration","/immigration.htm","",0,20);

Menu23=new Array("Site Map","/sitemap.htm","",0);