/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=7			// Number of first level items
	var LowBgColor='#010369';			// Background color when mouse is not over
	var LowSubBgColor='#010369';			// Background color when mouse is not over on subs
	var HighBgColor='#FCFCE6';			// Background color when mouse is over
	var HighSubBgColor='#FCFCE6';			// Background color when mouse is over on subs
	var FontLowColor='#D9B78B';			// Font color when mouse is not over
	var FontSubLowColor='#D9B78B';			// Font color subs when mouse is not over
	var FontHighColor='#D9B78B';			// Font color when mouse is over
	var FontSubHighColor='#D9B78B';			// Font color subs when mouse is over
	var BorderColor='#010369';			// Border color
	var BorderSubColor='#010369';			// 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=10;				// Font size menu items
	var FontBold=1	;				// 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','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=120;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=1;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	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
	var Arrws=['tri.gif',10,10,'tridown.gif',16,16,'trileft.gif',16,16];	// 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 Celebration","http://www.celebrationcares.org/aboutcelebration.htm","",7,25,145);
	Menu1_1=new Array("Never Church as Usual","http://www.celebrationcares.org/never.htm","",0,25,155);	
	Menu1_2=new Array("Our Purpose","http://www.celebrationcares.org/churchpurpose.htm","",0,25,155);
	Menu1_3=new Array("Our Mission","http://www.celebrationcares.org/ourmission.htm","",0,25,155);
	Menu1_4=new Array("Core Values","http://www.celebrationcares.org/corevalues.htm","",0,25,155);
	Menu1_5=new Array("Our Practices","http://www.celebrationcares.org/practices.htm","",2,25,155);
		Menu1_5_1=new Array("Baptism","http://www.celebrationcares.org/baptism.htm","",0,25,140);
		Menu1_5_2=new Array("Ministry","http://www.celebrationcares.org/ministry.htm","",0,25,140);
	Menu1_6=new Array("Church Staff","http://www.celebrationcares.org/staff.htm","",0,25,155);
	Menu1_7=new Array("Disciples of Christ","http://www.celebrationcares.org/disciples.htm","",0,25,155);

Menu2=new Array("Worship Services","http://www.celebrationcares.org/sundayworship.htm","",0,25,140);
	
Menu3=new Array("Ministry Areas","http://www.celebrationcares.org/ministry.htm","",6,25,138);
	Menu3_1=new Array("Worship","http://www.celebrationcares.org/Worship.htm","",3,25,138);
		Menu3_1_1=new Array("Prayer Ministry","http://www.celebrationcares.org/prayerministry.htm","",0,25,150);	
		Menu3_1_2=new Array("Radical Band","http://www.celebrationcares.org/band.htm","",1,25,150);	
			Menu3_1_2_1=new Array("Broadband Movie","http://www.celebrationcares.org/broadbandmovie.htm","",0,25,140);
		Menu3_1_3=new Array("Tech Crew","http://www.celebrationcares.org/techteam.htm","",0,25,150);	
	Menu3_2=new Array("Fellowship","http://www.celebrationcares.org/fellowship.htm","",0,25,138);
	Menu3_3=new Array("Discipleship","http://www.celebrationcares.org/discipleship.htm","",2,25,150);
		Menu3_3_1=new Array("Adult","http://www.celebrationcares.org/discipleshipadult.htm","",0,25,140);
		Menu3_3_2=new Array("Youth","http://www.celebrationcares.org/discipleshipyouth.htm","",1,25,140);
			Menu3_3_2_1=new Array("WAM Info","http://www.celebrationcares.org/waminfo.htm","",0,25,140);
	Menu3_4=new Array("Service","http://www.celebrationcares.org/service.htm","",0,25,138);	
	Menu3_5=new Array("Evangelism","http://www.celebrationcares.org/evangelism.htm","",0,25,138);
	Menu3_6=new Array("Resources","http://www.celebrationcares.org/resources.htm","",2,25,138);
			Menu3_6_1=new Array("Newsletters","http://www.celebrationcares.org/resources.htm","",0,25,140);
			Menu3_6_2=new Array("Links","http://www.celebrationcares.org/links.htm","",0,25,140);

// Menu3=new Array("Calendar","http://www.celebrationcares.org/calendar/calendar.asp","",0,25,138);
	
Menu4=new Array("Contact Us","http://www.celebrationcares.org/contactus.htm","",2,25,138);
	Menu4_1=new Array("Contact info","http://www.celebrationcares.org/contactus.htm","",0,25,138);
	Menu4_2=new Array("Church Members","http://www.celebrationcares.org/membersonly/memberinfo.htm","",0,25,138);

