//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#F2F2F2';
	var HighBgColor='#D1D1E9';
	var FontLowColor='black';
	var FontHighColor='red';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="comic sans ms,technical,arial"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=300; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	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("Home","/index.htm",0,20,148);

Menu2=new Array("Info","/index.htm",2,20,148);
	Menu2_1=new Array("General","/index.htm",5,20,148);
		Menu2_1_1=new Array("Greeting","/greet.html",0,20,148);
		Menu2_1_2=new Array("Guest Policy","/policy.html",0,20,148);
		Menu2_1_3=new Array("Membership","/membership.html",0,2,148);
                Menu2_1_4=new Array("FAQ's","/faq.html",0,2,148);
                Menu2_1_5=new Array("Links","links.html",0,2,148);
                
	Menu2_2=new Array("Calendar","/cal.html",0,2,148);
		

Menu3=new Array("Programs","/mainprog.html",14,2,148);
	Menu3_1=new Array("Main","/mainprog.html",0,20,148);
	Menu3_2=new Array("Adult Aquatics","/adaqua.htm",0,20,148);
	Menu3_3=new Array("Adult Basketball","/adbas.htm",0,20,148);
        Menu3_4=new Array("Health & Fitness","/adfit.htm",0,20,148);
        Menu3_5=new Array("Adult Recreation Sports","/adrec.htm",0,20,148);
        Menu3_6=new Array("The Arts","/arts.htm",0,20,148);
        Menu3_7=new Array("Child Care","/childcare.htm",0,20,148);
        Menu3_8=new Array("Community Service","/com_services.htm",0,20,148);
        Menu3_9=new Array("Preschool Age Programs","/pre.htm",0,20,148);
        Menu3_10=new Array("Racquetball","/racquetball.htm",0,20,148);
        Menu3_11=new Array("School Age","/sch.htm",0,20,148);
        Menu3_12=new Array("Transportation","/transport.htm",0,20,148);
        Menu3_13=new Array("YMCA Aquatics","/yaqu.htm",0,20,148);
        Menu3_14=new Array("Youth Programs","/you.htm",0,20,148);

Menu4=new Array("Staff","/staff.html",0,20,148);
	

Menu5=new Array("Photo Album","/mainphoto.html",0,20,148);