/*
  --- 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 = [
	['Narrative Story Telling', null, null,
				['Workshops'],
				['Products'],
				['Contact Us']
	],
	['School Based Initiatives', null, null,
				['Core Strength Program'],
				['Social Aggression Bullying/Teasing'],
				['The Games Girls Play'],
				['In-Service Training'],
				['Parent Presentations']
	],
	['Foster Parent Training'],
	['Join Our Efforts'	],
		['Staff & Board Members', null, null,
	['Staff Bios', '../sharedvision/staff_bios.html'],
	['Board of Directors', '../sharedvision/board.html'],
	['Advisory Board', '../sharedvision/advisory_board.html']
		],
	['Training Opportunities'],

];

