/*
  --- 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'],
	],
	['2011 Conference', null, null,
		['2011 Conference Flier', 'Conference/2011OSDA_ConferenceFlier.pdf'],
		['Vendor Information', 'Conference/VendorLetterAndForm.pdf', null, null,],
		['Advertising Information', 'Conference/AdvertisingLetterAndForm.pdf', null, null,],
		['Register Now', 'http://www.par-ohio.org/index.php?src=forms&ref=2011PARConference', null, null,],
		['Supports Through Innovative Technology', 'Conference/SupportsThroughInnovativeTech.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'],
	],
	['SSA/Program Mgt', null, null,
		['Deliverable-skills and experiences 6-20-11 conf call', 'SSA_ProgMgt/Deliverable - skills and experiences June 20 2011 conf call.pdf'],
		['Deliverable-training modules 6-20-11 conf call', 'SSA_ProgMgt/Deliverable - training modules  June 20  2011 conf call.pdf', null, null,],
		['Recommendations for Statute Rules 6-20-11 conf call', 'SSA_ProgMgt/Recommedations for Statute Rules and Policy June 20 2011 conf call.pdf', null, null,],
		['ROLE of a SSA  Program Mgr 6-20-11 conf call', 'SSA_ProgMgt/ROLE of a SSA  Program Mgr June 20 2011conf call.pdf', null, null,],
		['SSA-PM Executive Summary 6-20-11 conf call', 'SSA_ProgMgt/SSA-PM Executive Summary June 20 2011conf call.pdf', null, null,],
	],
];


