	var NoOffFirstLineMenus=13;			// Number of first level items
	var LowBgColor='#223840';			// Background color when mouse is not over
	var LowSubBgColor='#667D80';			// Background color when mouse is not over on subs
	var HighBgColor='#000000';			// Background color when mouse is over
	var HighSubBgColor='#000000';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';		// Font color subs when mouse is not over
	var FontHighColor='FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='FFFFFF';		// Font color subs when mouse is over
	var BorderColor='#707070';			// Border color
	var BorderSubColor='#000000';			// 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=9;					// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=103;					// 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=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=300;				// 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=['menuv/tri.gif',5,10,'menuv/tridown.gif',10,5,'menuv/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.htm","",0,20,125);

Menu2=new Array("Staff","staff.htm","",0,20,125);

Menu3=new Array("District Ministries","","",7,20,125);
	Menu3_1=new Array("Church Development","church-development.htm","",0,20,200);
	Menu3_2=new Array("Hispanic","hispanic.htm","",0,20,200);
	Menu3_3=new Array("Leadership Development","leadership.htm","",0,20,200);
	Menu3_4=new Array("Ministry & Placement","ministry.htm","",0,20,200);
	Menu3_5=new Array("Nurture","nurture.htm","",0,20,200);
	Menu3_6=new Array("Stewardship","stewardship.htm","",0,20,200);
	Menu3_7=new Array("Witness & Evangelism","witness.htm","",0,20,200);

Menu4=new Array("Senior Adult","senior-adult.htm","",0,20,200);

Menu5=new Array("Pastors","","",2,20,125);
	Menu5_1=new Array("Placement","positions.htm","",0,20,200);
	Menu5_2=new Array("Reports","pastor-reports.htm","",2,20,200);
		Menu5_2_1=new Array("Licensing","report-license.htm","",0,20,200);
		Menu5_2_2=new Array("Mentoring","report-mentor.htm","",0,20,200);

Menu6=new Array("Congregations","congregations.htm","",0,20,125);

Menu7=new Array("Youth","youth.htm","",0,20,125);

Menu8=new Array("Spiritual Renewal","renewal.htm","",0,20,125);

Menu9=new Array("Agencies","","",4,20,125);
	Menu9_1=new Array("Denominational","agency-denom.htm","",0,20,200);
	Menu9_2=new Array("Higher Education","agency-edu.htm","",0,20,200);
	Menu9_3=new Array("Other","agency-other.htm","",0,20,200);
	Menu9_4=new Array("Retirement","agency-retire.htm","",0,20,200);

Menu10=new Array("Special Events","","",4,20,125);
	Menu10_1=new Array("District Conference","conference.htm","",0,20,200);
	Menu10_2=new Array("Leadership Summaries 2013","docs/leadership-position-summaries2013.pdf","",0,20,200);
	Menu10_3=new Array("Recent Highlights","highlight.htm","",0,20,200);
	Menu10_4=new Array("Upcoming Events","events.htm","",0,20,200);

Menu11=new Array("Links","links.htm","",0,20,125);

Menu12=new Array("Photo Gallery","","",4,20,125);
	Menu12_1=new Array("Auction","photo-auction.htm","",0,20,200);
	Menu12_2=new Array("District Board","photo-board.htm","",0,20,200);
	Menu12_3=new Array("Ministry","photo-ministry.htm","",0,20,200);
	Menu12_4=new Array("Youth","youth-photo.htm","",0,20,200);

Menu13=new Array("Donate to ANE","donations.htm","",0,20,125);

