/*
  --- 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 strDomain = "http://localhost/wagepeace/decade/";
var strDomain = "http://www.decadeofnonviolencehouston.org/decade/";

var MENU_ITEMS = [
	['Home Page', strDomain + 'index.htm'],
	['The Decade', null, null,
		['Board Members', strDomain + 'decade/boardInfo.htm'],
		['Endorsement', strDomain + 'decade/decadeEndorsement.htm'],
		['Resolution', strDomain + 'decade/commGrResolution.htm'],
		['Mission Statement', strDomain + 'decade/mission.htm'],
	],
	['PEIS', null, null,
		['About Us', strDomain + 'peis/aboutUs.htm'],
		['Peace Resources', null, null,
			['Conflict and War', strDomain + 'peis/peaceResources/conflictAndWar.htm'],
			['A Culture of Peace', strDomain + 'peis/peaceResources/cultureOfPeace.htm'],
			['Human Rights', strDomain + 'peis/peaceResources/humanRights.htm'],
			['Women for Peace', strDomain + 'peis/peaceResources/womenForPeace.htm'],
			['Economic Justice', strDomain + 'peis/peaceResources/economicJustice.htm'],
			['Environment', strDomain + 'peis/peaceResources/environment.htm'],
			['Global Issues', strDomain + 'peis/peaceResources/globalIssues.htm'],
			['Anti Discrimination', strDomain + 'peis/peaceResources/antiDiscrimination.htm'],
			['Youth Action', strDomain + 'peis/peaceResources/youthAction.htm'],
		],
		['Curriculum Resources', strDomain + 'peis/curriculumResources.htm'],
		['Bullying & Namecalling', strDomain + 'peis/bullyingNamecalling.htm'],
		['Teacher Resources', null, null,
			['Local Lending Library', strDomain + 'peis/teacherResources/localLendingLibrary.htm'],
			['Classroom Resources', strDomain + 'peis/teacherResources/musicAndGames.htm'],
			//['Music & Games', strDomain + 'peis/teacherResources/musicAndGames.htm'],
			//['Children & Youth', strDomain + 'peis/teacherResources/childrenAndYouthBooks.htm'],
			//['Teachers & Parents', strDomain + 'peis/teacherResources/teacherParentResources.htm'],
			//['Teacher Training', strDomain + 'peis/teacherResources/teacherTraining.htm'],
		],
	],
	['Peace Camp', strDomain + 'peaceCamp.htm'],
	['Events', strDomain + 'events.htm'],
	['Photos', strDomain + 'photos.htm'],
	['Contact Us', strDomain + 'contact.htm'],
	['Compassionate Communication', null, null,
		['About Us', strDomain + 'ccc/aboutUs.htm'],
		['About NVC', strDomain + 'ccc/aboutNvc.htm'],
		['Find Trainers', strDomain + 'ccc/findTrainers.htm'],
		['Find Trainings', null, null,
			['Presentations', strDomain + 'ccc/findTrainings/presentationsWorkshops.htm'],
			['Upcoming Workshops', strDomain + 'ccc/findTrainings/2009_Oct_workshops.pdf'],
			['Register', strDomain + 'ccc/findTrainings/registerworkshop.htm'],
			['Refund Policy', strDomain + 'ccc/findTrainings/refundPolicy.htm'],
			['Practice Groups', strDomain + 'ccc/practiceGroups.htm'],
			['Get Involved', strDomain + 'ccc/getInvolved.htm'],
			['Learning NVC', strDomain + 'ccc/learningNvc.htm'],
			['Newsletter', strDomain + 'ccc/2009_Jan_Bulletin.pdf'],
	],
		],
];

