/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
	['Home', 'http://www.escorsracing.com/index.php'],

	['News', 'http://www.escorsracing.com/headlines.php', null,
    ['Headlines', 'http://www.escorsracing.com/headlines.php'],
    ['News Archive', 'http://www.escorsracing.com/news_search.php'],
    ['Submit Your News', 'http://www.escorsracing.com/submit_news.php'], 
    ['Photo Galleries', 'http://www.escorsracing.com/photo_galleries.php'],
  ],
  
  ['Features', 'http://www.escorsracing.com/features.php', null,
//  ['ESCORS Speed Club', 'http://www.escorsracing.com/club/signup/index.php?redirect=/club/2006/index.php'],
		['ESCORS 101', 'http://www.escorsracing.com/101.php'],
		['10 Questions with', 'http://www.escorsracing.com/features/10q/'],		
		['Power Rankings', 'http://www.escorsracing.com/features/power_rankings/'],				
		['Statistics', 'http://www.escorsracing.com/stats.php'],
    ['History', 'http://www.escorsracing.com/history.php'],
		['Did You Know?', 'http://www.escorsracing.com/dyk.php'],
  ],

	['Drivers', 'http://www.escorsracing.com/drivers.php?season=2008', null,
		['Drivers', 'http://www.escorsracing.com/drivers.php?season=2008'],  
		['A-Z Driver History', 'http://www.escorsracing.com/driver_a-z.php'],
		['Teams', 'http://www.escorsracing.com/teams.php?season=2008'],
//  ['Silly Season', 'http://www.escorsracing.com/silly_season.php'],
	],

	['Races', 'http://www.escorsracing.com/results.php?season=2008', null,
		['Results', 'http://www.escorsracing.com/results.php?season=2008'],
		['Standings', 'http://www.escorsracing.com/standings.php?season=2008'],
		['Schedule', 'http://www.escorsracing.com/schedule.php?season=2008'],
		['Tracks', 'http://www.escorsracing.com/tracks.php'],    
		['Past Races', 'http://www.escorsracing.com/pastraces.php'],
    ['Live Leaderboard', '#', null,
		  ['BallRacing Cup', 'http://www.escorsracing.com/live_4.html'],
		  ['Alienware Series', 'http://www.escorsracing.com/live_5.html'],
		  ['Truck Series', 'http://www.escorsracing.com/live_6.html'],
	],
	],


	['About', 'http://www.escorsracing.com/information.php',],  
  
	['Join', 'http://www.escorsracing.com/signup.php'],

	['Forums', 'http://www.cdb-enterprises.com/escorsracing/forum'],

	['Downloads', 'http://www.escorsracing.com/downloads.php'],
];