/* 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,
		['Tablet', 'http://www.atimetohealherbs.com/cgi-bin/catalog.pl?Type=K'],
		['Capsule', 'http://www.atimetohealherbs.com/cgi-bin/catalog.pl?Type=C'],
		['Granules', 'http://www.atimetohealherbs.com/cgi-bin/catalog.pl?Type=G'],
		['Extract/Tincture', 'http://www.atimetohealherbs.com/cgi-bin/catalog.pl?Type=T'],
		['Herbal Supplies', 'http://www.atimetohealherbs.com/cgi-bin/catalog.pl?Type=O'],
		['Books', 'http://www.atimetohealherbs.com/cgi-bin/catalog.pl?Type=B']
	],
	['Seminars', 'http://www.atimetohealherbs.com/cgi-bin/seminars.pl', null,
		['2011 Seminars', 'http://www.atimetohealherbs.com/cgi-bin/seminars2011.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']
];

