/*
  --- 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 = [
	['Historical', null, null,
		['Background', '../default.asp?page=background']
	],
	['Meeting Info', null, null,
		['Upcoming Meetings', '../default.asp?page=upcoming-meetings'],
		['Race Results', '../default.asp?page=race-results'],
		['Historical Results', '../default.asp?page=historical-results']
	],
	['Profiles', null, null,
		['From the Past', '../default.asp?page=from-the-past'],
		['Current Riders', '../default.asp?page=current-riders']
	],
	['Forum', '../info/', null,
		['Registration', '../info/policy.asp'],
		['Active Topics', '../info/active.asp'],
		['Search', '../info/search.asp'],
		['F.A.Q\'s', '../info/faq.asp'],
		['Guestbook', '../info/guestbook.asp']
	],
	['Gallery', '../Gallery/'
	],
	['Promotional', null, null,
		['Links', '../info/links.asp'],
		['Advertisments', '../default.asp?page=advertisments']
	],
];

