	// -- HOME --
	MENU_home=new Array();i=-1
		i++;MENU_home[i]=new Array('Before you attend', '/?know=before','self')
		i++;MENU_home[i]=new Array('Directions', '/?know=directions','self')
		i++;MENU_home[i]=new Array('Church Blog', '/?home=blog-ply','self')		
 		i++;MENU_home[i]=new Array('Newsletters', '/?know=newsletter','self')
		i++;MENU_home[i]=new Array('Prayer', '/?go=prayer','self')	
		i++;MENU_home[i]=new Array('HOME', '/','self')

	// -- KNOW--
	MENU_know=new Array();i=-1
		i++;MENU_know[i]=new Array('Ways to Connect', '/?home=connect','self')	
		i++;MENU_know[i]=new Array('Social Events', '/?know=connect-groups','self')			
		i++;MENU_know[i]=new Array('Our Ministry Staff', '/?know=our_team','self')		
		i++;MENU_know[i]=new Array('Our Church Family', '/?know=church_family','self')
		i++;MENU_know[i]=new Array('Contact Info', '/?know=contact_info','self')
		i++;MENU_know[i]=new Array('Newsletters', '/?know=newsletter','self')		
		i++;MENU_know[i]=new Array('HOME', '/','self')

	// -- GROW --
	MENU_grow=new Array();i=-1
		i++;MENU_grow[i]=new Array('House Churches', '/?grow=grow-HC','self')		
		i++;MENU_grow[i]=new Array('Discipleship Groups', '/?grow=d_groups','self')
		i++;MENU_grow[i]=new Array('Kids Clubhouse Ministry', '/?know=before-kids','self')
		i++;MENU_grow[i]=new Array('High School Ministry', '/?grow=youth-hs','self')
		i++;MENU_grow[i]=new Array('Message Archive', '/?grow=sermon_audio','self')
		i++;MENU_grow[i]=new Array('HOME', '/','self')		

	// -- GO --
	MENU_go=new Array();i=-1
		i++;MENU_go[i]=new Array('Weddings', '/?go=weddings','self')
		i++;MENU_go[i]=new Array('Strategic Partnership', '/?go=partner_serve','self')
		i++;MENU_go[i]=new Array('Ministry Opportunities', '/?go=ministries','self')		
		i++;MENU_go[i]=new Array('Leadership', '/?go=leaders','self')
		i++;MENU_go[i]=new Array('GO External', '/?go=missions','self')
		i++;MENU_go[i]=new Array('Database', '/?go=data','self')		
		i++;MENU_go[i]=new Array('Mentorship', '/?go=mentorship','self')	
		i++;MENU_go[i]=new Array('Giving', '/?go=giving','self')		
		i++;MENU_go[i]=new Array('Prayer', '/?go=prayer','self')				
		i++;MENU_go[i]=new Array('HOME', '/','self')
		
	// -- CALENDAR --
	MENU_calendar=new Array();i=-1
		i++;MENU_calendar[i]=new Array('Show All Events', 'showevent.asp?topic=allevents&websegment=calendar','bodymain')
		i++;MENU_calendar[i]=new Array('Ways to Connect', 'showevent.asp?topic=iteminterest&websegment=calendar','bodymain')
		i++;MENU_calendar[i]=new Array('House Churches', 'showevent.asp?topic=housechurchevent&websegment=calendar','bodymain')
		i++;MENU_calendar[i]=new Array('Affinity Groups', 'showevent.asp?topic=authenticcom&websegment=calendar','bodymain')		
		i++;MENU_calendar[i]=new Array('Special Events', 'showevent.asp?topic=specialevent_cal&websegment=calendar','bodymain')
		i++;MENU_calendar[i]=new Array('Leadership', 'showevent.asp?topic=leaders_cal&websegment=calendar','bodymain')
		i++;MENU_calendar[i]=new Array('HOME', '/','self')