/* Tigra Menu items structure */
var MENU_ITEMS =
[
	['Home', 'index.htm', {'sb':'FTSRL Home Page'}],
	['Admin', null, null,
		['RPM Login', 'index.htm', {'sb':'RPM Admin Login'}],
		['FTP Site', 'index.htm', {'sb':'FTSRL File Transfer Site'}]
	],
	['Downloads', null, null,
		['Car/Truck Files', 'index.htm', {'sb':'FTSRL 2009 Car File Manager'}],
		['Tracks/Mods/Utils', 'index.htm', {'sb':'FTSRL Track, Mod and Util Downloads'}]
	],
	['Sched/Results', null, null,
		['Cup', 'index.htm', {'sb':'FTSRL Pro Cup Series Race Event Schedule and Results'}],
		['Speedway', 'index.htm', {'sb':'FTSRL Speedway Series Race Event Schedule and Results'}],
		['CTS', 'index.htm', {'sb':'FTSRL Truck Series Race Event Schedule and Results'}],
		['Pro Late Model', 'index.htm', {'sb':'FTSRL Pro Late Model Series Race Event Schedule and Results'}],
		['Super Late Model', 'index.htm', {'sb':'FTSRL Super Late Model Series Race Event Schedule and Results'}],
		['GN70', 'index.htm', {'sb':'FTSRL Grand National 1970 Series Race Event Schedule and Results'}],
		['HSCS', 'index.htm', {'sb':'FTSRL Huntsville Speedway Challenge Series Race Event Schedule and Results'}],
		['Music City 200', 'index.htm', {'sb':'FTSRL Music City 200 Race Event Schedule and Results'}]
	],
	['Standings', null, null,
		['Cup', 'index.htm', {'sb':'FTSRL Cup Series Points Standings'}],
		['Speedway', 'index.htm', {'sb':'FTSRL Speedway Series Points Standings'}],
		['CTS', 'index.htm', {'sb':'FTSRL Truck Series Points Standings'}],
		['Pro Late Model', 'index.htm', {'sb':'FTSRL Pro Late Model Series Points Standings'}],
		['Super Late Model', 'index.htm', {'sb':'FTSRL Super Late Model Series Points Standings'}],
		['GN70', 'index.htm', {'sb':'FTSRL Grand National 1970 Series Point Standings'}],
		['HSCS', 'index.htm', {'sb':'FTSRL Huntsville Speedway Challenge Series Point Standings'}],
		['Past Champions', 'past_champs.htm', {'sb':'FTSRL Wall of Champions'}]
	],
	['Information', null, null,
		['About the FTSRL', 'about.htm', {'sb':'About the FTSRL'}],
		/* ['Connection Info', 'javascript:openWin350x550(\'connection_info.php\')', {'sb':'FTSRL Connection Info'}], */
		['Contact Admins', 'contact.htm', {'sb':'About the FTSRL'}],
		['Drivers Meeting', 'index.htm', {'sb':'Drivers Meeting Notes'}],
		['Penalty Box', 'index.htm', {'sb':'FTSRL Penalty Box'}],
		['Posted Awards', 'index.htm', {'sb':'Posted FTSRL Awards'}],
		['FTSRL Funding', 'index.htm', {'sb':'FTSRL General Fund Report'}],
		['League Rules', 'index.htm', {'sb':'FTSRL Rules and Guidelines'}]
	],
	['Drivers', null, null,
		['FTSRL Sign-Up', 'index.htm', {'sb':'FTSRL Driver Sign-Up'}],
		['MC200 Sign-Up', 'index.htm', {'sb':'Music City 200 Driver Sign-Up'}],
		['Driver Registration', 'index.htm', {'sb':'FTSRL Driver Registration'}],
		['Edit Driver Profile', 'index.htm', {'sb':'FTSRL Driver Registration'}],
		['Cup Drivers', 'index.htm', {'sb':'FTSRL Driver Registration'}],
		['SLM Drivers', 'index.htm', {'sb':'FTSRL Driver Registration'}],
		['PLM Drivers', 'index.htm', {'sb':'FTSRL Driver Registration'}],
		['CTS Drivers', 'index.htm', {'sb':'FTSRL Driver Registration'}],
		['Speedway Drivers', 'index.htm', {'sb':'FTSRL Driver Registration'}],
		['HSCS Drivers', 'index.htm', {'sb':'FTSRL Driver Registration'}],
		['GN70 Drivers', 'index.htm', {'sb':'FTSRL Driver Registration'}],
		['MC200 Drivers', 'index.htm', {'sb':'FTSRL Driver Registration'}],
		['Driver Roster', 'drivers.htm', {'sb':'FTSRL Driver Roster'}],
		['Driver Gallery', 'index.htm', {'sb':'FTSRL Driver Gallery'}]
	],
	['Help Desk', null, null,
		['Getting Started', 'index.htm', {'sb':'FTSRL Startup Help'}],
		['FAQ', 'index.htm', {'sb':'FTSRL Frequently Asked Questions'}]
	],
	['Donations', 'index.htm', {'tw':'_blank', 'sb':'Donate to the Full Throttle Sim Racing League'}]
];
