	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#1D0200';			// Background color when mouse is not over
	var LowSubBgColor='#1D0200';			// Background color when mouse is not over on subs
	var HighBgColor='#1D0200';			// Background color when mouse is over
	var HighSubBgColor='#1D0200';			// Background color when mouse is over on subs
	var FontLowColor='#D5A853';			// Font color when mouse is not over
	var FontSubLowColor='#D5A853';			// Font color subs when mouse is not over
	var FontHighColor='#F4D2A0';			// Font color when mouse is over
	var FontSubHighColor='#F4D2A0';			// Font color subs when mouse is over
	var BorderColor='#000';			// Border color
	var BorderSubColor='#000';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="Trebuchet MS, Arial, Helvetica"	// Font family menu items
	var FontSize=10;				// 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='center';			// 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=126;				// 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=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=350;			// 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=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/ 0 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 highlighted
	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("","decision.cfm","graphics/tmenu-02.jpg",0,20,145);

Menu2=new Array("","history.cfm","graphics/tmenu-03.jpg",0,20,127);

Menu3=new Array("","following.cfm","graphics/tmenu-04.jpg",6,20,110);
		Menu3_1=new Array("Following Christ","following.cfm","",2,20,110);
			Menu3_1_1=new Array("Page 1","following.cfm","",0,20,100);
			Menu3_1_2=new Array("Time with God","following2.cfm","",0,20,0);
		Menu3_2=new Array("God's Plan","godsplan1.cfm","",5,20,0);
			Menu3_2_1=new Array("Page 1","godsplan1.cfm","",0,20,110);
			Menu3_2_2=new Array("Page 2","godsplan2.cfm","",0,20,0);
			Menu3_2_3=new Array("Page 3","godsplan3.cfm","",0,20,0);
			Menu3_2_4=new Array("Page 4","godsplan4.cfm","",0,20,0);
			Menu3_2_5=new Array("Study Questions","godsplan5.cfm","",0,20,0);
		Menu3_3=new Array("Spiritual Food","sfood1.cfm","",5,20,0);
			Menu3_3_1=new Array("Page 1","sfood1.cfm","",0,20,110);
			Menu3_3_2=new Array("Page 2","sfood2.cfm","",0,20,0);
			Menu3_3_3=new Array("Page 3","sfood3.cfm","",0,20,0);
			Menu3_3_4=new Array("Page 4","sfood4.cfm","",0,20,0);
			Menu3_3_5=new Array("Study Questions","sfood5.cfm","",0,20,0);
		Menu3_4=new Array("Prayer","prayer1.cfm","",3,20,0);
			Menu3_4_1=new Array("Page 1","prayer1.cfm","",0,20,110);
			Menu3_4_2=new Array("Page 2","prayer2.cfm","",0,20,0);
			Menu3_4_3=new Array("Study Questions","prayer3.cfm","",0,20,0);
		Menu3_5=new Array("Spiritual Family","sfamily1.cfm","",2,20,0);
			Menu3_5_1=new Array("Page 1","sfamily1.cfm","",0,20,110);
			Menu3_5_2=new Array("Study Questions","sfamily2.cfm","",0,20,0);
		Menu3_6=new Array("Let Others Know","tell1.cfm","",2,20,0);
			Menu3_6_1=new Array("Page 1","tell1.cfm","",0,20,110);
			Menu3_6_2=new Array("Study Questions","tell2.cfm","",0,20,0);

Menu4=new Array("","life1.cfm","graphics/tmenu-05.jpg",16,20,112);
		Menu4_1=new Array("Mark Chapter 1","life1.cfm","",0,20,116);
		Menu4_2=new Array("Mark Chapter 2","life2.cfm","",0,20,0);
		Menu4_3=new Array("Mark Chapter 3","life3.cfm","",0,20,0);
		Menu4_4=new Array("Mark Chapter 4","life4.cfm","",0,20,0);
		Menu4_5=new Array("Mark Chapter 5","life5.cfm","",0,20,0);
		Menu4_6=new Array("Mark Chapter 6","life6.cfm","",0,20,0);
		Menu4_7=new Array("Mark Chapter 7","life7.cfm","",0,20,0);
		Menu4_8=new Array("Mark Chapter 8","life8.cfm","",0,20,0);
		Menu4_9=new Array("Mark Chapter 9","life9.cfm","",0,20,0);
		Menu4_10=new Array("Mark Chapter 10","life10.cfm","",0,20,0);
		Menu4_11=new Array("Mark Chapter 11","life11.cfm","",0,20,0);
		Menu4_12=new Array("Mark Chapter 12","life12.cfm","",0,20,0);
		Menu4_13=new Array("Mark Chapter 13","life13.cfm","",0,20,0);
		Menu4_14=new Array("Mark Chapter 14","life14.cfm","",0,20,0);
		Menu4_15=new Array("Mark Chapter 15","life15.cfm","",0,20,0);
		Menu4_16=new Array("Mark Chapter 16","life16.cfm","",0,20,0);

Menu5=new Array("","contact.cfm","graphics/tmenu-06.jpg",0,20,76);

Menu6=new Array("","index.cfm","graphics/tmenu-07.jpg",0,20,42);
	
