/*
  --- 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 = [
	['PROGRAMS', '/programs/index.html', null,
		['Coaching Boys Into Men', '/programs/coaching.html', null,
			['Overview', '/programs/coaching.html'],
			['Support For Coaches', '/programs/assist.html'],
			['Sign Up', '/programs/signup.html'],
			['Speakers Series', '/programs/speakers.html'],
		],	
		['Mentors In Violence Prevention', '/programs/mvp/index.html'],
		['Pledge', '/pledge/index.html'],
		['Fathers Day PSA', '/programs/FatherDayPSA.html'],
	],
	['NEWS', '/news/index.html', null,

	],
	['ABOUT', '/about/vision.html', null,
					['About', '/about/vision.html'],
					['Team Members', '/about/team.html'],
					['Supporting Orgs', '/about/orgs.html'],
	],
	['CONTACT', '/contact/index.html', null,

	],
	['NEWSLETTER', '/newsletter/index.html', null,

	],
	['LEARN MORE', '/learn/learn1.html', null,
		['Serious Problem', '/learn/learn1.html'],
		['Why All Men?', '/learn/learn2.html'],
		['Equality', '/learn/learn3.html'],
		['My Lack Of Action', '/learn/learn4.html'],
		['Educate Myself', '/learn/learn5.html'],
		['End The Silence', '/learn/learn6.html'],
		['Support Organizations', '/learn/learn8.html'],
		['My Example', '/learn/learn10.html'],
		['My Involvement', '/learn/learn11.html'],
		['Some Say It Better', '/learn/what-others-say.html'],
		['FAQ', '/learn/faq.html'],
	],
	['TAKE ACTION', '/action/index.html', null,
		['Personal', '/action/personal-actions.html'],
		['Family', '/action/family-actions.html'],
		['Idea Pad', '/action/idea-pad.html'],
		['Community Groups', '/action/community-actions.html'],
		['National Programs', '/action/national-programs.html'],
	],
];

