

	var NoOffFirstLineMenus=15;			// Number of first level items
	var LowBgColor='#000066';			// Background color when mouse is not over
	var LowSubBgColor='#000066';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='#990000';			// Font color when mouse is over
	var FontSubHighColor='#990000';			// Font color subs when mouse is over
	var BorderColor='#666666';			// Border color
	var BorderSubColor='#666666';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="tahoma, arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// 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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=222;				// Menu offset x coordinate
	var StartLeft=2;				// 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=0;			// 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=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","http://www.empirehockey.com/index.html","",0,20,126);

Menu2=new Array("League Teams","#","",22);
   
    Menu2_1=new Array("Bay State Breakers","http://www.empirehockey.com/baystate.html","",0,18,150);
   	Menu2_2=new Array("Brewster Bulldogs","http://www.empirehockey.com/brewster.html","",0,18,150);
	Menu2_3=new Array("Bridgewater Bandits","http://www.empirehockey.com/bridgewater.html","",0,18,200);
	Menu2_4=new Array("Buffalo Stars","http://www.empirehockey.com/buffalo.html","",0,18,150);
	Menu2_5=new Array("Capital District Selects","http://www.empirehockey.com/capital.html","",0,18,150);
        Menu2_6=new Array("Elmira Junior Jackals","http://www.empirehockey.com/jackals.html","",0,18,150);
	Menu2_7=new Array("Green Mt. Glades","http://www.empirehockey.com/greenmountain.html","",0,18,200);
	Menu2_8=new Array("Jersey Wildcats","http://www.empirehockey.com/jersey.html","",0,18,200);
        Menu2_9=new Array("Jersey Hitmen","http://www.empirehockey.com/jerseyhitmen.html","",0,18,200);
        Menu2_10=new Array("Junior Bruins","http://www.empirehockey.com/boston.html","",0,18,200);
	Menu2_11=new Array("Maksymum Jr. Hockey","http://www.empirehockey.com/maksymum.html","",0,18,150);
	Menu2_12=new Array("New England Jr. Huskies","http://www.empirehockey.com/huskies.html","",0,18,200);
	Menu2_13=new Array("New Hampshire Monarchs","http://www.empirehockey.com/newhampshire.html","",0,18,150);
        Menu2_14=new Array("NY Apple Core Minor Jr. B","http://www.empirehockey.com/apple.html","",0,18,150);
        Menu2_15=new Array("NY Junior Coyotes","http://www.empirehockey.com/coyotes.html","",0,18,150);
        Menu2_16=new Array("Philadelphia Revolution","http://www.empirehockey.com/philadelphia.html","",0,18,150);
	Menu2_17=new Array("Pittsburgh Penguins","http://www.empirehockey.com/pittsburgh.html","",0,18,150);
	Menu2_18=new Array("Salem Ice Dogs","http://www.empirehockey.com/salem.html","",0,18,200);
        Menu2_19=new Array("Springfield Pics","http://www.empirehockey.com/newengland.html","",0,18,150);
	Menu2_20=new Array("South Shore Kings","http://www.empirehockey.com/foxboro.html","",0,18,150);
	Menu2_21=new Array("Syracuse Stars","http://www.empirehockey.com/syracuse.html","",0,18,150);
	Menu2_22=new Array("Valley Junior Warriors","http://www.empirehockey.com/valley.html","",0,18,150);
	
Menu3=new Array("Scoreboard","http://www.pointstreak.com/stats/pro/scoreboard.html?leagueid=362","",0,20,200);
Menu4=new Array("Standings","http://www.pointstreak.com/stats/pro/standings.html?leagueid=362&seasonid=4373","",0,20,200);
Menu5=new Array("Statistics","http://www.empirehockey.com/stats.html","",0,20,200);
Menu6=new Array("Archived Statistics","#","",12);
 Menu6_1=new Array("Season 2008-09","http://www.empirehockey.com/2008_09.html","",0,18,150);     
  Menu6_2=new Array("Season 2007-08","http://www.empirehockey.com/2007_08.html","",0,18,150);      
  Menu6_3=new Array("Season 2006-07","http://www.empirehockey.com/2006_07.html","",0,18,150);
        Menu6_4=new Array("Season 2005-06","http://www.empirehockey.com/2005_06.html","",0,18,150);
   	Menu6_5=new Array("Season 2004-05","http://www.empirehockey.com/2004_05.html","",0,18,200);
	Menu6_6=new Array("Season 2003-04","http://www.empirehockey.com/2003_04.html","",0,18,150);
	Menu6_7=new Array("Season 2002-03","http://www.empirehockey.com/2002_03.html","",0,18,200);
	Menu6_8=new Array("Season 2001-02","http://www.empirehockey.com/2001_02.html","",0,18,150);
	Menu6_9=new Array("Season 2000-01","http://www.empirehockey.com/2000_01.html","",0,18,150);
	Menu6_10=new Array("Season 1999-00","http://www.empirehockey.com/1999_00.html","",0,18,200);
	Menu6_11=new Array("Season 1998-99","http://www.empirehockey.com/1998_99.html","",0,18,150);
	Menu6_12=new Array("Season 1997-98","http://www.empirehockey.com/1997_98.html","",0,18,150);	
Menu7=new Array("Schedule","http://www.pointstreak.com/stats/pro/leagueschedule.html?leagueid=362&seasonid=4373","",0,20,200);
Menu8=new Array("News" ,"http://www.empirehockey.com/news.html","",0,20,200);
Menu9=new Array("Playoffs","http://www.empirehockey.com/playoffs.html","",0,20,200);
Menu10=new Array("Showcase","http://www.empirehockey.com/showcase.html","",0,20,200);
Menu11=new Array("All Stars/Awards","#","",3);
        Menu11_1=new Array("Season 2007-08","http://www.empirehockey.com/allstars.html","",0,18,150);
        Menu11_2=new Array("Season 2006-07","http://www.empirehockey.com/awards0607.html","",0,18,150);
        Menu11_3=new Array("Season 2005-06","http://www.empirehockey.com/awards0506.html","",0,18,150);
Menu12=new Array("Alumni","http://www.empirehockey.com/alumni.html","",0,20,200);
Menu13=new Array("Tryouts","http://www.empirehockey.com/tryouts.html","",0,20,200);
Menu14=new Array("League Officials","http://www.empirehockey.com/officials.php","",0,20,200);
Menu15=new Array("Contact","http://www.empirehockey.com/contact.html","",0,20,200);

