/*
  --- 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.nesdc.org/index.htm', null],
	['Club', null,null,
		['Officials', 'http://www.nesdc.org/Officials.htm'],
		['Membership', 'http://www.nesdc.org/Membership.htm'],
		['Membership Form', 'http://www.nesdc.org/Documents/nesdc application.pdf'],
		['Constitution', 'http://www.nesdc.org/Race Rules and Constitution/Const.pdf'],
		['History', 'http://www.nesdc.org/History.htm'],
	],
	['Forum', 'http://sports.groups.yahoo.com/group/nesdc/',null,
	],
	['Store', 'http://www.nesdc.org/Store.htm', null,
	],
	['Club Events', null, null,
		['Race Events', 'http://www.nesdc.org/Events.htm'],
		['Race Results', 'http://www.nesdc.org/Results.htm'],
		['Season Awards', 'http://www.nesdc.org/Awards.htm'],
		['Race Registration', 'http://www.nesdc.org/Events.htm'],
		['Spectator Info', 'http://www.nesdc.org/Spectator_Info.htm'],
		['Race Rules', 'http://www.nesdc.org/Race Rules and Constitution/Rules.pdf'],
	],
	['Contact us', 'http://www.nesdc.org/Contact_Us.htm', null,
	],
];

