

	var NoOffFirstLineMenus=23;			// Number of first level items
	var LowBgColor='#FFFFFF';			// Background color when mouse is not over
	var LowSubBgColor='#CCCCCC';			// Background color when mouse is not over on subs
	var HighBgColor='#000099';			// Background color when mouse is over
	var HighSubBgColor='#000099';			// Background color when mouse is over on subs
	var FontLowColor='#000099';			// Font color when mouse is not over
	var FontSubLowColor='#000099';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='darkorange';			// Border color
	var BorderSubColor='darkorange';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Tahoma"	// Font family menu items
	var FontSize=7;				// 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=260;				// Menu offset x coordinate
	var StartLeft=1;				// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['gifs/tri.gif',5,10,'gifs/tridown.gif',10,5,'gifs/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","",0,20,138);

Menu2=new Array("NFL DVDs","nfl_football.html","",3);
	Menu2_1=new Array("NFL by team","nfl_football.html","",0,20,150);
	Menu2_2=new Array("Super Bowls","super_bowls.html","",0,20,150);
	Menu2_3=new Array("NFL drafts","nfl_draft.html","",0,20,150);
	
Menu3=new Array("NFL DVDs by year","nfl_60s.html","",15);
	Menu3_1=new Array("NFL 1960's & 70's","nfl_60s.html","",0,20,150);
	Menu3_2=new Array("NFL 1980's","nfl_80s.html","",0,20,150);
	Menu3_3=new Array("NFL 1990's","nfl_90s.html","",0,20,150);
	Menu3_4=new Array("NFL 1999","nfl_99.html","",0,20,150);
	Menu3_5=new Array("NFL 2000","nfl_2000.html","",0,20,150);
	Menu3_6=new Array("NFL 2001","nfl_2001.html","",0,20,150);
	Menu3_7=new Array("NFL 2002","nfl_2002.html","",0,20,150);
	Menu3_8=new Array("NFL 2003","nfl_2003.html","",0,20,150);
	Menu3_9=new Array("NFL 2004","nfl_2004.html","",0,20,150);
	Menu3_10=new Array("NFL 2005","nfl_2005.html","",0,20,150);
	Menu3_11=new Array("NFL 2006","nfl_2006.html","",0,20,150);
	Menu3_12=new Array("NFL 2007","nfl_2007.html","",0,20,150);
	Menu3_13=new Array("NFL 2008","nfl_2008.html","",5);
		Menu3_13_1=new Array("2008 playoffs - week 9","nfl_2008.html","",0,20,150);
		Menu3_13_2=new Array("2008 weeks 10-11","nfl_2008_2.html","",0,20,150);
		Menu3_13_3=new Array("2008 weeks 12-13","nfl_2008_3.html","",0,20,150);
		Menu3_13_4=new Array("2008 weeks 14-15","nfl_2008_4.html","",0,20,150);
		Menu3_13_5=new Array("2008 weeks 16-17","nfl_2008_5.html","",0,20,150);
	Menu3_14=new Array("NFL 2009","nfl_2009_1.html","",9);
		Menu3_14_1=new Array("2008-2009 playoffs","nfl_2009_1.html","",0,20,150);
		Menu3_14_2=new Array("2009 weeks 1-2","nfl_2009_2.html","",0,20,150);
		Menu3_14_3=new Array("2009 weeks 3-4","nfl_2009_3.html","",0,20,150);
		Menu3_14_4=new Array("2009 weeks 5-6","nfl_2009_4.html","",0,20,150);
		Menu3_14_5=new Array("2009 weeks 7-8","nfl_2009_5.html","",0,20,150);
		Menu3_14_6=new Array("2009 weeks 9-10","nfl_2009_6.html","",0,20,150);
		Menu3_14_7=new Array("2009 weeks 11-12","nfl_2009_7.html","",0,20,150);
		Menu3_14_8=new Array("2009 weeks 13-14","nfl_2009_8.html","",0,20,150);
		Menu3_14_9=new Array("2009 weeks 15-17","nfl_2009_9.html","",0,20,150);
	Menu3_15=new Array("NFL 2010","nfl_2010_1.html","",1);
		Menu3_15_1=new Array("2009-2010 playoffs","nfl_2010_1.html","",0,20,150);
	
Menu4=new Array("NCAA football DVDs","ncaa_football.html","",1);
	Menu4_1=new Array("NCAA football by team","ncaa_football.html","",0,20,150);

