/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=7;		// Number of first level items
	var LowBgColor='#69516D';			// Background color when mouse is not over
	var LowSubBgColor='#69516D';		// Background color when mouse is not over on subs
	var HighBgColor='black';		// Background color when mouse is over
	var HighSubBgColor='black';		// Background color when mouse is over on subs
	var FontLowColor='white';		// Font color when mouse is not over
	var FontSubLowColor='white';		// Font color subs when mouse is not over
	var FontHighColor='yellow';		// Font color when mouse is over
	var FontSubHighColor='yellow';		// Font color subs when mouse is over
	var BorderColor='yellow';		// Border color
	var BorderSubColor='yellow';		// Border color for subs
	var BorderWidth=1;			// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Trebuchet MS,verdana,arial"	// 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' or 'bottom'
	var ChildOverlap=.05;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.05;		// vertical overlap child/ parent
	var StartTop=150;			// Menu offset x coordinate
	var StartLeft=35;			// 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=2;			// 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=300;			// 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='';			// DIV id for relative positioning (refer to config.htm for info)
	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=['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("Visitors","","",4,20,70);
        Menu1_1=new Array("Guest Book","guest.html","",0,20,100);	
        Menu1_2=new Array("Map","http://maps.yahoo.com/py/maps.py?&addr=7210+Brush+Country&csz=78749","",0,20,100);	
        Menu1_3=new Array("Driving Directions","http://maps.yahoo.com/py/ddResults.py?Pyt=Tmap&YY=23448&tarname=&tardesc=&taraddr=7210%20Brush%20Country%20Dr&tarcsz=Austin,%20TX%2078749&doit=1","",0,20,100);	
        Menu1_4=new Array("Contact Us","contactus.html","",0,20,100);	

Menu2=new Array("Events","","",2,20,70);
	Menu2_1=new Array("Monthly Calendar","http://www.mychurchevents.com/calendar/calendar.aspx?ci=L6M7O9L6O9N8F0G1","",0,20,100);
	Menu2_2=new Array("Special Events","special2.html","",0,20,100);

Menu3=new Array("Worship","","",3,20,70);
	Menu3_1=new Array("Schedule","sundayservice.html","",0,20,100);
   	Menu3_2=new Array("Special Services","special_services.html","",0,20,100);
	Menu3_3=new Array("Pastor Lynnae ","http://abidinglovepastorlynnae.blogspot.com/","",0,20,100);

Menu4=new Array("Programs","","",6,20,70);
	Menu4_1=new Array("Sunday School","ss.html","",0,20,110);
	Menu4_2=new Array("Children's Center","cdc.html","",0,20,110);
	Menu4_3=new Array("Youth","youth.html","",3,20,110);
           Menu4_3_1=new Array("Sr. High ROCK","http://abidingloverock.blogspot.com/","",0,20,150);
           Menu4_3_2=new Array("Middle School","http://abidinglovemiddleschool.blogspot.com/","",0);
           Menu4_3_3=new Array("4th/5th Grade","http://abidinglovegrade45.blogspot.com/","",0);
	Menu4_4=new Array("Bible Study","study.html","",0,20,110);
	Menu4_5=new Array("Music","music2.html","",0,20,110);
	Menu4_6=new Array("Scouting","scouting.html","",0,20,110);

Menu5=new Array("Community Service","community.html","",0,20,115);

Menu6=new Array("Members","","",4,20,70);
	Menu6_1=new Array("Church Council","council.html","",0,20,110);
    	Menu6_2=new Array("Board Directors","boards.html","",0,20,110);
    	Menu6_3=new Array("Sign Up Calendars","signup.html","",0,20,110);
	Menu6_4=new Array("E-mail Directory","elist_js.html","",0,20,110);

Menu7=new Array("Home","/","",0,20,70);

