/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=11;			// Number of first level items
	var LowBgColor='white';				// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;					// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=75;				// Menu offset x coordinate
	var StartLeft=70;				// 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=1000;			// 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=1;				// 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","http://www.fmhl.org/index.htm","",0,20,68);

Menu2=new Array("Leagues","index.htm","",4);
	Menu2_1=new Array("A League","HVMenu.htm","",6,20,100);	
		Menu2_1_1=new Array("Information","A League Information.htm","",0,20,150);
		Menu2_1_2=new Array("Schedule","A Schedule.htm","",0);
		Menu2_1_3=new Array("Results","A Results.htm","",0);
		Menu2_1_4=new Array("Standings","A Standings.htm","",0);
                Menu2_1_5=new Array("Statistics","A Stats.htm","",3);
			Menu2_1_5_1=new Array("League Scoring Leaders","A Stats.htm","",0,20,200);
                        Menu2_1_5_2=new Array("Goaltending Leaders","A GStats.htm","",0);
			Menu2_1_5_3=new Array("Historical Statistics","HistoryMenu.htm","",0);
                Menu2_1_6=new Array("Rosters","A Rosters.htm","",0);

	Menu2_2=new Array("B League","index.htm","",6);
		Menu2_2_1=new Array("Information","B League Information.htm","",0,20,150);
		Menu2_2_2=new Array("Schedule","B Schedule.htm","",0);
		Menu2_2_3=new Array("Results","B Results.htm","",0);
		Menu2_2_4=new Array("Standings","B Standings.htm","",0);
		Menu2_2_5=new Array("Statistics","B Stats.htm","",3);
                        Menu2_2_5_1=new Array("League Scoring Leaders","B Stats.htm","",0,20,200);
                        Menu2_2_5_2=new Array("Goaltending Leaders","B GStats.htm","",0);
			Menu2_2_5_3=new Array("Historical Statistics","HistoryMenu.htm","",0);
		Menu2_2_6=new Array("Rosters","B Rosters.htm","",0);
	
	Menu2_3=new Array("C League","index.htm","",6);
		Menu2_3_1=new Array("Information","C League Information.htm","",0,20,150);
		Menu2_3_2=new Array("Schedule","C Schedule.htm","",0);
		Menu2_3_3=new Array("Results","C Results.htm","",0);
		Menu2_3_4=new Array("Standings","C Standings.htm","",0);
		Menu2_3_5=new Array("Statistics","C Stats.htm","",3);
                        Menu2_3_5_1=new Array("League Scoring Leaders","C Stats.htm","",0,20,200);
                        Menu2_3_5_2=new Array("Goaltending Leaders","C GStats.htm","",0);
			Menu2_3_5_3=new Array("Historical Statistics","HistoryMenu.htm","",0);
		Menu2_3_6=new Array("Rosters","C Rosters.htm","",0);

	Menu2_4=new Array("Instructional","index.htm","",3);
		Menu2_4_1=new Array("Information","I League Information.htm","",0,20,150);
		Menu2_4_2=new Array("Roster","I Rosters.htm","",0);
		Menu2_4_3=new Array("Schedule","I Schedule.htm","",0);

Menu3=new Array("Officials","index.htm","",4);
	Menu3_1=new Array("League Officers","index.htm","",5,20,150);
		Menu3_1_1=new Array("President","Under Construction.htm","",0,20,150);
		Menu3_1_2=new Array("Vice President","Under Construction2.htm","",0);
		Menu3_1_3=new Array("Treasurer","Under Construction.htm","",0);
		Menu3_1_4=new Array("Statistics","Under Construction2.htm","",0);
		Menu3_1_5=new Array("Jersey Czar","Under Construction.htm","",0);

	Menu3_2=new Array("Referees","index.htm","",4);
		Menu3_2_1=new Array("Sign-Up to Ref","referees.htm","",0,20,150);
		Menu3_2_2=new Array("General Information","referees.htm","",0);
		Menu3_2_3=new Array("Referee Profiles","referees.htm","",0);
		Menu3_2_4=new Array("Current Schedule","referees.htm","",0);

	Menu3_3=new Array("Scorekeepers","index.htm","",4);
		Menu3_3_1=new Array("Sign-Up to Scorekeep","Under Construction.htm","",0,20,150);
		Menu3_3_2=new Array("Scorekeeper Duties","Scorekeeper Duties.htm","",0);
		Menu3_3_3=new Array("Scorekeeper How-To Manuals","Scorekeeper Manuals.htm","",0);
		Menu3_3_4=new Array("Current Schedule","Scorekeeper Schedule.htm","",0);

	Menu3_4=new Array("Others","index.htm","",2);
		Menu3_4_1=new Array("Hancock Rec Center","http://www.Hancockreccenter.com","",0,20,150);
		Menu3_4_2=new Array("University of Findlay","http://athletics.findlay.edu/sports.asp","",0);