Menu5=new Array("NCAA football by year","ncaa_60s.html","",15);
	Menu5_1=new Array("NCAA 1960's & 70's","ncaa_60s.html","",0,20,150);
	Menu5_2=new Array("NCAA 1980's","ncaa_80s.html","",0,20,150);
	Menu5_3=new Array("NCAA 1990's","ncaa_90s.html","",0,20,150);
	Menu5_4=new Array("NCAA 1999","ncaa_99.html","",0,20,150);
	Menu5_5=new Array("NCAA 2000","ncaa_2000.html","",0,20,150);
	Menu5_6=new Array("NCAA 2001","ncaa_2001.html","",0,20,150);
	Menu5_7=new Array("NCAA 2002","ncaa_2002.html","",0,20,150);
	Menu5_8=new Array("NCAA 2003","ncaa_2003.html","",0,20,150);
	Menu5_9=new Array("NCAA 2004","ncaa_2004.html","",0,20,150);
	Menu5_10=new Array("NCAA 2005","ncaa_2005.html","",0,20,150);
	Menu5_11=new Array("NCAA 2006","ncaa_2006.html","",0,20,150);
	Menu5_12=new Array("NCAA 2007","ncaa_2007.html","",9);
		Menu5_12_1=new Array("January Bowls","ncaa_2007.html","",0,20,150);
		Menu5_12_2=new Array("2007 8/30 - 9/8","ncaa_2007_1.html","",0,20,150);
		Menu5_12_3=new Array("2007 9/13 - 9/22","ncaa_2007_2.html","",0,20,150);
		Menu5_12_4=new Array("2007 9/27 - 10/7","ncaa_2007_3.html","",0,20,150);
		Menu5_12_5=new Array("2007 10/10 - 10/20","ncaa_2007_4.html","",0,20,150);
		Menu5_12_6=new Array("2007 10/26 - 11/4","ncaa_2007_5.html","",0,20,150);
		Menu5_12_7=new Array("2007 11/6 - 11/17","ncaa_2007_6.html","",0,20,150);
		Menu5_12_8=new Array("2007 11/20 - 12/14","ncaa_2007_7.html","",0,20,150);
		Menu5_12_9=new Array("2007 December Bowls","ncaa_2007_8.html","",0,20,150);
	Menu5_13=new Array("NCAA 2008","ncaa_2008_1.html","",9);
		Menu5_13_1=new Array("January Bowls","ncaa_2008_1.html","",0,20,150);
		Menu5_13_2=new Array("2008 8/28 - 9/6","ncaa_2008_2.html","",0,20,150);
		Menu5_13_3=new Array("2008 9/11 - 9/20","ncaa_2008_3.html","",0,20,150);
		Menu5_13_4=new Array("2008 9/25 - 10/7","ncaa_2008_4.html","",0,20,150);
		Menu5_13_5=new Array("2008 10/9 - 10/21","ncaa_2008_5.html","",0,20,150);
		Menu5_13_6=new Array("2008 10/23 - 11/5","ncaa_2008_6.html","",0,20,150);
		Menu5_13_7=new Array("2008 11/6 - 11/19","ncaa_2008_7.html","",0,20,150);
		Menu5_13_8=new Array("2008 11/20 - 12/19","ncaa_2008_8.html","",0,20,150);
		Menu5_13_9=new Array("2008 December Bowls","ncaa_2008_9.html","",0,20,150);
	Menu5_14=new Array("NCAA 2009","ncaa_2009_1.html","",8);
		Menu5_14_1=new Array("January Bowls","ncaa_2009_1.html","",0,20,150);
		Menu5_14_2=new Array("2009 9/3 - 9/12","ncaa_2009_2.html","",0,20,150);
		Menu5_14_3=new Array("2009 9/16 - 9/30","ncaa_2009_3.html","",0,20,150);
		Menu5_14_4=new Array("2009 10/1 - 10/17","ncaa_2009_4.html","",0,20,150);
		Menu5_14_5=new Array("2009 10/18 - 10/31","ncaa_2009_5.html","",0,20,150);
		Menu5_14_6=new Array("2009 11/01 - 11/15","ncaa_2009_6.html","",0,20,150);
		Menu5_14_7=new Array("2009 11/16 - 12/19","ncaa_2009_7.html","",0,20,150);
		Menu5_14_8=new Array("2009 December Bowls","ncaa_2009_8.html","",0,20,150);
	Menu5_15=new Array("NCAA 2010","ncaa_2010_1.html","",1);
		Menu5_15_1=new Array("January Bowls","ncaa_2010_1.html","",0,20,150);

Menu6=new Array("XFL football DVDs","xfl_football.html","",1);
	Menu6_1=new Array("XFL football by team","xfl_teams.html","",0,20,150);

Menu7=new Array("NFL Europe football DVDs","nfl_europe.html","",0,20,138);

Menu8=new Array("Canadian football DVDs","cfl_football.html","",0,20,138);

Menu9=new Array("Arena football DVDs","arena_football.html","",1);
	Menu9_1=new Array("Arena football by team","arena_football_teams.html","",0,20,150);

Menu10=new Array("World League football DVDs","wlaf_football.html","",0,20,138);

Menu11=new Array("USFL football DVDs","usfl_football.html","",0,20,138);

Menu12=new Array("NBA basketball DVDs","nba_basketball.html","",0,20,138);

Menu13=new Array("Major League baseball","major_league_baseball.html","",0,20,138);

Menu14=new Array("Japanese baseball","japanese_baseball.html","",0,20,138);

Menu15=new Array("World Baseball Classic","world_baseball_classic.html","",0,20,138);

Menu16=new Array("Sumo Wrestling DVDs","sumo_wrestling.html","",2);
	Menu16_1=new Array("In English","sumo_wrestling.html","",0,20,150);
	Menu16_2=new Array("In Japanese","sumo_wrestling_j.html","",0,20,150);

Menu17=new Array("College baseketball DVDs","college_basketball.html","",0,20,138);

Menu18=new Array("NHL hockey DVDs","nhl_hockey.html","",0,20,138);

Menu19=new Array("Olympics hockey DVDs","olympics.html","",0,20,138);

Menu20=new Array("High School Football DVDs","high_school_football.html","",0,20,138);

Menu21=new Array("Soccer, Seinfeld, KISS","other.html","",0,20,138);

Menu22=new Array("search","search.html","",0,20,138);

Menu23=new Array("contact / request","contact.html","",0,20,138);
