var MENU_ITEMS = [
	['Home', "index.html", null],
	
	['Five Skills', null, null,
		['Focus', "focus.htm", null],
		['Self-Talk', "selftalk.htm", null],
		['Visualization', "visualization.htm", null],
		['Energizing', "energizing.htm", null],
		['Goal Setting', "goalsetting.htm", null]
	],
	['Meet Went', "meetwent.htm", null],
	
	['Testimonials', "testimonials.htm", null],
	
	['Tip of the Month', "tip.htm", null],
	
	['Contact', 'contact.htm', null]
]; 
