/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='CFD3DF';			// Background color when mouse is not over
	var LowSubBgColor='CFD3DF';			// Background color when mouse is not over on subs
	var HighBgColor='A3A8AC';			// Background color when mouse is over
	var HighSubBgColor='A3A8AC';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// 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='transparent';			// Border color
	var BorderSubColor='transparent';		// 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=.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=4;				// 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=0;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='main';			// 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=0;					// 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=['',5,10,'',10,5,'',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("local churches","","",4,20,110);
	Menu1_1=new Array("interactive map","localchurches/churchmap.html","",0,20,110);
	Menu1_2=new Array("costa rica","","",1,20,110);	
		Menu1_2_1=new Array("los angeles","localchurches/costarica/losangeles.html","",0,20,110);
	Menu1_3=new Array("united states","","",1,20,110);	
		Menu1_3_1=new Array("wisconsin","","",3,20,110);
			Menu1_3_1_1=new Array("milwaukee","localchurches/unitedstates/wisconsin/milwaukee.html","",0,20,110);
			Menu1_3_1_2=new Array("oconomowoc","localchurches/unitedstates/wisconsin/oconomowoc.html","",0,20,110);
			Menu1_3_1_3=new Array("spring green","localchurches/unitedstates/wisconsin/springgreen.html","",0,20,110);
	Menu1_4=new Array("church resources","localchurches/resources.html","",0,20,110);

Menu2=new Array("vision and beliefs","","",4,20,110);
	Menu2_1=new Array("vision statement","vision/visionstatement.html","",0,20,110);	
	Menu2_2=new Array("church blueprint","vision/blueprint/index.html","",0, 20, 110);
	Menu2_3=new Array("history","vision/history.html","",0,20,110);
	Menu2_4=new Array("statement of faith","vision/faithstatement.html","",0, 20, 110);

Menu3=new Array("solid rock school","","",1,20,110);
	Menu3_1=new Array("What is SRMTS?","srmts/index.html","",0,20,110);

Menu4=new Array("mission trips","","",6,20,110);
	Menu4_1=new Array("open trips","missions/opentrips.html","",0,20,110);
	Menu4_2=new Array("interactive map","missions/missionmap.html","",0,20,110);
	Menu4_3=new Array("africa","","",1,20,110);
		Menu4_3_1=new Array("cameroon","missions/africa/cameroon.html","",0,20,110);
	Menu4_4=new Array("asia","","",1,20,110);
		Menu4_4_1=new Array("israel","missions/asia/israel.html","",0,20,110);
	Menu4_5=new Array("europe","","",1,20,110);
		Menu4_5_1=new Array("scotland","missions/europe/scotland.html","",0,20,110);
	Menu4_6=new Array("north america","","",2,20,110);
		Menu4_6_1=new Array("costa rica","missions/northamerica/costarica.html","",0,20,110);
		Menu4_6_2=new Array("united states","","",3,20,110);
			Menu4_6_2_1=new Array("48-state trip","missions/northamerica/unitedstates/fortyeight.html","",0,20,110);
			Menu4_6_2_2=new Array("new orleans, la","missions/northamerica/unitedstates/neworleans.html","",0,20,110);
			Menu4_6_2_3=new Array("spring green, wi","missions/northamerica/unitedstates/springgreen.html","",0,20,110);
		
Menu5=new Array("materials to grow","","",5,20,110);
	Menu5_1=new Array("bible studies","materials/studies.html","",0,20,110);
	Menu5_2=new Array("tracts","materials/tracts.html","",0,20,110);
	Menu5_3=new Array("books","materials/books.html","",0,20,110);
	Menu5_4=new Array("podcasts","materials/podcasts.html","",0,20,110);
	Menu5_5=new Array("on-line tools","materials/tools.html","",0,20,110);

Menu6=new Array("rubble","","",6,20,110);
	Menu6_1=new Array("cornerstone boys","rubble/cornerstoneboys.html","",0,20,110);
	Menu6_2=new Array("movie reviews","rubble/reviews.html","",0,20,110);
	Menu6_3=new Array("blogs","rubble/blogs.html","",0,20,110);
	Menu6_4=new Array("message board","rubble/messageboard.html","",0,20,110);
	Menu6_5=new Array("chat room","rubble/chat.html","",0,20,110);
	Menu6_6=new Array("links","rubble/links/index.html","",0,20,110);