/*
  --- 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', 'index.htm', null, null, 
	],
	['OSDA Newsletter', 'Newsletters/Newsletter.pdf', null, null,
	],
	['Regional Meetings', 'Regional%20Meetings/RegionalMeetings.pdf', null, null,
	],
	['OSDA Resource List', 'OSDA Resource List/OSDAResourceList.pdf', null, null,
	],
	['Entrepreneurs', 'Entrepreneurs/VendorList1.pdf', null, null, 
	],
	['PROJECT STIR', null, null, 
		['Main Page', 'ProjectSTIR/MainPage.pdf'],
		['Project STIR', 'ProjectSTIR/ProjectSTIR.pdf'],
	],
	['Rising', 'Rising/AboutRising.htm', null, null, 
	],
	['Links', 'Links.pdf', null, null, 
	],

];

