 /***********************************************
*	(c) Ger Versluis 2000 version 9.10 14 October 2002        *
*	You may use this script on non commercial sites.	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
************************************************/
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#B80000";			// Background color when mouse is not over
	var HighBgColor="#333399";			// Background color when mouse is over
	var FontLowColor="#FFFFFF";			// Font color when mouse is not over
	var FontHighColor="#00FFFF";			// Font color when mouse is over
	var BorderColor="#000000";			// Border color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Border between elements main items 1 or 0
	var BorderBtwnSub=1;			// Border between elements sub items 1 or 0
	var FontFamily="comic sans ms,technical,arial";	// 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="center";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	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=178;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=210;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";
		
						// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is 								"subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: 												BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"http://www.sportspool.com/images/tri.gif",5,10,BaseHref+"http://www.sportspool.com/images/tridown.gif",10,5,BaseHref+"http://www.sportspool.com/images/trileft.gif",5,10,BaseHref+"http://www.sportspool.com/images/triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......
	var PartOfWindow=.8;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=90)";

	var NoOffFirstLineMenus=6;			// Number of main menu  items

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}


// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Home","http://www.sportspool.com/","",0,14,50,"","","","","","verdana",-1,-1,-1,"","Home");	

Menu2=new Array("Contact","mailto:info@sportspool.com","",2,14,80,"","","","","","verdana",-1,-1,-1,"","Contact us today");
Menu2_1=new Array("Email","","",3,14,75,"","","","","","verdana",-1,-1,-1,"","Select a department to email");	
Menu2_1_1=new Array("General Inquiries ","mailto:david@sportspool.com","",0,14,130,"","","","","","verdana",-1,-1,-1,"","General Inquiries");	
Menu2_1_2=new Array("Advertising Info","mailto:david@sportspool.com","",0,14,130,"","","","","","verdana",-1,-1,-1,"","Advertising");	
Menu2_1_3=new Array("Technical Support","mailto:david@sportspool.com","",0,14,130,"","","","","","verdana",-1,-1,-1,"","Have a problem or a suggestion?");	
Menu2_2=new Array("Feedback","http://www.sportspool.com/feedback.php","",0,14,125,"","","","","","verdana",-1,-1,-1,"","Let us know what you think");

Menu3=new Array("FAQ","http://www.sportspool.com/faq.php","",0,14,45,"","","","","","verdana",-1,-1,-1,"","Questions? Try our frequently ask questions section first");

