//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#336699';
	var HighBgColor='#ffffff';
	var FontLowColor='#ffffff';
	var FontHighColor='#336699';
	var BorderColor='#000000';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,comic sans ms,technical"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='centered';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=140; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=3;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	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("About Us","",3,20,110);
	Menu1_1=new Array("History","history.htm",0,20,110);
	Menu1_2=new Array("Board Members","board.htm",0);
	Menu1_3=new Array("Home","index.htm",0);

Menu2=new Array("Events","calendar.htm",3);
	Menu2_1=new Array("Monthly Services","calendar.htm#services",0,20,110);
	Menu2_2=new Array("Calendar","calendar.htm#calendar",0);
	Menu2_3=new Array("Other Occasions","calendar.htm#other",0);
	
Menu3=new Array("Membership","membership.htm",0);
		
Menu4=new Array("Directions","directions.htm",0);
	
Menu5=new Array("Contact Us","contact.htm",0);
