/********************************************************************************
*	(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=12;			// Number of first level items
	var LowBgColor='d9e3eb';			// Background color when mouse is not over
	var LowSubBgColor='d9e3eb';			// Background color when mouse is not over on subs
	var HighBgColor='AEB5BF';			// Background color when mouse is over
	var HighSubBgColor='AEB5BF';		// Background color when mouse is over on subs
	var FontLowColor='333333';			// Font color when mouse is not over
	var FontSubLowColor='333333';		// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';		// Font color subs when mouse is over
	var BorderColor='666666';			// Border color
	var BorderSubColor='666666';		// Border color for subs
	var BorderWidth=0;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="verdana"			// 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=0;						// Menu offset x coordinate
	var StartLeft=0;					// 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='MenuPos';			// 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=['images/arrow_blue.gif',10,9,'images/arrow_blue.gif',10,9,'images/arrow_blue.gif',10,9];	// 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","http://www.westerndistrict.org","",0,20,121);

Menu2=new Array("About Us","http://www.westerndistrict.org/about.htm","",3);
	Menu2_1=new Array("Dr. Stieglitz","http://www.westerndistrict.org/about_gil.htm","",0,20,230);
	Menu2_2=new Array("History & Purpose","http://www.westerndistrict.org/about.htm","",0);
	Menu2_3=new Array("Staff","http://www.westerndistrict.org/contactus.htm","",0);

Menu3=new Array("Churches","http://www.westerndistrict.org/churches.htm","",2);
	Menu3_1=new Array("Churches","http://www.westerndistrict.org/churches.htm","",5,20,200);	
		Menu3_1_1=new Array("Directory","http://www.westerndistrict.org/directory.htm","",0,20,230);
		Menu3_1_2=new Array("Leadership Development Clusters","http://www.westerndistrict.org/clusters.htm","",0);
		Menu3_1_3=new Array("Becoming a Free Church","http://www.westerndistrict.org/planting.htm","",0);
        Menu3_1_4=new Array("Leadership Training","http://www.westerndistrict.org/pastors.htm","",0);
        Menu3_1_5=new Array("Resources","http://www.westerndistrict.org/partners.htm","",2);
                          Menu3_1_5_1=new Array("Sample Documents","http://www.westerndistrict.org/churches.htm#documents","",0,20,200);
                          Menu3_1_5_2=new Array("Links","http://www.westerndistrict.org/partners.htm","",0);
	Menu3_2=new Array("Events","http://www.westerndistrict.org/calendar.htm","",3);
		Menu3_2_1=new Array("District Conference","http://www.westerndistrict.org/calendar.htm","",0,20,230);
		Menu3_2_2=new Array("DLD","http://www.westerndistrict.org/calendar.htm","",0);
		Menu3_2_3=new Array("Retreats","http://www.westerndistrict.org/calendar.htm","",0);

Menu4=new Array("Pastors","http://www.westerndistrict.org/pastors.htm","",5);
	Menu4_1=new Array("Credentialing","http://www.westerndistrict.org/credentialing.htm","",0,20,230);
	Menu4_2=new Array("Placement","http://www.westerndistrict.org/placement.htm","",0);
	Menu4_3=new Array("Leadership Training","http://www.westerndistrict.org/pastors.htm","",0);
	Menu4_4=new Array("Leadership Development Clusters","http://www.westerndistrict.org/clusters.htm","",0);
	Menu4_5=new Array("Policies","http://www.westerndistrict.org/pastors.htm","",0);

Menu5=new Array("Planting","http://www.westerndistrict.org/church_planting.htm","",4);
	Menu5_1=new Array("Church Planting Strategy","http://www.westerndistrict.org/church_planting.htm","",0,20,230);
	Menu5_2=new Array("Church Planting Assessment","http://www.westerndistrict.org/church_planting_assessment.htm","",0);
	Menu5_3=new Array("Church Planting Funding","http://www.westerndistrict.org/church_planting_funding.htm","",0);
	Menu5_4=new Array("EFCA Church Planting Homepage","http://www.efcastartchurches.org","",0);

Menu6=new Array("Partners","http://www.westerndistrict.org/partners.htm","",3);
	Menu6_1=new Array("Ministries & Links","http://www.westerndistrict.org/partners.htm","",0,20,200);
	Menu6_2=new Array("Other Districts","http://www.efca.org/districts/","",0);
	Menu6_3=new Array("EFCA Homepage","http://www.efca.org","",0);
//	Menu6_4=new Array("Find a Free Church","http://fusion.efca.org/churchfinder","",0);

Menu7=new Array("Calendar","http://www.westerndistrict.org/calendar.htm","",0,20,110);
//	Menu7_1=new Array("Monthly Calendar","http://www.westerndistrict.org/calendar.htm","",0,20,230);
//	Menu7_2=new Array("Ldr. Dev. Cluster Schedule","http://www.westerndistrict.org/calendar.htm","",0);
//	Menu7_3=new Array("Dr. Stieglitz Schedule","http://www.westerndistrict.org/calendar.htm","",0);

//Menu8=new Array("Communications","http://www.westerndistrict.org/communication.asp","",3);
//	Menu8_1=new Array("Travels with the DS","http://www.westerndistrict.org/communication.asp","",0,20,230);
//	Menu8_2=new Array("Devotions by Dr. Gil","http://www.westerndistrict.org/devotions.asp","",0);
//	Menu8_3=new Array("Reimagining the Church","http://www.westerndistrict.org/church_planting_news.htm","",0);

Menu8=new Array("Contact Us","http://www.westerndistrict.org/contactus.htm","",4);
	Menu8_1=new Array("Mailing Address","http://www.westerndistrict.org/contactus.htm","",0,20,200);
	Menu8_2=new Array("Dr. Stieglitz","mailto:drgil@westerndistrict.org","",0);
	Menu8_3=new Array("WDEFC Office","mailto:info@westerndistrict.org","",0);
	Menu8_4=new Array("Andrew Hoffman","mailto:churchplanting@westerndistrict.org","",0);

Menu9=new Array("Donate","http://www.westerndistrict.org/donate.htm","",0,20,110);

Menu10=new Array(" ","","",0,20,110);

Menu11=new Array("Other Districts","http://www.efca.org/districts/","",0,20,110);

Menu12=new Array("EFCA Home","http://www.efca.org","",0,20,110);

//Menu13=new Array("EFCA Directory","http://www.efca.org","",0,20,110);