Menu4=new Array("News","index.htm","",3);
	Menu4_1=new Array("Latest News","news.htm","",0,20,100);
	Menu4_2=new Array("Equipment Swap","EquipmentSwap.asp","",0);
	Menu4_3=new Array("Surveys & Polls","SurveysandPolls.htm","",0);

Menu5=new Array("Players","index.htm","",5);
	Menu5_1=new Array("Player Profiles","PlayerList.asp","",0,20,140);
	Menu5_2=new Array("Historical Stats","HistoryMenu.htm","",0);
	Menu5_3=new Array("This Months Birthdays","PlayerBirthdays.asp","",0);
	Menu5_4=new Array("You do What?","PlayerJobs.asp","",0);
	Menu5_5=new Array("Philosophy 101","PlayerQuotes.asp","",0);	

Menu6=new Array("Sponsors","index.htm","",3);	
	Menu6_1=new Array("General Information","sponsors.htm","",0,20,150);
	Menu6_2=new Array("League Sponsors","sponsors.htm","",0);
	Menu6_3=new Array("Team Sponsors","sponsors.htm","",0);	

Menu7=new Array("Sign Up!!!","index.htm","",2);	
	Menu7_1=new Array("ON-Line Registration","2011Registration.htm","",0,20,150);
	Menu7_2=new Array("Who's Signed Up?","Registered List.htm","",0);


