/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.php', {'tw':'_self','tt':'','sw':'75'}],
	['Players', '', {'tw':'_self','tt':'','sw':'80'},
		['New to Baseball Stats Tracker (Create Profile)', '/playercreate.php', {'tw':'_self','tt':'','sw':'199'}],
		['I Already Have an Account', '/UsrLogin.php', {'tw':'_self','tt':'','sw':'199'}],
		['I Forgot My Password', '/UsrLogin.php', {'tw':'_self','tt':'','sw':'199'}]
	],	
/*	['Families', '', {'tw':'_self','tt':'','sw':'90'},
		['Create a Family Profile', '/familycreate.php', {'tw':'_self','tt':'','sw':'199'}],
		['Log In, Add Players & Track Stats', '/UsrLogin.php', {'tw':'_self','tt':'','sw':'199'}],
		['I Forgot My Password', '/UsrLogin.php', {'tw':'_self','tt':'','sw':'199'}]
	],	*/
	['Teams', '', {'tw':'_self','tt':'','sw':'80'},	
		['New to Baseball Stats Tracker (Create Profile)', '/playercreate.php', {'tw':'_self','tt':'','sw':'199'}],
		['I Already Have an Account', '/UsrLogin.php', {'tw':'_self','tt':'','sw':'199'}],
		['I Forgot My Password', '/UsrLogin.php', {'tw':'_self','tt':'','sw':'199'}]
	],
	['Leagues', '', {'tw':'_self','tt':'','sw':'90'},
		['New to Baseball Stats Tracker (Create Profile)', '/playercreate.php', {'tw':'_self','tt':'','sw':'199'}],
		['I Already Have an Account', '/UsrLogin.php', {'tw':'_self','tt':'','sw':'199'}],
		['I Forgot My Password', '/UsrLogin.php', {'tw':'_self','tt':'','sw':'199'}]
/*		['Commissioners, Start a League!', '/league/League_1.php', {'tw':'_self','tt':'','sw':'199'}],
		['I\'m Part of a Registered League', '', {'tw':'_self','tt':'','sw':'199'},
			['I\'m a League Commissioner', '/league/commissioner.php', {'tw':'_self','tt':'','sw':'199'}],
			['I\'m a Team Coach', '/league/coach.php', {'tw':'_self','tt':'','sw':'199'}],
			['I\'m a Player', '/league/player.php', {'tw':'_self','tt':'','sw':'199'}],
			['I\'m an Umpire', '/league/umpire.php', {'tw':'_self','tt':'','sw':'199'}]
		]*/	
	],	
	['Support Us', '/support.html', {'tw':'_self','tt':'','sw':'103'}],
	['Resources & Links', '', {'tw':'_blank','tt':'','sw':'158'},
		['Baseball Books and Aids', 'http://astore.amazon.com/baseballstatstracker-20', {'tw':'_blank','tt':'','sw':'100'}],
		['Jack\'s Hot Corner', '/JacksCorner/jackscorner-toc.html', {'tw':'_self','tt':'','sw':'100'}],
		['Links', '/links.html', {'tw':'_self','tt':'','sw':'100'}]
	],	
	['Mailing List', '/EmailAdd.php', {'tw':'_self','tt':'','sw':'105'}],
	['Contact Us', '/contactus.html', {'tw':'_self','tt':'','sw':'100'}],
	['Log Out', '/phpFuncs/DelCook.php', {'tw':'_self','tt':'','sw':'87'}],
];

