/*
  --- 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_ITEMS2 = [
	['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'],
	],
	['2010 Conference', null, null,
		['2010 Conference Schedule', 'Conference/2010ConferenceSchedule.pdf'],
		['ESDY Information', 'ESDY/ESDY Nomination.pdf', null, null,],
	],
	['Past Conferences', 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'],
		],
	],
	['Join OSDA', null, null,
		['OSDA Membership', 'Membership_Application/MembershipApplication.htm'],
	],
];

