/*------------------------------------------*/
/* FOR THE DYNAMIC MENU TO WORK PROPERLY,   */
/* THE FOLLOWING 4 FILES MUST BE IN PLACE:  */
/*     menu.js                              */
/*     menu_items.js                        */
/*     menu_tpl.js                          */
/*     ES.css                             */
/*------------------------------------------*/

var MENU_ITEMS = [
	['Home', 'index.html#Top'],
	['Services', 'Services.html#Top', null,
		['List of Services', 'ServiceList.html', null,
			['Leadership Development', 'ServiceList.html#Leadership'],
			['Life Skills Coaching', 'ServiceList.html#Life'],
			['Mentor Training', 'ServiceList.html#Mentor'],
			['Time Management', 'ServiceList.html#Time'],
			['Team Building', 'ServiceList.html#Team'],
			['Customer Service', 'ServiceList.html#Customer']
		]
	],	
	['Facilitators', 'Facilitators.html#Top', null,
		['Rev. Dr. Douglas L. Maven', 'Facilitators.html#Maven'],
		['Miqueas Nieves', 'Facilitators.html#Nieves'],
		['Patrick Fennell', 'Facilitators.html#Fennell']
	],
	['Products', 'Products.html#Top', null,
		['Fail-Safe Leadership', 'Products.html#Fail-Safe'],
		['America\'s Rising Stars', 'Products.html#America']
	],
	['About Us', 'AboutUs.html#Top', null,
		['Our Philosophy', 'AboutUs.html#Philosophy'],
		['Mission', 'AboutUs.html#Mission'],
		['Applied Knowledge is Power', 'AboutUs.html#Applied'],
		['People Make the Difference', 'AboutUs.html#People'],
		['Why Us?', 'AboutUs.html#Why'],
		['What People are Saying...', 'AboutUs.html#Testimony'],
		['News and Events', 'AboutUs.html#News'],
		['Organizations & Partner Lists', 'AboutUs.html#Partners'],
		['Contact Info', 'AboutUs.html#Contact', null,
			['Meet the President/CEO', 'CEO.html#Top'],
			['Favorite Quotes', 'Quotes.html#Top']
		]
	]
];

