/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', './', {'tw':'_self','tt':'Home page','sb':'Wellness Home page','sw':125}], /*107*/
	['About', null, {'tt':'About options','sb':'About options','sw':113}, /*95*/
		['Wellness', '/back.php?name=about_wellness', {'tw':'_self','tt':'Why wellness matters','sb':'Why wellness matters'}],
		['FAQ\'s', '/back.php?name=faq', {'tw':'_self','tt':'Frequently asked questions','sb':'Frequently asked questions'}],
/*		['PrimeWellness', '/back.php?name=pwi', {'tw':'_self','tt':'About PrimeWellness','sb':'About PrimeWellness'}], */
		['Privacy Statement', '/back.php?name=privacy', {'tw':'_self','tt':'Privacy statement','sb':'Privacy statement'}]
	],
	['Education', null, {'tt':'Education options','sb':'Education options','sw':137}, /*119*/
		['Online Learning Modules', '/learning.php', {'tw':'_self','tt':'Online wellness training courses','sb':'Online wellness training courses'}],
		['Fitness', '/back.php?name=fitness', {'tw':'_self','tt':'Fitness information','sb':'Fitness information'}],
		['Nutrition', '/back.php?name=nutrition', {'tw':'_self','tt':'Nutrition information','sb':'Nutrition information'}]
	],
	['Health Library', './backi.php?name=well_index', {'tw':'_self','tt':'Health Library','sb':'Health Library','sw':152}], /*134*/
	/*
	['Shop Online', null, {'tt':'Buy great wellness products','sb':'Buy great wellness products','sw':96},
		['Women\'s Health', './store/home.php?cat=248', {'tw':'_blank','tt':'Women\'s health products','sb':'Women\'s health products'}],
		['Men\'s Health', 'http://primewellness.com/store/home.php?cat=249', {'tw':'_blank','tt':'Men\'s health products','sb':'Men\'s health products'}],
		['Cardiovascular', 'http://primewellness.com/store/home.php?cat=251', {'tw':'_blank','tt':'Products for a health heart','sb':'Products for a health heart'}],
		['Immune Support', 'http://primewellness.com/store/home.php?cat=252', {'tw':'_blank','tt':'Products for your immune system','sb':'Products for your immune system'}],
		['Bone and Joint Health', 'http://primewellness.com/store/home.php?cat=253', {'tw':'_blank','tt':'Bone & joint health products','sb':'Bone & joint health products'}],
		['Weight Management', 'http://primewellness.com/store/home.php?cat=262', {'tw':'_blank','tt':'Weight management products','sb':'Weight management products'}],
		['Antioxidants', 'http://primewellness.com/store/home.php?cat=255', {'tw':'_blank','tt':'Antioxidant/anti-aging products','sb':'Antioxidant/anti-aging products'}],
		['Meal Replacement', 'http://primewellness.com/store/home.php?cat=256', {'tw':'_blank','tt':'Meal replacement products','sb':'Meal replacement products'}],
		['Respiratory Health', './store/home.php?cat=263', {'tw':'_blank','tt':'Respiratory health products','sb':'Respiratory health products'}],
		['Vitamins', 'http://primewellness.com/store/home.php?cat=260', {'tw':'_blank','tt':'Vitamins and MultiVitamins','sb':'Vitamins and MultiVitamins'}],
		['Specialty', 'http://primewellness.com/store/home.php?cat=261', {'tw':'_blank','tt':'Wound care products and more','sb':'Wound care products and more'}]
	],
	*/
	['Newsletters', null, {'tt':'Online newsletters','sb':'Online newsletters','sw':142}, /*124*/
		['Recent', '/backi.php?name=newsletters', {'tw':'_self','tt':'Recent newsletters','sb':'Recent newsletters'}],
		['Archives', '/backi.php?name=archives', {'tw':'_self','tt':'Archived newsletters','sb':'Archived newsletters'}]
	],
	/*['RN Advice', './back.php?name=nurse', {'tw':'_self','tt':'Get advice from an expert','sb':'Get advice from an expert','sw':108}],*/
	['Contact Us', null, {'tt':'Contact PrimeWellness','sb':'Contact PrimeWellness','sw':122}, /*104*/
		['Customer Service', 'mailto:custserv@primewellness.com', {'tw':'_self','tt':'Contact PrimeWellness customer service','sb':'Contact PrimeWellness customer service'}],
		['Technical Support', 'mailto:support@primewellness.com', {'tw':'_self','tt':'Contact PrimeWellness technical support','sb':'Contact PrimeWellness technical support'}]
	]
];
