/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'default.asp'],
	['Our Services &nbsp;&nbsp;&nbsp;<img src=icons/rarrow.gif height=12 width=12 align=absmiddle>', 'services.asp', null,
		['On-Site School Review', 'services_on-site.asp'],
		['Professional Development', 'services_prodev.asp'],
		['Federal Program Assistance', 'services_federal_assistance.asp'],  
		['Guided Conflict Resolution', 'services_conflict_resolution.asp'],
		['Sustainable Leadership', 'services_leadership.asp']
	],
	['Publications &nbsp;&nbsp;&nbsp;&nbsp;<img src=icons/rarrow.gif height=12 width=12 align=absmiddle>', null, null,
		['High Performing School', 'high_performance_school.asp'],
		['Effective Program Evaluation', 'effective_program_evaluation.asp']
	],

	['Tools &amp; Resources', 'resources.asp'],
	['About Us', 'aboutus.asp'],
	['Our Clients &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src=icons/rarrow.gif height=12 width=12 align=absmiddle>', null, null,
		['Our Clients Include', 'ourclients.asp'],
		['Client Endorsements', 'client_endorsements.asp']
	],
	['Contact Us', 'contactus.asp']
];

