	var NoOffFirstLineMenus=15;			// Number of first level items
	var LowBgColor='#F0B51B';			// Background color when mouse is not over
	var LowSubBgColor='#ffffff';			// Background color when mouse is not over on subs
	var HighBgColor='#F7F7F7';			// Background color when mouse is over
	var HighSubBgColor='#F7F7F7';			// Background color when mouse is over on subs
	var FontLowColor='#000000';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='#F0B51B';			// Border color
	var BorderSubColor='#F0B51B';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="Arial, Helvetica, sans-serif";	// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// 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=12;				// Left padding
	var TopPaddng=3;				// 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=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='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=['images/arrow.jpg',8,12,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){ 
   if(ScLoc.HideArray){ 
      var H_A,H_Al,H_El,i; 
      H_A=ScLoc.HideArray; 
      H_Al=H_A.length; 
      for (i=0;i<H_Al;i++){ 
         H_El=ScLoc.document.getElementById(H_A[i]).style; 
         H_El.visibility=M_Hide}}} 
function AfterCloseAll(){ 
   if(ScLoc.HideArray){ 
      var H_A,H_Al,H_El,i; 
      H_A=ScLoc.HideArray; 
      H_Al=H_A.length; 
      for (i=0;i<H_Al;i++){ 
         H_El=ScLoc.document.getElementById(H_A[i]).style; 
         H_El.visibility=M_Show}}}

// Menu tree

//Menu1=new Array("<img src='/images/navigation/t-residential.jpg'>","","",0,25,180);
Menu1=new Array("Home","index.html","",0,25,170);

Menu2=new Array("<img src='images/navdivider.jpg'>","","",0,10,180);

Menu3=new Array("Online Store","storefrontlink.html","",0,25,170);

Menu4=new Array("<img src='images/navdivider.jpg'>","","",0,10,180);

Menu5=new Array("Schools of Ministry","schools.html","",2,25,170);	
	Menu5_1=new Array("Acts 2020","act2020.html","",0,25,170);	
	Menu5_2=new Array("Locations","locations.html","",0);
	Menu5_3=new Array("FAQs","faqs.html","",0);
	
Menu6=new Array("Prayer Rallies","rallies.html","",0,25,170);	

Menu7=new Array("National Day of Prayer","","",2,25,170);
	Menu7_1=new Array("History","ndphistory.html","",0,25,170);
	Menu7_2=new Array("Lincoln's Call to Prayer","calltoprayer.html","",0);
//	Menu4_5=new Array("Subdivision and Land Development","","",0);
//	Menu4_6=new Array("Zoning","http://www.e-codes.generalcode.com","",0);

Menu8=new Array("<img src='images/navdivider.jpg'>","","",0,10,180);

Menu9=new Array("Who We Are","who.html","",3,25,170);
	Menu9_1=new Array("Relationships to Value","rtov.html","",0,25,170);
	Menu9_2=new Array("Mobilized to Serve","mtos.html","",0);
	Menu9_3=new Array("Certificates","certs.html","",0);
	

Menu10=new Array("Contact Us","contact.html","",0,25,170);

Menu11=new Array("<img src='images/navdivider.jpg'>","","",0,10,170);

Menu12=new Array("Forms","forms.html","",0,25,170);
	
Menu13=new Array("Events Calendar","","",2,25,170);
	Menu13_1=new Array("Ministers Prayer Groups","mprayergroups.html","",0,25,170);
	Menu13_2=new Array("County Evangelism","countye.html","",0);
	
Menu14=new Array("Online Info Packet","onlineinfo.html","",0,25,170);
	//Menu8_1=new Array("About the Board","aboutparks.html","",0,25,190);
	//Menu8_2=new Array("Board Members","brdparks.html","",0);
	//Menu8_3=new Array("Chairman's Corner","parkschairman.html","",0);
	
Menu15=new Array("Assignments","assignments.html","",0,25,170);
	
		



