//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#d3d3d3';
	var HighBgColor='#F6F919';
	var FontLowColor='blue';
	var FontHighColor='blue';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=114; //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("SwimGym Home","http://www.swimgym.net/main.php",0,20,124);

Menu2=new Array("Swim Team","http://swimgym.net/swim/swim.php",5);
	Menu2_1=new Array("About our Swim Team","http://swimgym.net/swim/about.php",0,20,150);
	Menu2_2=new Array("Location and Times","http://swimgym.net/swim/times.php",0);
	Menu2_3=new Array("Meets/Races","http://swimgym.net/swim/meets.php",0);
	Menu2_4=new Array("Practice of the Day","http://swimgym.net/swim/workout.php",0);
	Menu2_5=new Array("Team Handbook","http://swimgym.net/swim/handbook.php",0);

Menu3=new Array("SwimGym Camp","javascript:top.location.href='http://swimgym.net/camp/camp.php'",4);
	Menu3_1=new Array("Mini Swim Camp","http://swimgym.net/camp/miniswimcamp.php",0,20,150);
	Menu3_2=new Array("Aquatic Sports Camp","http://swimgym.net/camp/aquaticcamp.php",0);
	Menu3_3=new Array("Camp Fees","http://swimgym.net/camp/campfees.php",0);
	Menu3_4=new Array("Registration","http://swimgym.net/camp/camp_reg.php",0);

Menu4=new Array("Learn to Swim","javascript:top.location.href='http://swimgym.net/learn/learn.php'",6);
	Menu4_1=new Array("Private Lessons","http://swimgym.net/learn/private.php",0,20,150);
	Menu4_2=new Array("Baby Lessons","http://swimgym.net/learn/babies.php",0);
	Menu4_3=new Array("Group Lessons","http://swimgym.net/learn/group.php",0);
	Menu4_4=new Array("Adult Lessons","http://swimgym.net/learn/adult.php",0);
	Menu4_5=new Array("Pricing","http://swimgym.net/learn/pricing.php",0);
	Menu4_6=new Array("Times","http://swimgym.net/learn/times.php",0);

Menu5=new Array("T . I . P . S .","javascript:top.location.href='http://swimgym.net/tips/tips.php'",0);

Menu6=new Array("Swim Shop","javascript:top.location.href='http://swimgym.net/shop/shop.php'",0);
