/***********************************************************************************
*	(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=23;			// Number of first level items
	var LowBgColor='#FFFFFF';			// Background color when mouse is not over
	var LowSubBgColor='#FFFFFF';			// Background color when mouse is not over on subs
	var HighBgColor='#FFFFFF';			// Background color when mouse is over
	var HighSubBgColor='#DDDDDD';			// Background color when mouse is over on subs
	var FontLowColor='#9BCC01';			// Font color when mouse is not over
	var FontSubLowColor='#6600CC';			// Font color subs when mouse is not over
	var FontHighColor='#999999';			// Font color when mouse is over
	var FontSubHighColor='#6600CC';			// Font color subs when mouse is over
	var BorderColor='#FFFFFF';			// Border color
	var BorderSubColor='#6600CC';			// 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=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=.05;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=190;				// Menu offset x coordinate
	var StartLeft=8;				// 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=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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	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("","","images/about_title.gif",0,18,144);
    Menu2=new Array("what we believe","believe.htm","",0,15,144);
    Menu3=new Array("eastwind's mission","mission.htm","",0,15,144);
    Menu4=new Array("message from our Pastor","message.htm","",0,30,144);
    Menu5=new Array("","","images/do_title.gif",0,40,144);
    Menu6=new Array("children's ministries","children.htm","",0,15,144);
    Menu7=new Array("youth ministries","youth.htm","",0,15,144);
    Menu8=new Array("small groups","groups.htm","",0,15,144);
    Menu9=new Array("worship services","worship.htm","",4,15,130);
		Menu9_1=new Array("Service Times","worship.htm","",0,20,144);
		Menu9_2=new Array("Community Night","worship.htm#community_night","",0,20,144);
		Menu9_3=new Array("Upcoming Sermon Themes","worship.htm#upcoming_sermons","",0,30,144);
		Menu9_4=new Array("Sermons Online","get_sermons.htm","",0,20,144);
    Menu10=new Array("building our church","building.htm","",0,15,144);
    Menu11=new Array("calendar of events","events.htm","",0,15,144);
    Menu12=new Array("","","images/who_title.gif",0,20,144);
    Menu13=new Array("our people","","",3,15,144);
		Menu13_1=new Array("Our Church Staff","church_staff.htm","",0,20,144);
		Menu13_2=new Array("Our Church Board","church_board.htm","",0,20,144);
		Menu13_3=new Array("Our Ministry Team Leaders","ministry_team.htm","",0,30,144);
    Menu14=new Array("becoming a member","membership.htm","",0,15,144);
    Menu15=new Array("photo albums","photos.htm","",0,15,144);
    Menu16=new Array("how to reach us","reach.htm","",0,15,144);
    Menu17=new Array("message board","church_message_board.htm","",0,15,144);
    Menu18=new Array("","involved.htm","images/involved_title.gif",0,20,144);
	Menu19=new Array("within Eastwind","involved.htm","",1,15,144);
		Menu19_1=new Array("discover your ministry personal survey","personal_survey.asp","",0,30,144);
	Menu20=new Array("local outreach","missions_outreach_local.htm","",0,15,144);
	Menu21=new Array("International outreach","missions_outreach_international.htm","",2,15,144);
		Menu21_1=new Array("Mexico Mission","mexico_mission.htm","",2,15,144);
			Menu21_1_1=new Array("Mexico Mission Trip 2005","mexico_mission_2005.htm","",0,15,144);
			Menu21_1_2=new Array("Mexico Mission Trip 2006","mexico_mission_2006.htm","",0,15,144);
		Menu21_2=new Array("Kenya Mission Trip","kenya_mission.htm","",0,15,144);
    Menu22=new Array("How do I donate online?","donate_online.htm","",0,15,144);
    Menu23=new Array("Eastwind Home Page","default.asp","",0,15,144);

