/*
  --- 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 = [
	['OSDA Medley', null, null,
		['Celebrating 10 Years of Self Determination in Ohio', 'Medley.mp3'],
		['Peter Leidy', 'http://www.peterleidy.com'],
	],
		['Contact Us', null, null,
		['OSDA Offices', 'office.htm'],
		['OSDA Board Members', 'BDmbrs_files/BDmbrListing.pdf'],
		['OSDA Brochure', 'Brochure/OSDABrochure.pdf'],
	],
	['Conference Info', null, null,
		['2009 Conference Photos', 'Conference/2009Photos/ConferencePhotos/index.html', null, null,
		],
	 	['2008 Conference Photos', null, null,
			['Award Winners', 'Conference/2008Photos/AwardWinners/index.html'],
			['General Photos', 'Conference/2008Photos/GeneralPhotos/index.html'],
			['Speakers', 'Conference/2008Photos/Speakers/index.html'],
		],
		['Past ESDY Award Winners', null, null,
			['2008 ESDY Award Winners', 'ESDY/2008ESDYAwardWinners.pdf'],
			['2007 ESDY Award Winners', 'ESDY/2007ESDYWinners.pdf'],
			['2006 ESDY Award Winners', 'ESDY/2006%20ESDY%20Winners.pdf'],
		],
		['Vendor Info', 'Conference/2009ConferenceInfo.pdf'],
		['Upcoming Conferences', 'Conference/2009ConferenceInfo.pdf'],
		['Conference Registration','Conference/2009ConferenceInfo.pdf'],
		['Conference Registration via PayPal','Conference/ConferenceRegistration.htm'],
	 	['Stipend Registration', 'Conference/2009ConferenceInfo.pdf'],
		['Sponsors', 'Conference/ConferenceSponsors.pdf'],
	],
	['Join OSDA', null, null,
		['OSDA Membership', 'Membership_Application/MembershipApplication.htm'],
	],
];