Menu4=new Array("Main Sports Sections","","",6,14,165,"","","","","","verdana",-1,-1,-1,"","Sports Related Material");
Menu4_1=new Array("NFL Football","http://www.sportspool.com/football/","",7,14,165,"","","","","","verdana",-1,-1,-1,"","NFL Related Material");
Menu4_1_1=new Array("NFL Football Pool Signup","http://www.sportspool.com/football/account-management.php","",0,14,170,"","","","","","verdana",-1,-1,-1,"","Sing up to play in our NFL football pools");
Menu4_1_2=new Array("NFL Schedules","http://www.sportspool.com/football/schedule.php","",0,14,170,"","","","","","verdana",-1,-1,-1,"","Schedules for current/upcoming NFL football season");
Menu4_1_3=new Array("NFL Records","http://www.sportspool.com/football/nfl_history/nfl_football_league_records.php","",5,14,150,"","","","","","verdana",-1,-1,-1,"","Select the records you wish to view");	
Menu4_1_3_1=new Array("NFL Player Records #1","http://www.sportspool.com/football/nfl_history/nfl_football_league_records_player1.php","",0,14,150,"","","","","","verdana",-1,-1,-1,"","Individual Player Records");	
Menu4_1_3_2=new Array("NFL Player Records #2","http://www.sportspool.com/football/nfl_history/nfl_football_league_records_player2.php","",0,14,130,"","","","","","verdana",-1,-1,-1,"","Individual Player Records");	
Menu4_1_3_3=new Array("NFL Team Records #1","http://www.sportspool.com/football/nfl_history/nfl_football_league_records_team1.php","",0,14,130,"","","","","","verdana",-1,-1,-1,"","Team related NFL records");	
Menu4_1_3_4=new Array("NFL Team Records #2","http://www.sportspool.com/football/nfl_history/nfl_football_league_records_team2.php","",0,14,130,"","","","","","verdana",-1,-1,-1,"","Team related NFL records");	
Menu4_1_3_5=new Array("NFL Team Records #3","http://www.sportspool.com/football/nfl_history/nfl_football_league_records_team3.php","",0,14,130,"","","","","","verdana",-1,-1,-1,"","Team related NFL records");	
Menu4_1_4=new Array("Individual Team Records","http://www.sportspool.com/football/nfl_history/nfl_football_teams.php","","","","","","","","","","verdana",-1,-1,-1,"","View the NFL Hall of Fame members and which teams they played for");
Menu4_1_5=new Array("NFL Hall of Fame","http://www.sportspool.com/football/nfl_history/nfl_football_history_halloffame.php","","","","","","","","","","verdana",-1,-1,-1,"","View the NFL Hall of Fame members and which teams they played for");
Menu4_1_6=new Array("Post Season Standings","http://www.sportspool.com/football/nfl_history/nfl_football_postseason_standings.php","","","","","","","","","","verdana",-1,-1,-1,"","Teams of the NFL and their histories");
Menu4_1_7=new Array("Super Bowl Stats","","",4,14,100,"","","","","","verdana",-1,-1,-1,"","NFL Related Material");
Menu4_1_7_1=new Array("Scores Basic","http://www.sportspool.com/football/nfl_history/nfl_football_superbowl_teams_scores.php","",0,14,130,"","","","","","verdana",-1,-1,-1,"","Super Bowl Scores");	
Menu4_1_7_2=new Array("Scores Detailed","http://www.sportspool.com/football/nfl_history/nfl_football_league_records_superbowlwinners.php","",0,14,130,"","","","","","verdana",-1,-1,-1,"","Super Bowl Scores Detailed");	
Menu4_1_7_3=new Array("Team Standings","http://www.sportspool.com/football/nfl_history/nfl_football_superbowl_teams_standings.php","",0,14,150,"","","","","","verdana",-1,-1,-1,"","Team Standing for Super bowl winss");
Menu4_1_7_4=new Array("Game MVPs","http://www.sportspool.com/football/nfl_history/nfl_football_league_records_superbowlmvps.php","",0,14,150,"","","","","","verdana",-1,-1,-1,"","Find out who the MVPs were for all the Superbowls");
Menu4_2=new Array("PGA Golf","http://www.sportspool.com/golf/","",5,14,110,"","","","","","verdana",-1,-1,-1,"","PGA Golf Related Material");
Menu4_2_1=new Array("PGA Golf News","http://www.sportspool.com/news/category/golf-news/","",0,14,170,"","","","","","verdana",-1,-1,-1,"","What's happening in PGA Golf");
Menu4_2_2=new Array("Main PGA Golf Page","http://www.sportspool.com/golf/","",0,14,170,"","","","","","verdana",-1,-1,-1,"","Our main section relating to the PGA Tour");
Menu4_2_3=new Array("PGA Golf Player Profiles","http://www.sportspool.com/golf/player_profiles/","",0,14,170,"","","","","","verdana",-1,-1,-1,"","PGA Golf Player Profiles");
Menu4_2_4=new Array("PGA Golf Tour Course Information","http://www.sportspool.com/golf/course_profiles","",0,14,170,"","","","","","verdana",-1,-1,-1,"","Information about the courses the PGA tour is played on.");
Menu4_2_5=new Array("PGA Golf Schedules","http://www.sportspool.com/golf/schedules/","",0,14,170,"","","","","","verdana",-1,-1,-1,"","Schedules for the PGA Golf Pool season");

