

	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='#7BEAFD';				// Background color when mouse is not over
	var LowSubBgColor='#7BEAFD';			// Background color when mouse is not over on subs
	var HighBgColor='#89EFEF';			// Background color when mouse is over
	var HighSubBgColor='#89EFEF';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='#00007d';			// Font color subs when mouse is not over
	var FontHighColor='blue';			// Font color when mouse is over
	var FontSubHighColor='maroon';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="verdana,arial,sans serif"	// Font family menu items
	var FontSize=12;				// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=1;				// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.3;			// vertical overlap child/ parent
	var StartTop=120;				// Menu offset x coordinate
	var StartLeft=18;				// 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=6;				// Top padding
	var FirstLineHorizontal=0;			// 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=1;				// 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='';				// span id for relative positioning
	var HideTop=0;					// Hide first level when loading new document 1 or 0
	var MenuWrap=1;					// 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);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","index.html","images/poolwater.jpg",0,40,150);

Menu2=new Array("2009 Coaching Staff","coaches09.html","images/poolwater.jpg",4,40,150);
	Menu2_1=new Array("Brittney Jones (Head Coach)","coaches09.html#brittney","",0,50,300);
	Menu2_2=new Array("Jared Vermillion (Asst. Coach)","coaches09.html#jared","",0);
	Menu2_3=new Array("Bryan Inglin (Asst. Coach)","coaches09.html#bryan","",0);
	Menu2_4=new Array("Mallory Flatley (Bitty Barracuda Coach)","coaches09.html#mallory","",0);

Menu3=new Array("Lineups!","lineuphome.html","images/poolwater.jpg",3,40,150);
	Menu3_1=new Array("Norwood A","lineuphome.html","",0,30,300);
	Menu3_2=new Array("Norwood B","lineuphome.html","",0,30,300);
	Menu3_3=new Array("B champs","lineuphome.html","",0,30,300);

Menu4=new Array("Volunteer","http://fwvolunteers.pbworks.com/","images/poolwater.jpg",1,40,150);
	Menu4_1=new Array("sign up here!","http://fwvolunteers.pbworks.com/","",0,30,300);

Menu5=new Array("2009 Meet Results","","images/poolwater.jpg",5,40,150);
	Menu5_1=new Array("Season Best Times (girls)","results/2009/best_times_girls.pdf","",0,30,300);
	Menu5_2=new Array("Season Best Times (boys)","results/2009/best_times_boys.pdf","",0);
	Menu5_3=new Array("All meets","http://www.midlakesswimleague.org/Scoreboard.htm","",0);
	Menu5_4=new Array("Fairwood 2009 meet results","results09.html","",0);
	Menu5_5=new Array("Div II 2009 standings","standings.html","",0);


Menu6=new Array("Records","","images/poolwater.jpg",2,40,150);
	Menu6_1=new Array("Team Records","records/fw_records_2009.pdf","",0,30,300);
	Menu6_2=new Array("Midlakes","records/midlakes_2009.pdf","",0);

Menu7=new Array("Links","","images/poolwater.jpg",13,40,150);
	Menu7_1=new Array("2009 Meet Schedule","pdf/2009/schedule.pdf","",0,30,300);
	Menu7_2=new Array("Division II information","DivII_info.html","",0);
	Menu7_3=new Array("Midlakes Swim League","midlakes.html","",0);
	Menu7_4=new Array("Midlakes Website","http://www.midlakesswimleague.org/","",0);
	Menu7_5=new Array("Midlakes History","midlakeshistory.html","",0);
	Menu7_6=new Array("Fairwood Coaching History","coachhistory.html","",0);
	Menu7_7=new Array("FAQ","faq.html","",0);
	Menu7_8=new Array("Fairwood Water Polo","waterpolo/index.html","",0);
	Menu7_9=new Array("2004 Meet Results","results04.html","",0);
	Menu7_10=new Array("2005 Meet Results","results05.html","",0);
	Menu7_11=new Array("2006 Meet Results","results06.html","",0);
	Menu7_12=new Array("2007 Meet Results","results07.html","",0);
	Menu7_13=new Array("2008 Meet Results","results08.html","",0);


Menu8=new Array("2009 Schedules","","images/poolwater.jpg",2,60,150);
	Menu8_1=new Array("Practice schedule","practice.html","",0,30,300);
	Menu8_2=new Array("Meet Schedule","pdf/2009/schedule.pdf","",0);


Menu9=new Array("2009 Calendar","","images/poolwater.jpg",1,40,150);
 	Menu9_1=new Array("Full Year","2009calendar.pdf","",0,30,300);	

Menu10=new Array("Printable Documents","","images/poolwater.jpg",13,60,150);
	Menu10_1=new Array("People I should call if...??","pdf/2008/people_to_call.pdf","",0,30,300);
	Menu10_2=new Array("2009 Parent Handbook","pdf/2009/handbook.pdf","",0);
	Menu10_3=new Array("Swim Camp Registration Form","pdf/2009/swimcamp.pdf","");
	Menu10_4=new Array("Swim Team Registration Form","pdf/2009/registration.pdf","");
	Menu10_5=new Array("Swim Team Release Form","pdf/2009/release.pdf","",0);
	Menu10_6=new Array("2009 Meet Schedule","pdf/2009/schedule.pdf","",0);
	Menu10_7=new Array("2009 Time Standards","pdf/2009/standards.pdf","",0);
	Menu10_8=new Array("Directions to Pools","pdf/directions.pdf","",0);
	Menu10_9=new Array("Order of Events","pdf/eventlist.pdf","",0);
	Menu10_10=new Array("Goal Sheet","pdf/goalsheet.pdf","",0);
	Menu10_11=new Array("Want a Buddy Application","pdf/2009/want_a_buddy.pdf","",0);
	Menu10_12=new Array("Be a Buddy Application","pdf/2009/want_to_be_a_buddy.pdf","",0);
	Menu10_13=new Array("Water Park Day info","pdf/2009/water_park.pdf","",0);

Menu11=new Array("Positive Comments!","","images/poolwater.jpg",1,60,150);
	Menu11_1=new Array("Positive Comment Page!","positive.html","",0,30,300);





