	var NoOffFirstLineMenus=8;			
	var LowBgColor='#F2F2F2';			
	var HighBgColor='#D1D1E9';			
	var FontLowColor='black';			
	var FontHighColor='black';			
	var BorderColor='black';				
	var BorderWidthMain=1;			
	var BorderWidthSub=1;			
 	var BorderBtwnMain=1;			
	var BorderBtwnSub=1;			
	var FontFamily="arial";	
	var FontSize=9;				
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="center";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.025;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=0;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=50;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="http://thengodsaid.com/";				// BaseHref lets you specify the root directory for relative links. 
	var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......
	var PartOfWindow=.8;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=95)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:91
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Home","index.cfm","",0,15,60,"","","","","","",-1,-1,"","");
	
Menu2=new Array("Bible Handbook","hbmain.cfm","",3,16,125,"","","","","","",-1,-1,"","");
Menu2_1=new Array("Old Testament Part 1","","",20,14,140,"","","","","","",""-1,-1,"","");	
	Menu2_1_1=new Array("Genesis","book.cfm?book=1","",0,14,100,"","","","","","",-1,-1,"","");
	Menu2_1_2=new Array("Exdous","book.cfm?book=2","",0,"","","","","","","","",-1,-1,"","");
	Menu2_1_3=new Array("Leviticus","book.cfm?book=3","",0,"","","","","","","","",-1,-1,"","");
	Menu2_1_4=new Array("Numbers","book.cfm?book=4","",0,"","","","","","","","",-1,-1,"","");
	Menu2_1_5=new Array("Deuteronomy","book.cfm?book=5","",0,"","","","","","","","",-1,-1,"","");
	Menu2_1_6=new Array("Joshua","book.cfm?book=6","",0,"","","","","","","","",-1,-1,"","");
	Menu2_1_7=new Array("Judges","book.cfm?book=7","",0,"","","","","","","","",-1,-1,"","");
	Menu2_1_8=new Array("Ruth","book.cfm?book=8","",0,"","","","","","","","",-1,-1,"","");
	Menu2_1_9=new Array("1 Samuel","book.cfm?book=9","",0,"","","","","","","","",-1,-1,"","");
	Menu2_1_10=new Array("2 Samuel","book.cfm?book=10","",0,"","","","","","","","",-1,-1,"","");
	Menu2_1_11=new Array("1 Kings","book.cfm?book=11","",0,"","","","","","","","",-1,-1,"","");
	Menu2_1_12=new Array("2 Kings","book.cfm?book=12","",0,"","","","","","","","",-1,-1,"","");
	Menu2_1_13=new Array("1 Chronicles","book.cfm?book=13","",0,"","","","","","","","",-1,-1,"","");
	Menu2_1_14=new Array("2 Chronicles","book.cfm?book=14","",0,"","","","","","","","",-1,-1,"","");
	Menu2_1_15=new Array("Ezra","book.cfm?book=15","",0,"","","","","","","","",-1,-1,"","");
	Menu2_1_16=new Array("Nehemiah","book.cfm?book=16","",0,"","","","","","","","",-1,-1,"","");
	Menu2_1_17=new Array("Esther","book.cfm?book=17","",0,"","","","","","","","",-1,-1,"","");
	Menu2_1_18=new Array("Job","book.cfm?book=18","",0,"","","","","","","","",-1,-1,"","");
	Menu2_1_19=new Array("Psalms","book.cfm?book=19","",0,"","","","","","","","",-1,-1,"","");
	Menu2_1_20=new Array("Proverbs","book.cfm?book=20","",0,"","","","","","","","",-1,-1,"","");
	Menu2_2=new Array("Old Testament Part 2","","",19,"","","","","","","","",-1,-1,"","");
	Menu2_2_1=new Array("Ecclesiastes","book.cfm?book=21","",0,14,110,"","","","","","",-1,-1,"","");
	Menu2_2_2=new Array("Song of Solomon","book.cfm?book=22","",0,"","","","","","","","",-1,-1,"","");
	Menu2_2_3=new Array("Isaiah","book.cfm?book=23","",0,"","","","","","","","",-1,-1,"","");
	Menu2_2_4=new Array("Jeremiah","book.cfm?book=24","",0,"","","","","","","","",-1,-1,"","");
	Menu2_2_5=new Array("Lamentations","book.cfm?book=25","",0,"","","","","","","","",-1,-1,"","");
	Menu2_2_6=new Array("Ezekiel","book.cfm?book=26","",0,"","","","","","","","",-1,-1,"","");
	Menu2_2_7=new Array("Daniel","book.cfm?book=27","",0,"","","","","","","","",-1,-1,"","");
	Menu2_2_8=new Array("Hosea","book.cfm?book=28","",0,"","","","","","","","",-1,-1,"","");
	Menu2_2_9=new Array("Joel","book.cfm?book=29","",0,"","","","","","","","",-1,-1,"","");
    Menu2_2_10=new Array("Amos","book.cfm?book=30","",0,"","","","","","","","",-1,-1,"","");
    Menu2_2_11=new Array("Obadiah","book.cfm?book=31","",0,"","","","","","","","",-1,-1,"","");
	Menu2_2_12=new Array("Jonah","book.cfm?book=32","",0,"","","","","","","","",-1,-1,"","");
	Menu2_2_13=new Array("Micah","book.cfm?book=33","",0,"","","","","","","","",-1,-1,"","");
	Menu2_2_14=new Array("Nahum","book.cfm?book=34","",0,"","","","","","","","",-1,-1,"","");
	Menu2_2_15=new Array("Habukkuk","book.cfm?book=35","",0,"","","","","","","","",-1,-1,"","");
	Menu2_2_16=new Array("Zephaniah","book.cfm?book=36","",0,"","","","","","","","",-1,-1,"","");
	Menu2_2_17=new Array("Haggai","book.cfm?book=37","",0,"","","","","","","","",-1,-1,"","");
	Menu2_2_18=new Array("Zecheriah","book.cfm?book=38","",0,"","","","","","","","",-1,-1,"","");
	Menu2_2_19=new Array("Malachi","book.cfm?book=39","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3=new Array("New Testament","","",27,"","","","","","","","",-1,-1,"","");
	Menu2_3_1=new Array("Matthew","book.cfm?book=40","",0,13,115,"","","","","","",-1,-1,"","");
	Menu2_3_2=new Array("Mark","book.cfm?book=41","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3_3=new Array("Luke","book.cfm?book=42","",0,"","","","","","","","",-1,-1,"","");
    Menu2_3_4=new Array("John","book.cfm?book=43","",0,"","","","","","","","",-1,-1,"","");
    Menu2_3_5=new Array("Acts","book.cfm?book=44","",0,"","","","","","","","",-1,-1,"","");
    Menu2_3_6=new Array("Romans","book.cfm?book=45","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3_7=new Array("1 Corinthians","book.cfm?book=46","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3_8=new Array("2 Corinthians","book.cfm?book=47","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3_9=new Array("Galatians","book.cfm?book=48","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3_10=new Array("Ephesians","book.cfm?book=49","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3_11=new Array("Phillipians","book.cfm?book=50","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3_12=new Array("Colossians","book.cfm?book=51","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3_13=new Array("1 Thessalonians","book.cfm?book=52","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3_14=new Array("2 Thessalonians","book.cfm?book=53","",0,"","","","","","","","",-1,-1,"","");
    Menu2_3_15=new Array("1 Timothy","book.cfm?book=54","",0,"","","","","","","","",-1,-1,"","");
    Menu2_3_16=new Array("2 Timothy","book.cfm?book=55","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3_17=new Array("Titus","book.cfm?book=56","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3_18=new Array("Philemon","book.cfm?book=57","",0,"","","","","","","","",-1,-1,"","");	
	Menu2_3_19=new Array("Hebrews","book.cfm?book=58","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3_20=new Array("James","book.cfm?book=59","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3_21=new Array("1 Peter","book.cfm?book=60","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3_22=new Array("2 Peter","book.cfm?book=61","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3_23=new Array("1 John","book.cfm?book=62","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3_24=new Array("2 John","book.cfm?book=63","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3_25=new Array("3 John","book.cfm?book=64","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3_26=new Array("Jude","book.cfm?book=65","",0,"","","","","","","","",-1,-1,"","");
	Menu2_3_27=new Array("Revelation","book.cfm?book=66","",0,"","","","","","","","",-1,-1,"","");
Menu3=new Array("Jesus","jesus.cfm","",3,15,60,"","","","","","",-1,-1,"","");
	Menu3_1=new Array("Prophecy Fullfilled","","",0,15,125,"","","","","","",-1,-1,"","");	
	Menu3_2=new Array("Parables","nfd08.cfm","",0,"","","","","","","","",-1,-1,"","");
	Menu3_3=new Array("Miracles","nfd07.cfm","",0,"","","","","","","","",-1,-1,"","");
Menu4=new Array("Daily Bible Reading","jesus.cfm","",2,15,140,"","","","","","",-1,-1,"","");
	Menu4_1=new Array("Today's Reading","javascript:NewWin=window.open('http://thengodsaid.com/nfm01.htm','NWin');window['NewWin'].focus()","",0,15,180,"","","","","","",-1,-1,"","");
	Menu4_2=new Array("Year Bible Reading Plan","dailybiblereading.cfm","",0,"",180,"","","","","","",-1,-1,"","");
Menu5=new Array("Interactive","","",0,15,80,"","","","","","",-1,-1,"","");

	Menu6=new Array("About tGs","","",4,15,80,"","","","","","",-1,-1,"","");
	Menu6_1=new Array("Our Mission","","",0,15,125,"","","","","","",-1,-1,"","");	
	Menu6_2=new Array("Statement of Faith","sof.cfm","",0,"","","","","","","","",-1,-1,"","");
	Menu6_3=new Array("Contact us","mailto:webmaster@thengodsaid.com","",0,"","","","","","","","",-1,-1,"","");
	Menu6_4=new Array("Sign the Guestbook","javascript:NewWin=window.open('http://www.thengodsaid.com/guestbook.cfm','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,-1,"","");
Menu7=new Array("Your Free Gift","javascript:NewWin=window.open('gift.htm','NWin');window['NewWin'].focus()","",0,15,110,"","","","","","",-1,-1,"","");
Menu8=new Array("Search tGs","","",0,15,80,"","","","","","",-1,-1,"","");