Menu4_3=new Array("Nascar Racing","http://www.sportspool.com/nascar/","",0,14,110,"","","","","","verdana",-1,-1,-1,"","Nascar Racing Related Material");

Menu4_4=new Array("March Madness Basketball","http://www.sportspool.com/basketball/ncaa/march_madness.php","",0,14,110,"","","","","","verdana",-1,-1,-1,"","March Madness Related Material");

Menu4_5=new Array("MLB Baseball","http://www.sportspool.com/baseball/","",0,14,110,"","","","","","verdana",-1,-1,-1,"","MLB Major League Baseball");

Menu4_6=new Array("Olympics","http://www.sportspool.com/olympics/","",0,14,110,"","","","","","verdana",-1,-1,-1,"","Summer and Winter Olympic Games");

Menu5=new Array("Sports Store","http://www.footballfanatics.com/?partner_id=1918","",5,14,115,"","","","","","verdana",-1,-1,-1,"","Looking for a gift idea, check us out!");
Menu5_1=new Array("Our Sports Store","http://www.footballfanatics.com/?partner_id=1918","",0,14,150,"","","","","","verdana",-1,-1,-1,"","We offer a complete line of sports gear, feel free to take a look around.");
Menu5_2=new Array("Sportspool Calendars","http://www.sportspool.com/calendars/","",0,14,95,"","","","","","verdana",-1,-1,-1,"","Sports Calendars for Teams, Players, Cheerleaders, and more.");
Menu5_3=new Array("Sportspool Posters","http://posters.sportspool.com/","",0,14,95,"","","","","","verdana",-1,-1,-1,"","Sports Posters for Teams, Players, Cheerleaders, and more.");
Menu5_4=new Array("Ludus Group Sports Collectibles","http://ludusgroup.sportspool.com/","",0,14,95,"","","","","","verdana",-1,-1,-1,"","Ludus Group");
Menu5_5=new Array("Sports Books","http://www.sportspool.com/books/","",0,14,95,"","","","","","verdana",-1,-1,-1,"","Books on Major League Sports and College Games.");


Menu6=new Array("Sitemap","","",9,14,90,"","","","","","verdana",-1,-1,-1,"","Can't find something?  Look for it here");

Menu6_1=new Array("Challenge Your Friends","http://www.sportspool.com/challenge.php","",0,14,120,"","","","","","verdana",-1,-1,-1,"","Challenge Your Friends in a Battle of Wits and Skill.");

Menu6_2=new Array("Employment","http://www.sportspool.com/jobs.php","",0,14,60,"","","","","","verdana",-1,-1,-1,"","Employment Opportunities");

Menu6_3=new Array("Feedback","http://www.sportspool.com/feedback.php","",0,14,60,"","","","","","verdana",-1,-1,-1,"","Let us know what you think");

Menu6_4=new Array("Advertising","http://www.sportspool.com/advertisers.php","",0,14,60,"","","","","","verdana",-1,-1,-1,"","Why advertise with Sports Pool.com");

Menu6_5=new Array("Sponsors","http://www.sportspool.com/sponsors.php","",0,14,60,"","","","","","verdana",-1,-1,-1,"","Would you like to be a sponsor?");

Menu6_6=new Array("Privacy","http://www.sportspool.com/privacy.php","",0,14,60,"","","","","","verdana",-1,-1,-1,"","Our privacy statement");

Menu6_7=new Array("Rules","http://www.sportspool.com/rules.php","",0,14,60,"","","","","","verdana",-1,-1,-1,"","Rules and regulations");

Menu6_8=new Array("Terms of Service","http://www.sportspool.com/tos.php","",0,14,60,"","","","","","verdana",-1,-1,-1,"","Please read our terms of service");

Menu6_9=new Array("Link Partners","http://www.sportspool.com/links/","",0,14,60,"","","","","","verdana",-1,-1,-1,"","Check out our links");
