//(c) Rich Blakemore 2007 version 1.0, 1 Richs Web Design 2007

	var NoOffFirstLineMenus=4; //set number of main menu items
	var LowBgColor='#999999';
	var HighBgColor='#3A408C';
	var FontLowColor='#000000';
	var FontHighColor='#FFFFFF';
	var BorderColor='#809966';
	var BorderWidth=0;
	var BorderBtwnElmnts=0;
	var FontFamily="Arial"
	var FontSize=12;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1; // drop-down alignment (1=center, 0=left-aligned)
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.00;
	var ChildVerticalOverlap=.0;
	var StartTop=306; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=2;
	var HorCorrect=0;
	var LeftPaddng=4;
	var TopPaddng=1;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=1000;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("STAFF","staff.htm",0,18,240);

Menu2=new Array("CALENDAR","calendar.htm",0,15,87);

Menu3=new Array("MINISTRIES","",3,15,87);
	Menu3_1=new Array("Youth / Children","youth.htm",0,20,240);
	Menu3_2=new Array("Music","music.htm",0);
	Menu3_3=new Array("Senior / Adults","senior.htm",0);

Menu4=new Array("HOME","index.htm",1,15,87);
	Menu4_1=new Array("About Us","aboutus.htm",0,20,240);




