	var NoOffFirstLineMenus=6;				// Number of first level items
	var LowBgColor='000063';				// Background color when mouse is not over
	var LowSubBgColor='white';				// Background color when mouse is not over on subs
	var HighBgColor='#000063';				// Background color when mouse is over
	var HighSubBgColor='#000063';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFC6';				// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFC6';			// Font color when mouse is over
	var FontSubHighColor='#FFFFC6';			// Font color subs when mouse is over
	var BorderColor='';						// Border color
	var BorderSubColor='black';				// Border color for subs
	var BorderWidth=1;						// Border width
	var BorderBtwnElmnts=1;					// Border between elements 1 or 0
	var FontFamily="arial,verdana"			// 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=.2;					// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=97;						// Menu offset x coordinate
	var StartLeft=120;						// 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=3;						// 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=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=1;						// Uses arrow gifs when 1
	var KeepHilite=0;						// Keep selected path highlighted
	var Arrws=['images/tri.gif',5,10,'images/clear.gif',1,1,'images/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("Conferences","conferences.html","",7,20,85);
	Menu1_1=new Array("General Info","conferences.html","",0,20,130);
	Menu1_2=new Array("Discipleship","discipleship.html","",1);
		Menu1_2_1=new Array("Titles","discipleship_titles.html","",0,20,80);
	Menu1_3=new Array("Evangelism","evangelism.html","",1,20,100);
		Menu1_3_1=new Array("Titles","evangelism_titles.html","",0,20,80);
	Menu1_4=new Array("Arrange a Conference","arrange.html","",0,20,100);
	Menu1_5=new Array("Financial Policy","finance.html","",0);
	Menu1_6=new Array("James Odens","jodens.html","",0);
	Menu1_7=new Array("Testimonials","testimonials.html","",0);
	
Menu2=new Array("Lighting the Way to God","lighting.html","",4,20,150);
	Menu2_1=new Array("General Info","lighting.html","",0,20,110);	
	Menu2_2=new Array("Table of Contents","lighting_toc.html","",0);	
	Menu2_3=new Array("Excerpt","lighting_excerpt.html","",0);
	Menu2_4=new Array("Ordering Info","ordering.html","",0);

Menu3=new Array("Discovering God","discovering.html","",7,20,110);
	Menu3_1=new Array("General Info","discovering.html","",0,20,130);
	Menu3_2=new Array("Leader\'s Guide","discovering_guide.html","",2);
		Menu3_2_1=new Array("Table of Contents","discovering_guide_toc.html","",0,20,110);
		Menu3_2_2=new Array("Sample Lesson","discovering_guide_sample.html","",0);
	Menu3_3=new Array("Graphics","discovering_graphic.html","",1);
		Menu3_3_1=new Array("Sample Picture","discovering_graphic_sample.html","",0,20,100);
	Menu3_4=new Array("Approach","discovering_approach.html","",0);
	Menu3_5=new Array("Learner\'s Workbook","discovering_wb.html","",1);
		Menu3_5_1=new Array("Table of Contents","discovering_wb_toc.html","",0,20,110);
	Menu3_6=new Array("Testimonials","discovering_test.html","",0);
	Menu3_7=new Array("Order Info","ordering.html","",0);

Menu4=new Array("Following Jesus","following.html","",5,20,105);
	Menu4_1=new Array("General Info","following.html","",0,20,130);
	Menu4_2=new Array("Leader\'s Guide","following_guide.html","",2);
		Menu4_2_1=new Array("Table of Contents","following_guide_toc.html","",0,20,110);
		Menu4_2_2=new Array("Sample Outline","following_guide_sample.html","",0);
	Menu4_3=new Array("Graphics","following_graphic.html","",0);
	Menu4_4=new Array("Learner\'s Workbook","following_wb.html","",1);	
		Menu4_4_1=new Array("Table of Contents","following_wb_toc.html","",0,20,110);
	Menu4_5=new Array("Order Info","ordering.html","",0);

Menu5=new Array("Philosophy","philosophy.html","",9,20,75);
	Menu5_1=new Array("God\'s Glory is Our Purpose","philosophy.html#God","",0,20,155);
	Menu5_2=new Array("Truth-seeking Mind Set","philosophy.html#Truth","",0);
	Menu5_3=new Array("Gospel-driven Ministry","philosophy.html#Gospel","",0);
	Menu5_4=new Array("Dependence on the Holy Spirit","philosophy.html#Dependence","",0,32);
	Menu5_5=new Array("Principle-centered Methods and Strategies","philosophy.html#Principle","",0,32);
	Menu5_6=new Array("Relational Living","philosophy.html#Relational","",0,20);
	Menu5_7=new Array("Church is a Family of Families","philosophy.html#Church","",0,32);
	Menu5_8=new Array("Ministering as Teams","philosophy.html#Ministering","",0);
	Menu5_9=new Array("Developing Leaders","philosophy.html#Developing","",0);
	
Menu6=new Array("Ordering Info","ordering.html","",3,20,90);
	Menu6_1=new Array("Ordering Options","order_options.html","",0,20,110);
	Menu6_2=new Array("Price List","pricelist.html","",0);
	Menu6_3=new Array("Order Form","http://www.tcbs.org/orderform.html","",0);
	