Menu5=new Array("Past Events","http://www.celebrationcares.org/pastevents.htm","",6,25,138)
	Menu5_1=new Array("2007","http://www.celebrationcares.org/photos/2007/2007pastevents.htm","",4,25,138);
		Menu5_1_1=new Array("Easter Egg Hunt","http://www.celebrationcares.org/photos/2007easter.htm","",0,25,138);
		Menu5_1_2=new Array("May XBOX Party","http://www.celebrationcares.org/photos/2007mayxbox.htm","",0,25,138);
		Menu5_1_3=new Array("Baptisms","http://www.celebrationcares.org/photos/2007/2007baptisms.htm","",0,25,138);
		Menu5_1_4=new Array("Grant's Farm","http://www.celebrationcares.org/photos/2007grantsfarm.htm","",0,25,138);
	Menu5_2=new Array("2006","http://www.celebrationcares.org/photos/2006/2006pastevents.htm","",18,25,138);
		Menu5_2_1=new Array("XBOX Party","http://www.celebrationcares.org/photos/2006/2006xbox.htm","",0,25,138);
		Menu5_2_2=new Array("Youth Group","http://www.celebrationcares.org/photos/2006/2006youthgroup.htm","",0,25,138);
		Menu5_2_3=new Array("WAM","http://www.celebrationcares.org/photos/2006/2006wam.htm","",0,25,138);
		Menu5_2_4=new Array("Baptisms","http://www.celebrationcares.org/photos/2006/2006baptisms.htm","",0,25,138);
		Menu5_2_5=new Array("Quilts","http://www.celebrationcares.org/photos/2006/2006quilts.htm","",0,25,138);
		Menu5_2_6=new Array("30 Hour Famine","http://www.celebrationcares.org/photos/2006/200630hrbreakfast.htm","",0,25,138);
		Menu5_2_7=new Array("Nov XBOX Party","http://www.celebrationcares.org/photos/2006/2006xboxnov.htm","",0,25,138);
		Menu5_2_8=new Array("Outdoor Worship","http://www.celebrationcares.org/photos/2006/2006outdoor.htm","",0,25,138);
		Menu5_2_9=new Array("VBS-Fiesta","http://www.celebrationcares.org/photos/2006/2006vbs.htm","",0,25,138);
		Menu5_2_10=new Array("Trunk or Treat","http://www.celebrationcares.org/photos/2006/2006trunk.htm","",0,25,138);
		Menu5_2_11=new Array("Balloon Race","http://www.celebrationcares.org/photos/2006/2006balloon.htm","",0,25,138);
		Menu5_2_12=new Array("City Museum","http://www.celebrationcares.org/photos/2006/2006citymuseum.htm","",0,25,138);
		Menu5_2_13=new Array("Easter Egg Hunt","http://www.celebrationcares.org/photos/2006/2006easter.htm","",0,25,138);
		Menu5_2_14=new Array("Lego Team","http://www.celebrationcares.org/photos/2006/2006lego.htm","",0,25,138);
		Menu5_2_15=new Array("Spaghetti Dinner","http://www.celebrationcares.org/photos/2006/2006mission.htm","",0,25,138);
		Menu5_2_16=new Array("City Museum","http://www.celebrationcares.org/photos/2006/2006citymuseum.htm","",0,25,138);
		Menu5_2_17=new Array("Rascals Night","http://www.celebrationcares.org/photos/2006/2006rascals.htm","",0,25,138);
		Menu5_2_18=new Array("City Museum","http://www.celebrationcares.org/photos/2006/2006citymuseum.htm","",0,25,138);
	Menu5_3=new Array("2005","http://www.celebrationcares.org/photos/2005/2005pastevents.htm","",12,25,138);
		Menu5_3_1=new Array("30 Hour Famine","http://www.celebrationcares.org/photos/2005/200530hourfamine.htm","",0,25,138);
		Menu5_3_2=new Array("Flamingo Invasion","http://www.celebrationcares.org/photos/2005/2005flamingo.htm","",0,25,138);
		Menu5_3_3=new Array("City Museum","http://www.celebrationcares.org/photos/2005/2005citymuseum.htm","",0,25,138);
		Menu5_3_4=new Array("Grant's Farm","http://www.celebrationcares.org/photos/2005/2005grants.htm","",0,25,138);
		Menu5_3_5=new Array("Mission Trip","http://www.celebrationcares.org/photos/2005/2005mission.htm","",0,25,138);
		Menu5_3_6=new Array("Fox Service Project","http://www.celebrationcares.org/photos/2005/2005fox.htm","",0,25,138);
		Menu5_3_7=new Array("Easter Egg Hunt","http://www.celebrationcares.org/photos/2005/2005easter.htm","",0,25,138);
		Menu5_3_8=new Array("VBS - Serengeti Trek","http://www.celebrationcares.org/photos/2005/2005vbs.htm","",0,25,138);
		Menu5_3_9=new Array("MAD Camp","http://www.celebrationcares.org/photos/2005/2005madcamp.htm","",0,25,138);
		Menu5_3_10=new Array("Church Grounds","http://www.celebrationcares.org/photos/2005/2005building.htm","",0,25,138);
		Menu5_3_11=new Array("Trunk or Treat","http://www.celebrationcares.org/photos/2005/2005trunk.htm","",0,25,138);
		Menu5_3_12=new Array("XBox Party","http://www.celebrationcares.org/photos/2005/2005xbox.htm","",0,25,138);
	Menu5_4=new Array("2004","http://www.celebrationcares.org/photos/2004/2004pastevents.htm","",9,25,138);
		Menu5_4_1=new Array("30 Hour Famine","http://www.celebrationcares.org/photos/2004/200430hourfamine.htm","",0,25,138);
		Menu5_4_2=new Array("Leap Day","http://www.celebrationcares.org/photos/2004/2004leapdayservice.htm","",0,25,138);
		Menu5_4_3=new Array("City Museum","http://www.celebrationcares.org/photos/2004/2004citymuseum.htm","",0,25,138);
		Menu5_4_4=new Array("Wing Ding","http://www.celebrationcares.org/photos/2004/2004wingding.htm","",0,25,138);
		Menu5_4_5=new Array("Sock Puppets","http://www.celebrationcares.org/photos/2004/2004sockpuppets.htm","",0,25,138);
		Menu5_4_6=new Array("MAD Camp","http://www.celebrationcares.org/photos/2004/2004madcamp.htm","",0,25,138);
		Menu5_4_7=new Array("Hayride","http://www.celebrationcares.org/photos/2004/2004hayride.htm","",0,25,138);
		Menu5_4_8=new Array("Leadership Conf","http://www.celebrationcares.org/photos/2004/2004leader.htm","",0,25,138);
		Menu5_4_9=new Array("Outdoor Worship","http://www.celebrationcares.org/photos/2004/2004outdoorworship.htm","",0,25,138);
	Menu5_5=new Array("2003","http://www.celebrationcares.org/photos/2003/2003pastevents.htm","",7,25,138);
		Menu5_5_1=new Array("Christmas Play","http://www.celebrationcares.org/photos/2003/2003christmasplay.htm","",0,25,138);
		Menu5_5_2=new Array("Fun Fest","http://www.celebrationcares.org/photos/2003/2003funfest.htm","",0,25,138);
		Menu5_5_3=new Array("Lunch at Salsa's","http://www.celebrationcares.org/photos/2003/2003salsas.htm","",0,25,138);
		Menu5_5_4=new Array("WAM","http://www.celebrationcares.org/photos/2003/2003wam.htm","",0,25,138);
		Menu5_5_5=new Array("Laser Tag","http://www.celebrationcares.org/photos/2003/2003lasertag.htm","",0,25,138);
		Menu5_5_6=new Array("Church and Cafe","http://www.celebrationcares.org/photos/2003/2003churchncafe.htm","",0,25,138);
		Menu5_5_7=new Array("Baptisms","http://www.celebrationcares.org/photos/2003/2003baptisms.htm","",0,25,138);
	Menu5_6=new Array("2002","http://www.celebrationcares.org/photos/2002/2002pastevents.htm","",5,25,138);
		Menu5_6_1=new Array("First Worship","http://www.celebrationcares.org/photos/2002/2002firstworship.htm","",0,25,138);
		Menu5_6_2=new Array("Christmas","http://www.celebrationcares.org/photos/2002/2002christmas.htm","",0,25,138);
		Menu5_6_3=new Array("Pumpkin Patch","http://www.celebrationcares.org/photos/2002/2002pumpkinpatch.htm","",0,25,138);
		Menu5_6_4=new Array("St. Patrick's Day","http://www.celebrationcares.org/photos/2002/2002stpatricks.htm","",0,25,138);
		Menu5_6_5=new Array("Chili Cookoff","http://www.celebrationcares.org/photos/2002/2002chilicookoff.htm","",0,25,138);
	
Menu6=new Array("Is Celebration for me?","http://www.celebrationcares.org/celebrationforme.htm","",0,25,138);


Menu7=new Array("Home","http://www.celebrationcares.org/","",0,25,138);
	


