/*
  --- 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 = [
	['Advocacy Resources', null, null,
		['Advocacy Toolkit', null, null,
			['Advocacy Homepage', 'http://www.nysaae.org/advocacy.htm'],
			['Talking Points', 'http://www.nysaae.org/talkingpoints.htm'],
			['NYSAAE Arts Shelter', 'http://www.nysaae.org/arts_shelter.htm'],
			['NYSED Arts Requirements', 'http://www.nysaae.org/nysedartreq.htm'],
			['Advocacy Strategies', 'http://www.nysaae.org/advstrat.htm'],
			['Publications', 'http://www.nysaae.org/publications.htm'],
			['Statistics', 'http://www.nysaae.org/statistics.htm'],
	],
		['Advocacy Organizations', 'http://www.nysaae.org/advocresource.htm'],
	],
	['Toolkit for Teaching the Arts',
		['http://www.nysaae.org/toolkit/index.html'],
	],
		['Recognition Awards',
			['http://www.nysaae.org/projectsrec.htm'],
	],
		['JOBLink',
			['http://www.nysaae.org/joblink.htm'],
	],
		['Opportunities for Students',
			['http://www.nysaae.org/oppartsstudents.htm'],
	],
	['Professional Development',
			['http://www.nysaae.org/artsedconf.htm'],
	],
		['Artists in Schools Grants',
			['http://www.nysaae.org/schoolartsgrants.htm'],
	],
	['Poetry Out Loud', null, null,
		['POL Home', 'http://www.nysaae.org/POL.htm'],
		['Frequently Asked Questions', 'http://www.nysaae.org/faq.htm'],
		['Participating Teachers', 'http://www.nysaae.org/POL-Teachers.htm'],
		['Regional Competitions', 'http://www.nysaae.org/POL_Regionals.htm'],
		['POL 2010', 'http://www.nysaae.org/POL2010.htm'],
		['POL Archive', 'http://www.nysaae.org/polarchive.htm'],
	],
	['VSA in NYS',
		['http://www.nysaae.org/VSAarts.htm'],	
	],
	['Regional Networks', null, null,
		['Arts in Ed Roundtables', null, null,
			['Arts in Ed Roundtables', 'http://www.nysaae.org/artsinedroundtable.htm'],
			['Capital Region Roundtable', 'http://www.nysaae.org/capitalAIE.htm'],
	],
		['Local Capacity Building Sites', 'http://www.nysaae.org/localcap.htm'],
		['Regional Leadership Networks', 'http://www.nysaae.org/regionalleader.htm'],
		['Empire State Partnerships', 'http://www.nysaae.org/empirestatepartner.htm'],
		['Arts Councils', 'http://www.nysaae.org/artscouncils.htm'],
		['Teacher Centers', 'http://www.nysaae.org/teachercenters.htm'],
		['BOCES AIE Coordinators', 'http://www.nysaae.org/BOCESAIE.htm'],
	],
	['NYSAAE Bookshelf',
			['http://www.nysaae.org/bookshelf.htm'],
	],

];

