/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.atimetohealherbs.com/cgi-bin/index.pl'],
	['About Us', null, null,
		['Dr. Boudreaux', 'http://www.atimetohealherbs.com/cgi-bin/bio.pl'],
		['A Time To Heal', 'http://www.atimetohealherbs.com/cgi-bin/aboutus.pl']
	],
	['Catalog', 'http://www.atimetohealherbs.com/cgi-bin/catalog.pl?Type=New', null,
		['Kan Essentials', 'http://www.atimetohealherbs.com/cgi-bin/catalog.pl?Type=K'],
		['Evergreen', 'http://www.atimetohealherbs.com/cgi-bin/catalog.pl?Type=E'],
		['Natural Path', 'http://www.atimetohealherbs.com/cgi-bin/catalog.pl?Type=N'],
		['Custom Formulas', 'http://www.atimetohealherbs.com/cgi-bin/custom.pl'],
		['Specialty Products', 'http://www.atimetohealherbs.com/cgi-bin/catalog.pl?Type=O']
	],
	['Seminars', 'http://www.atimetohealherbs.com/cgi-bin/seminars.pl', null,
		['2010 Seminars', 'http://www.atimetohealherbs.com/cgi-bin/seminars2010.pl'],
		['Intro to TCM', 'http://www.atimetohealherbs.com/cgi-bin/TCM.pl'],
		['Advanced TCM', 'http://www.atimetohealherbs.com/cgi-bin/advancedTCM.pl'],
		['Location', 'http://www.atimetohealherbs.com/cgi-bin/location.pl'],
		['Travel', 'http://www.atimetohealherbs.com/cgi-bin/travel.pl'],
		['Lodging', 'http://www.atimetohealherbs.com/cgi-bin/lodging.pl'],	
		['What to Bring', 'http://www.atimetohealherbs.com/cgi-bin/whattobring.pl'],
		['Attendee Feedback', 'http://www.atimetohealherbs.com/cgi-bin/feedback.pl']
	],
	['Login', 'https://www.atimetohealherbs.com/cgi-bin/login.pl'],
	['Contact Us', 'http://www.atimetohealherbs.com/cgi-bin/contactus.pl']
];
