/*
  --- 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 = [
	['Event Details', null, null,
		['2009 Schedule', 'http://www.azsolo.com/schedule2009.html'],
		['Registration', 'http://www.azsolo.com/registration.html'],
		['Results', 'http://www.azsolo.com/results.html'],
		['Photos', 'http://azsolo.zenfolio.com'],
		['Pylon Press', 'http://www.azsolo.com/pylonpress.html'],
		['Waiver', 'http://www.azsolo.com/waiver.html']
	],
	['Novice Info', null, null,
		['Introduction', 'http://www.azsolo.com/noviceintro.html'],
		['Quickstart', 'http://www.azsolo.com/quickstart.html'],
		['Novice Guide', 'http://www.azsolo.com/noviceguide.html'],
		['Weekend Membership', 'http://www.azsolo.com/weekendmembership.html'],
		['Worker FAQ', 'http://www.azsolo.com/workerFAQ.html'],
		['Waiver', 'http://www.azsolo.com/waiver.html']
	],
	['Classing/Rules', null, null,
		['Classes', 'http://www.azsolo.com/classes.html'],
		['Pax', 'http://www.azsolo.com/pax.html'],
		['SCCA Rules', 'http://www.azsolo.com/sccarules.html'],
		['Supplemental Rules', 'http://www.azsolo.com/supprules.html'],
		['Safety Guidelines', 'http://www.azsolo.com/azsolosafety.html'],
		['Tech Inspection', 'http://www.azsolo.com/tech.html'],
		['Worker FAQ', 'http://www.azsolo.com/workerFAQ.html'],
		['Waiver', 'http://www.azsolo.com/waiver.html']
	],
	['Autox Community', null, null,
		['Forum', 'http://www.azsolo.com/forums'],
		['Sponsors', 'http://www.azsolo.com/sponsors.html'],
		['Pylon Press', 'http://www.azsolo.com/pylonpress.html'],
		['Links', 'http://www.azsolo.com/links.html'],
		['Tools', 'http://www.azsolo.com/tools.html']
	],
	['Club Officials/Contacts', null, null,
		['2009 Steering Committee', 'http://www.azsolo.com/sc2009.html'],
		['2008 Steering Committee', 'http://www.azsolo.com/sc2008.html'],
		['SC Meeting Minutes', 'http://www.azsolo.com/scminutes.html']
	],
];
