	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#336699';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#336699';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='#003366';			// Font color when mouse is over
	var FontSubHighColor='#336699';			// Font color subs when mouse is over
	var BorderColor='#336699';			// 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"	// Font family menu items
	var FontSize=8;				// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=65;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;			// 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='0';				// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highlighted
	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("Home","/index.html","",0,18,40);

Menu2=new Array("About Us","/about/about.htm","",7,18,110);
	Menu2_1=new Array("Contact Us","/about/contact.htm","",0,18,150);
	Menu2_2=new Array("Visitor Information","/about/visitors.htm","",0,18,150);
	Menu2_3=new Array("Directions/Hours","/about/directions.htm","",0,18,150);	
	Menu2_4=new Array("History","/about/history.htm","",0,18,150);
	Menu2_5=new Array("Staff","/about/staff.htm","",0,18,150);
	Menu2_6=new Array("Membership","/about/membership.htm","",0,18,150);
	Menu2_7=new Array("Presbyterian Links","/about/links.htm","",0,18,150);

Menu3=new Array("Congregational Life","/congregation/congregation.htm","",8,18,125);
	Menu3_1=new Array("Programs & Events","/congregation/programs.htm","",2,18,150);
	 Menu3_1_1=new Array("Covenant Connection","/congregation/connection.htm","",0,18,150);
	 Menu3_1_2=new Array("Food Services","/congregation/food.htm","",0,18,150);
	Menu3_2=new Array("Fellowship","/congregation/fellowship.htm","",7,18,150);
		Menu3_2_1=new Array("Retreats","/congregation/retreat.htm","",0,18,150);
		Menu3_2_2=new Array("Men's Breakfast","/congregation/mensbreakfast.htm","",0,18,150);
		Menu3_2_3=new Array("Presbyterian Women","/congregation/pwomen.htm","",0,18,150);
		Menu3_2_4=new Array("Health & Wellness","/congregation/health.htm","",0,18,150);
		Menu3_2_5=new Array("Senior TLC","/congregation/seniorTLC.htm","",0,18,150);
		Menu3_2_6=new Array("Young Adults","/congregation/youngadults.htm","",0,18,150);
		Menu3_2_7=new Array("College Ministry","/congregation/CollegeMinistry.htm","",0,18,150);
	Menu3_3=new Array("Weddings","/congregation/weddings.htm","",0,18,150);
	Menu3_4=new Array("Baptisms","/congregation/baptism.htm","",0,18,150);
	Menu3_5=new Array("Pastoral Care","/congregation/pastoral.htm","",0,18,150);
	Menu3_6=new Array("Stewardship","/congregation/steward.htm","",3,18,150);
		Menu3_6_1=new Array("Electronic Pledge","/congregation/StewardshipPledge.htm","",0,18,150);	
		Menu3_6_2=new Array("Planned Giving","/congregation/planned.htm","",0,18,150);	
		Menu3_6_3=new Array("Stock Gifts","/congregation/stock.htm","",0,18,150);	
	Menu3_7=new Array("Online Giving","/congregation/giving.htm","",0,18,150);
	Menu3_8=new Array("Session & Committees","/congregation/session.htm","",0,18,150);
	
Menu4=new Array("Education","/education/education.htm","",5,18,80);
	Menu4_1=new Array("Sunday School","/education/sunday_school.htm","",9,18,150);
		Menu4_1_1=new Array("Adult","/education/adulted.htm","",0,18,150);
		Menu4_1_2=new Array("Early Childhood","/education/earlychild.htm","",0,18,150);
		Menu4_1_3=new Array("CCW","/education/ccw.htm","",0,18,150);
		Menu4_1_4=new Array("Elementary","/education/elementaryed.htm","",0,18,150);	
		Menu4_1_5=new Array("Middle School","/education/middleschool.htm","",0,18,150);	
		Menu4_1_6=new Array("High School","/education/highschool.htm","",0,18,150);
		Menu4_1_7=new Array("QUEST","/education/quest.htm","",0,18,150);
		Menu4_1_8=new Array("Academy","/education/academy.htm","",0,18,150);	
		Menu4_1_9=new Array("Fellowship","/education/fellowship.htm","",0,18,150);
	Menu4_2=new Array("Preschool","/education/preschool.htm","",5,18,80);	
		Menu4_2_1=new Array("Who We Are","/education/Preschool/ps_who.htm","",0,18,150);
		Menu4_2_2=new Array("What We Offer","/education/Preschool/ps_what.htm","",0,18,150);
		Menu4_2_3=new Array("Our Staff & Board","/education/Preschool/ps_staff_board.htm","",0,18,150);
		Menu4_2_4=new Array("A Typical Day","/education/Preschool/ps_day.htm","",0,18,150);
		Menu4_2_5=new Array("The Tree","/education/Preschool/ps_tree.htm","",0,18,150);	
	Menu4_3=new Array("Library","/education/library.htm","",0);
	Menu4_4=new Array("Bible Study","/education/BibleStudy.htm","",0);
	Menu4_5=new Array("Youth","/education/covyouth.htm","",0,18,150);
    
Menu5=new Array("Mission & Outreach","/Mission/mission.htm","",4,18,120);
	Menu5_1=new Array("Mission in the City","/Mission/mission_city.htm","",0,18,135);
	Menu5_2=new Array("International Mission","/Mission/mission_intl.htm","",0,18,135);	
	Menu5_3=new Array("Grants","/Mission/grants.htm","",0,18,135);
	Menu5_4=new Array("Peace and Justice","/Mission/Peace&Justice.htm","",0,18,135);
	
Menu6=new Array("Worship & Music","/worship_music/worship.htm","",9,18,115);
	Menu6_1=new Array("Worship Services","/worship_music/worship.htm","",0,18,150);
	Menu6_2=new Array("Sermon Archives","/worship_music/sermonarchives.htm","",0,18,150);	
	Menu6_3=new Array("Music Ministry","/worship_music/music.htm","",0,18,135);
	Menu6_4=new Array("Choir","/worship_music/choir.htm","",0,18,135);	
	Menu6_5=new Array("Carillon","/worship_music/carillon.htm","",0,18,135);
	Menu6_6=new Array("Organ Information","/worship_music/organ.htm","",0,18,135);
	Menu6_7=new Array("Communion Assignments","/worship_music/communion.htm","",0,18,135);
	Menu6_8=new Array("Usher List","/worship_music/ushers.htm","",0,18,135);	
	Menu6_9=new Array("Greeter List","/worship_music/greeters.htm","",0,18,135);	

Menu7=new Array("Recreation Ministries","/recreation/recreation.htm","",7,18,135);
	Menu7_1=new Array("Directions/Hours","/recreation/rec_directions.htm","",0,18,150);
	Menu7_2=new Array("What We Offer","/recreation/offerings.htm","",0);
	Menu7_3=new Array("Interest Groups","/recreation/groups.htm","",0);
	Menu7_4=new Array("Basketball Ministry","/recreation/basketball.htm","",0);
	Menu7_5=new Array("Day Camps","/recreation/camps.htm","",0);
	Menu7_6=new Array("Virtual Tour","/recreation/VirtualTour.htm","",0);
	Menu7_7=new Array("Rec Wing Rental","/recreation/facility.htm","",0);
