/***********************************************************************************
Top menu for the site
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#0066CC';				// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='navy';		// Font color subs when mouse is not over
	var FontHighColor='navy';			// Font color when mouse is over
	var FontSubHighColor='white';		// Font color subs when mouse is over
	var BorderColor='#0066CC';			// Border color
	var BorderSubColor='#0066CC';			// 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','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;		// vertical overlap child/ parent
	var StartTop=102;					// 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=3;					// Left padding
	var TopPaddng=2;					// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;				// 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=1;				// menu tree checking on or off 1 or 0
	var ShowArrow=0;					// Uses arrow gifs when 1
	var KeepHilite=1;					// Keep selected path highligthed
	var Arrws=['images/tinyplus.gif',11,11,'images/tinyplus.gif',11,11,'images/tinyplus_empty.gif',11,11];	// 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","default.asp","",6,20,80);
	Menu1_1=new Array("Home","default.asp","",0,20,120);	
	Menu1_2=new Array("Overview & History","history.asp","",0);	
	Menu1_3=new Array("Core Beliefs","corebeliefs.asp","",0);	
	Menu1_4=new Array("Community Ministries","community.asp",0);
	Menu1_5=new Array("Leadership","Leadership.asp","",0);
	Menu1_6=new Array("Contact Us","contact.asp","",0);

Menu2=new Array("Worship","worship.asp","",4,20,75);
	Menu2_1=new Array("Philosophy","philosophy.asp","",0,20,90);	
	Menu2_2=new Array("Service Times","worshiptimes.asp","",0,20,90);	
	Menu2_3=new Array("Bible Class Times","worshiptimes.asp","",0);
	Menu2_4=new Array("Sermon Online","sermononline.asp","",0);

Menu3=new Array("Connection Groups","connectiongroups.asp","",1,20,115);
	Menu3_1=new Array("About Connection Groups","connectiongroups.asp","",0,20,135);	
	//Menu3_2=new Array("Joining Small Groups","construction.asp","",0,20,110);

Menu4=new Array("News & Events","construction.asp","",10,20,110);
	Menu4_1=new Array("Announcements","publishlist.asp?CAT=ANNOUNCE","",0,20,140);	
	Menu4_2=new Array("Current Sermon Series","sermonseries.asp","",0,20,140);	
	Menu4_3=new Array("Sermons Online","sermononline.asp","",0,20,140);	
	Menu4_4=new Array("Todays Word (Newsletter)","newsletter.asp","",0,20,140);	
	Menu4_5=new Array("Calendar","calendar.asp","",0);
	Menu4_6=new Array("Articles","doclist.asp?CAT=ARTICLE","",0);
	Menu4_7=new Array("Photo Gallery","gallery.asp","",0);
	Menu4_8=new Array("Mens Ministry","mensministry.asp","",0,20,140);	
	Menu4_9=new Array("Womens Ministry","womensministry.asp","",0,20,140);	
	Menu4_10=new Array("Youth Ministry","youthministry.asp","",0,20,140);	

Menu5=new Array("Members","","",5,20,90);
	Menu5_1=new Array("Directory","directory.asp","",0,20,160);	
	Menu5_2=new Array("Deacons & Ministry Leaders","deaconsandministers.asp","",0);
	Menu5_3=new Array("Worship Participation","worshipassignments.asp","",0);
	Menu5_4=new Array("Childrens Worship","childrensworship.asp","",0);
//	Menu5_4=new Array("Prayer Requests","publishlist.asp?CAT=PRAYER","",0);
	Menu5_5=new Array("Register","register.asp","",0,20,90);	

Menu6=new Array("Guests","worship.cfm","",4,20,90);
	Menu6_1=new Array("How to Find Us","contact.asp","",0,20,90);	
	Menu6_2=new Array("Worship Times","worshiptimes.asp","",0);
	Menu6_3=new Array("What to Expect","visitors.asp","",0);
	Menu6_4=new Array("Contact Us","contact.asp","",0);

//Menu7=new Array("Learning","worship.cfm","",2,20,90);
	//Menu7_1=new Array("Bible Study","construction.asp","",0,20,130);	
	//Menu7_2=new Array("Jesus & Christianity","construction.asp","",0);

	//	Menu7_4_1=new Array("The Bible Online","http://www.biblegateway.com/","",0,20,110);
	//	Menu7_4_2=new Array("Devotionals","bibleclass.html","",0);
	//	Menu7_4_3=new Array("Defending the Faith","http://www.apologeticspress.org/","",0);
	//	Menu7_4_4=new Array("More Links ...","resources.asp","",0);

Menu7=new Array("Contact Us","contact.asp","",3,20,90);
	Menu7_1=new Array("Address & Phone","contact.asp","",0,20,100);	
	Menu7_2=new Array("Directions","contact.asp","",0);
	Menu7_3=new Array("Send a Comment","onlinecomment.asp","",0);