Menu8=new Array("Archives","index.htm","",19);
	Menu8_1=new Array("2011","index.htm","",3,20,60);
		Menu8_1_1=new Array("A League","index.htm","",1,20,100);
			Menu8_1_1_1=new Array("Fall Session","Archives/2011FAS.htm","",0,20,120);
		Menu8_1_2=new Array("B League","index.htm","",1,20,100);
                        Menu8_1_2_1=new Array("Fall Session","Archives/2011FBS.htm","",0,20,120);
		Menu8_1_3=new Array("C League","index.htm","",1,20,100);
                        Menu8_1_3_1=new Array("Fall Session","Archives/2011FCS.htm","",0,20,120);


	Menu8_2=new Array("2010","index.htm","",3,20,60);
		Menu8_2_1=new Array("A League","index.htm","",3,20,100);
			Menu8_2_1_1=new Array("Winter Session","Archives/2010WAS.htm","",0,20,120);
			Menu8_2_1_2=new Array("Summer Session","Archives/2010SAS.htm","",0,20,120);
			Menu8_2_1_3=new Array("Fall Session","Archives/2010FAS.htm","",0,20,120);
		Menu8_2_2=new Array("B League","index.htm","",3,20,100);
                        Menu8_2_2_1=new Array("Winter Session","Archives/2010WBS.htm","",0,20,120);
                        Menu8_2_2_2=new Array("Summer Session","Archives/2010SBS.htm","",0,20,120);
                        Menu8_2_2_3=new Array("Fall Session","Archives/2010FBS.htm","",0,20,120);
		Menu8_2_3=new Array("C League","index.htm","",3,20,100);
                        Menu8_2_3_1=new Array("Winter Session","Archives/2010WCS.htm","",0,20,120);
                        Menu8_2_3_2=new Array("Summer Session","Archives/2010SCS.htm","",0,20,120);
                        Menu8_2_3_3=new Array("Fall Session","Archives/2010FCS.htm","",0,20,120);

	Menu8_3=new Array("2009","index.htm","",3,20,60);
		Menu8_3_1=new Array("A League","index.htm","",3,20,100);
			Menu8_3_1_1=new Array("Winter Session","Archives/2009WAS.htm","",0,20,120);
			Menu8_3_1_2=new Array("Summer Session","Archives/2009SAS.htm","",0,20,120);
			Menu8_3_1_3=new Array("Fall Session","Archives/2009FAS.htm","",0,20,120);
		Menu8_3_2=new Array("B League","index.htm","",3,20,100);
                        Menu8_3_2_1=new Array("Winter Session","Archives/2009WBS.htm","",0,20,120);
                        Menu8_3_2_2=new Array("Summer Session","Archives/2009SCS.htm","",0,20,120);
                        Menu8_3_2_3=new Array("Fall Session","Archives/2009FCS.htm","",0,20,120);
		Menu8_3_3=new Array("C League","index.htm","",3,20,100);
                        Menu8_3_3_1=new Array("Winter Session","Archives/2009WCS.htm","",0,20,120);
                        Menu8_3_3_2=new Array("Summer Session","Archives/2009SCS.htm","",0,20,120);
                        Menu8_3_3_3=new Array("Fall Session","Archives/2009FCS.htm","",0,20,120);

	Menu8_4=new Array("2008","index.htm","",3,20,60);
		Menu8_4_1=new Array("A League","index.htm","",2,20,100);
			Menu8_4_1_1=new Array("Summer Session","Archives/2008SAS.htm","",0,20,120);
			Menu8_4_1_2=new Array("Fall Session","Archives/2008FAS.htm","",0,20,120);
		Menu8_4_2=new Array("B League","index.htm","",2,20,100);
                        Menu8_4_2_1=new Array("Winter Session","Archives/2008WBS.htm","",0,20,120);
			Menu8_4_2_2=new Array("Fall Session","Archives/2008FBS.htm","",0,20,120);
		Menu8_4_3=new Array("C League","index.htm","",3,20,100);
                        Menu8_4_3_1=new Array("Winter Session","Archives/2008WCS.htm","",0,20,120);
                        Menu8_4_3_2=new Array("Summer Session","Archives/2008SCS.htm","",0,20,120);
                        Menu8_4_3_3=new Array("Fall Session","Archives/2008FCS.htm","",0,20,120);

	Menu8_5=new Array("2007","index.htm","",3,20,60);
		Menu8_5_1=new Array("A League","index.htm","",1,20,100);
			Menu8_5_1_1=new Array("Summer Session","Archives/2007SAS.htm","",0,20,120);
		Menu8_5_2=new Array("B League","index.htm","",2,20,100);
                        Menu8_5_2_1=new Array("Winter Session","Archives/2007WBS.htm","",0,20,120);
			Menu8_5_2_2=new Array("Fall Session","Archives/2007FBS.htm","",0,20,120);
		Menu8_5_3=new Array("C League","index.htm","",3,20,100);
                        Menu8_5_3_1=new Array("Winter Session","Archives/2007WCS.htm","",0,20,120);
                        Menu8_5_3_2=new Array("Summer Session","Archives/2007SCS.htm","",0,20,120);
                        Menu8_5_3_3=new Array("Fall Session","Archives/2007FCS.htm","",0,20,120);

	Menu8_6=new Array("2006","index.htm","",3,20,60);
		Menu8_6_1=new Array("A League","index.htm","",1,20,100);
			Menu8_6_1_1=new Array("Fall Session","Archives/2006FAS.htm","",0,20,120);
		Menu8_6_2=new Array("B League","index.htm","",3,20,100);
                        Menu8_6_2_1=new Array("Winter Session","Archives/2006WBS.htm","",0,20,120);
			Menu8_6_2_2=new Array("Summer Session","Archives/2006SBS.htm","",0,20,120);
			Menu8_6_2_3=new Array("Fall Session","Archives/2006FBS.htm","",0,20,120);
		Menu8_6_3=new Array("C League","index.htm","",3,20,100);
                        Menu8_6_3_1=new Array("Winter Session","Archives/2006WCS.htm","",0,20,120);
                        Menu8_6_3_2=new Array("Summer Session","Archives/2006SCS.htm","",0,20,120);
			Menu8_6_3_3=new Array("Fall Session","Archives/2006FCS.htm","",0,20,120);

	Menu8_7=new Array("2005","index.htm","",3,20,60);
		Menu8_7_1=new Array("A League","index.htm","",1,20,100);
                        Menu8_7_1_1=new Array("Winter Session","Archives/2005WAS.htm","",0,20,120);
		Menu8_7_2=new Array("B League","index.htm","",3,20,100);
                        Menu8_7_2_1=new Array("Winter Session","Archives/2005WBS.htm","",0,20,120);
			Menu8_7_2_2=new Array("Summer Session","Archives/2005SBS.htm","",0,20,120);
			Menu8_7_2_3=new Array("Fall Session","Archives/2005FBS.htm","",0,20,120);
		Menu8_7_3=new Array("C League","index.htm","",3,20,100);
                        Menu8_7_3_1=new Array("Winter Session","Archives/2005WCS.htm","",0,20,120);
			Menu8_7_3_2=new Array("Summer Session","Archives/2005SCS.htm","",0,20,120);
			Menu8_7_3_3=new Array("Fall Session","Archives/2005FCS.htm","",0,20,120);

	Menu8_8=new Array("2004","index.htm","",3,20,60);
		Menu8_8_1=new Array("A League","index.htm","",2,20,100);
                        Menu8_8_1_1=new Array("Winter Session","Archives/2004WAS.htm","",0,20,120);
			Menu8_8_1_2=new Array("Fall Session","Archives/2004FAS.htm","",0,20,120);
		Menu8_8_2=new Array("B League","index.htm","",3,20,100);
                        Menu8_8_2_1=new Array("Winter Session","Archives/2004WBS.htm","",0,20,120);
			Menu8_8_2_2=new Array("Summer Session","Archives/2004SBS.htm","",0,20,120);
			Menu8_8_2_3=new Array("Fall Session","Archives/2004FBS.htm","",0,20,120);
		Menu8_8_3=new Array("C League","index.htm","",3,20,100);
                        Menu8_8_3_1=new Array("Winter Session","Archives/2004WCS.htm","",0,20,120);
			Menu8_8_3_2=new Array("Summer Session","Archives/2004SCS.htm","",0,20,120);
			Menu8_8_3_3=new Array("Fall Session","Archives/2004FCS.htm","",0,20,120);

	Menu8_9=new Array("2003","index.htm","",3,20,60);
		Menu8_9_1=new Array("A League","index.htm","",2,20,100);
                        Menu8_9_1_1=new Array("Winter Session","Archives/2003WAS.htm","",0,20,120);
			Menu8_9_1_2=new Array("Fall Session","Archives/2003FAS.htm","",0,20,120);
		Menu8_9_2=new Array("B League","index.htm","",3,20,100);
                        Menu8_9_2_1=new Array("Winter Session","Archives/2003WBS.htm","",0,20,120);
			Menu8_9_2_2=new Array("Summer Session","Archives/2003SBS.htm","",0,20,120);
			Menu8_9_2_3=new Array("Fall Session","Archives/2003FBS.htm","",0,20,120);
		Menu8_9_3=new Array("C League","index.htm","",3,20,100);
                        Menu8_9_3_1=new Array("Winter Session","Archives/2003WCS.htm","",0,20,120);
			Menu8_9_3_2=new Array("Summer Session","Archives/2003SCS.htm","",0,20,120);
			Menu8_9_3_3=new Array("Fall Session","Archives/2003FCS.htm","",0,20,120);

	Menu8_10=new Array("2002","index.htm","",3,20,60);
		Menu8_10_1=new Array("A League","index.htm","",2,20,100);
                        Menu8_10_1_1=new Array("Winter Session","Archives/2002WAS.htm","",0,20,120);
			Menu8_10_1_2=new Array("Fall Session","Archives/2002FAS.htm","",0,20,120);
		Menu8_10_2=new Array("B League","index.htm","",3,20,100);
                        Menu8_10_2_1=new Array("Winter Session","Archives/2002WBS.htm","",0,20,120);
			Menu8_10_2_2=new Array("Summer Session","Archives/2002SBS.htm","",0,20,120);
			Menu8_10_2_3=new Array("Fall   Session","Archives/2002FBS.htm","",0,20,120);
		Menu8_10_3=new Array("C League","index.htm","",3,20,100);
                        Menu8_10_3_1=new Array("Winter Session","Archives/2002WCS.htm","",0,20,120);
			Menu8_10_3_2=new Array("Summer Session","Archives/2002SCS.htm","",0,20,120);
			Menu8_10_3_3=new Array("Fall   Session","Archives/2002FCS.htm","",0,20,120); 

	Menu8_11=new Array("2001","index.htm","",3,20,60);
		Menu8_11_1=new Array("A League","index.htm","",2,20,100);
                        Menu8_11_1_1=new Array("Winter Session","Archives/2001WAS.htm","",0,20,120);
			Menu8_11_1_2=new Array("Fall Session","Archives/2001FAS.htm","",0,20,120);
		Menu8_11_2=new Array("B League","index.htm","",3,20,100);
                        Menu8_11_2_1=new Array("Winter Session","Archives/2001WBS.htm","",0,20,120);
			Menu8_11_2_2=new Array("Summer Session","Archives/2001SBS.htm","",0,20,120);
			Menu8_11_2_3=new Array("Fall   Session","Archives/2001FBS.htm","",0,20,120);
		Menu8_11_3=new Array("C League","index.htm","",3,20,100);
                        Menu8_11_3_1=new Array("Winter Session","Archives/2001WCS.htm","",0,20,120);
			Menu8_11_3_2=new Array("Summer Session","Archives/2001SCS.htm","",0,20,120);
			Menu8_11_3_3=new Array("Fall   Session","Archives/2001FCS.htm","",0,20,120);

	Menu8_12=new Array("2000","index.htm","",3,20,60);
		Menu8_12_1=new Array("A League","index.htm","",2,20,100);
                        Menu8_12_1_1=new Array("Winter Session","Archives/2000WAS.htm","",0,20,120);
			Menu8_12_1_2=new Array("Fall Session","Archives/2000FAS.htm","",0,20,120);
		Menu8_12_2=new Array("B League","index.htm","",3,20,100);
                        Menu8_12_2_1=new Array("Winter Session","Archives/2000WBS.htm","",0,20,120);
			Menu8_12_2_2=new Array("Summer Session","Archives/2000SBS.htm","",0,20,120);
			Menu8_12_2_3=new Array("Fall   Session","Archives/2000FBS.htm","",0,20,120);
		Menu8_12_3=new Array("C League","index.htm","",3,20,100);
                        Menu8_12_3_1=new Array("Winter Session","Archives/2000WCS.htm","",0,20,120);
			Menu8_12_3_2=new Array("Summer Session","Archives/2000SCS.htm","",0,20,120);
			Menu8_12_3_3=new Array("Fall   Session","Archives/2000FCS.htm","",0,20,120);

	Menu8_13=new Array("1999","index.htm","",3);
		Menu8_13_1=new Array("A League","Archives/1999FAS.htm","",0,20,100);
		Menu8_13_2=new Array("B League","index.htm","",2,20,100);
			Menu8_13_2_1=new Array("Summer","Archives/1999AS.htm","",0,20,100);
			Menu8_13_2_2=new Array("Fall","Archives/1999FBS.htm","",0,20,100);
		Menu8_13_3=new Array("C League","index.htm","",2,20,100);
			Menu8_13_3_1=new Array("Summer","Archives/1999CS.htm","",0,20,100);
			Menu8_13_3_2=new Array("Fall","Archives/1999FCS.htm","",0,20,100);

	Menu8_14=new Array("1998-99","index.htm","",3);
		Menu8_14_1=new Array("A League","Archives/1998-99AS.htm","",0,20,100);
		Menu8_14_2=new Array("B League","Archives/1998-99BS.htm","",0,20,100);
		Menu8_14_3=new Array("C League","Archives/1998-99CS.htm","",0,20,100);

	Menu8_15=new Array("1996-97","index.htm","",3);
		Menu8_15_1=new Array("A League","Archives/1996-97AS.htm","",0,20,100);
		Menu8_15_2=new Array("B League","Archives/1996-97BS.htm","",0,20,100);
		Menu8_15_3=new Array("C League","Archives/1996-97CS.htm","",0,20,100);

	Menu8_16=new Array("1995-96","index.htm","",4);
		Menu8_16_1=new Array("A League","Archives/1995-96AS.htm","",0,20,100);
		Menu8_16_2=new Array("B League","Archives/1995-96BS.htm","",0,20,100);
		Menu8_16_3=new Array("C League","Archives/1995-96CS.htm","",0,20,100);
		Menu8_16_4=new Array("Summer League","1996AS.htm","",0,20,100);

	Menu8_17=new Array("1993-94","index.htm","",2);
		Menu8_17_1=new Array("A League","Archives/1993-94AS.htm","",0,20,100);
		Menu8_17_2=new Array("B League","Archives/1993-94BS.htm","",0,20,100);

	Menu8_18=new Array("1992-93","index.htm","",1);
		Menu8_18_1=new Array("B League","Archives/1992-93BS.htm","",0,20,100);

	Menu8_19=new Array("1987-88","index.htm","",1);
		Menu8_19_1=new Array("Only League","Archives/1987-88AS.htm","",0,20,100);

Menu9=new Array("Ratings","ratings.htm","",1);
	Menu9_1=new Array("Current Rating Table","ratings.htm","",0,20,150);

Menu10=new Array("Feedback","index.htm","",2);
	Menu10_1=new Array("Forums","http://www.fmhl.org/snitz","",0,20,150);
	Menu10_2=new Array("Seen on the Sheet","Seenonthesheet.htm","",0);

Menu11=new Array("Links","index.htm","",2);
	Menu11_1=new Array("NHL.Com","http://www.nhl.com","",0,20,150);
	Menu11_2=new Array("HockeyFights.com","http://www.hockeyfights.com","",0);


