/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'],
	['About Me', null, null,
		['Biography', 'bio.htm'],
		['Education', 'education.htm'],
		['Training', 'conferences.htm'],
		['Testimonials', 'testimon.htm']
	],
	['Counseling', null, null,
		['Overview', 'life.htm'],
		['Adults', null, null,
			['Overview', 'adultovw.htm'],
			['Services', 'adults.htm']
		],
		['Children/Teens', null, null,
			['Overview', 'childovw.htm'],
			['Services','teens.htm']
		],
		['FAQs', 'counsfaq.htm']
	],
	['Consulting', null, null,
		['Schools', null, null,
			['Overview', 'schlovw.htm'],
			['Services', 'schools.htm'],
			['Staff Development', 'staff.htm']
		],
		['Camps', null, null,
			['Overview', 'campovw.htm'],
			['Services', 'camps.htm']
		],
	],
	['Upcoming Presentations','events.htm'],
	['Child Champions',null, null,
	 ['Overview', 'childchamps.htm'],
	 ['Directory', 'dir.htm'],
	 ],
	['Resources', 'resources.htm'],
	['For Your Inspiration', 'inspir.htm'],
	['Contacts', 'contacts.htm', {'sw':85}]
]

