/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='MidnightBlue';		// Background color when mouse is not over
	var LowSubBgColor='Blue';			// Background color when mouse is not over on subs
	var HighBgColor='LightBlue';			// Background color when mouse is over
	var HighSubBgColor='lightgray';		// 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='MidnightBlue';		// Font color when mouse is over
	var FontSubHighColor='MidnightBlue';	// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial"				// Font family menu items
	var FontSize=11;					// Font size menu items
	var FontBold=0;					// Bold menu items 1 or 0
	var FontItalic=0;					// Italic menu items 1 or 0
	var MenuTextCentered='center';		// 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','bottom' or static
	var ChildOverlap=.07;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;					// Menu offset x coordinate
	var StartLeft=0;					// 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;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;				// delay before menu folds in
	var TakeOverBgColor=0;				// 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='MenuPos';			// span id for relative positioning
	var HideTop=0;					// Hide first level when loading new document 1 or 0
	var MenuWrap=0;					// 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=0;					// 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, open in new window?);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"
//	to open menu item in new window set "open in new window" to: 1

Menu1=new Array("Home","home.html","",1,20,68);
 	Menu1_1=new Array("Site Map","sitemap.html","",0,20,68);	

Menu2=new Array("Membership","","",4,20,138);	
 	Menu2_1=new Array("Registration","registration.html","",2,20,138);
	 	Menu2_1_1=new Array("Registration","registration.html","",0,20,138);
		Menu2_1_2=new Array("Registration Status","registration status.html","",0,20,138);
 	Menu2_2=new Array("Volunteers","volunteers.html","",4);
		Menu2_2_1=new Array("Volunteer Sign-ups","http://gowaves.com/volunteer_sign_up/TW%20Volunteer%20Org%20Main.html","",0,20,150,1);
		Menu2_2_2=new Array("Current Assignments","volunteer assignments.html","",0,20,150);
		Menu2_2_3=new Array("Available Jobs","volunteer available positions.html","",0,20,150);
		Menu2_2_4=new Array("Job Descriptions","https://docs.google.com/View?id=df8tsnvc_4ck6kvbhb","",0,20,150,1);
	Menu2_3=new Array("New Family FAQs","new_family_FAQ.html","",0,20,128,1);
	Menu2_4=new Array("Administration","http://sites.google.com/site/tidalwavesswimteam/","",0,20,128,1);

Menu3=new Array("Training/Practice","","",3,20,138);
	Menu3_1=new Array("Practice Schedule","practice.html","",0,20,138);
 	Menu3_2=new Array("Practice Groups","practice groups.html","",0);
	Menu3_3=new Array("Swim Clinics","swim clinics.html","",0);

Menu4=new Array("Swim Meets","","",7,20,138);
	Menu4_1=new Array("Schedule","schedule.html","",0,20,138);
	Menu4_2=new Array("Directions","directions.html","",0,20,138);
	Menu4_3=new Array("Swim Meet FAQs","swim_meet_FAQ.html","",0);
	Menu4_4=new Array("Parent Participation","parent participation.html","",0,20,138);
	Menu4_5=new Array("No-Swim List","no swim lists.html","",0,20,138);
	Menu4_6=new Array("All Stars","all stars.html","",0);
	Menu4_7=new Array("Championships","championships.html","",0);

Menu5=new Array("Everything Waves","","",7,20,138);
	Menu5_1=new Array("Events","events.html","",6,20,138);
		Menu5_1_1=new Array("New Parent Night","new parent night.html","",0,20,150);
		Menu5_1_2=new Array("Pizza & Cheer Night","pizza cheer.html","",0,20,150);
		Menu5_1_3=new Array("SCSC Invitational","SCSC Invitational.html","",0,20,150);
		Menu5_1_4=new Array("Swimathon","swimathon.html","",0,20,150);
		Menu5_1_5=new Array("Pool Party","pool party.html","",0,20,150);
		Menu5_1_6=new Array("Awards Night","awards night.html","",0,20,150);
	Menu5_2=new Array("Team Gear","team gear.html","",0,20,138);
	Menu5_3=new Array("Photos","photos.html","",0);
	Menu5_4=new Array("Best Times","best times.html","",0);
	Menu5_5=new Array("Team & Pool Rec.","records.html","",0);
	Menu5_6=new Array("Team Awards","team awards.html","",0);
	Menu5_7=new Array("Lost & Found","lost found.html","",0);

Menu6=new Array("Team/League Info","","",5,20,138);
	Menu6_1=new Array("Coach's Corner","coachs_corner.html","",0,20,138);	
	Menu6_2=new Array("Coaches","coaches.html","",0,20,138);	
	Menu6_3=new Array("Team Handbook","http://gowaves.com/documents/handbooks/twhandbook11.pdf","",0,20,138,1);
	Menu6_4=new Array("TW Board Meetings","board.html","",0);
	Menu6_5=new Array("The League","league.html","",0);
	
Menu7=new Array("Contact","","",3,20,138);
	Menu7_1=new Array("Age-Group Coord.","contact_age_group_coord.html","",0,20,138);
	Menu7_2=new Array("Volunteer Leads","contact_vltr_leads.html","",0,20,138);
	Menu7_3=new Array("Board Members","contact_board_members.html","",0,20,138);

