/* Tigra Menu items structure */
var MENU_ITEMS = [


     ['HOME', '../index.php'],
	 ['  ',  null, null],

	 ['GREAT PRODUCTS', null, null,
	 ['  ',  null, null],
		 ['REMEDIES', '../remedy-prod.php'],
		 ['WEIGHT LOSS', '../wt-loss-prod.php'],
		 ['HEALTH', '../health.php'],
		 ['OTHER',  '../other.php'],
	],

	 ['UPCOMING EVENTS', '../events.php'],
     ['  ',  null, null],

	 ['MOTIVATION FOR HEALTH', '../motivation.php'],
	 ['  ',  null, null],
	 ['HEALTH SHOWS-TV-RADIO', '../tv.php'],
	 ['  ',  null, null],
	 ['NUTRITION INFO',  '../info.php'],
	 ['  ',  null, null],
	 ['FAMILY NUTRITION', '../family.php'],
	 ['  ',  null, null],
	 ['RECIPES', '../recipes.php'],
	 ['  ',  null, null],
	 ['REMEDIES-ILLNESSES', '../remedies.php'],
	 ['  ',  null, null],
	 ['HEALTH HABITS', '../habits.php'],
	 ['  ',  null, null],


	 ['  ',  null, null],

	 ['ARTICLES', null, null,
	 ['  ',  null, null],
		 ['Jan 2008', '/jan08/index.php'],
		 ['Feb 2008', '/feb08/index.php'],		 
		 ['Mar 2008', '/mar08/index.php'],
		 ['Apr 2008', '/apr08/index.php'],
		 ['May 2008', '/may08/index.php'],
		 ['Jun 2008', '/june08/index.php'],
		 ['Jul 2008', '/july08/index.php'],
		 ['Aug 2008', '/aug08/index.php'],
		 ['Future Months',  null, null],		 
		 ['  ',  null, null],
	],

	 ['CONSULTATIONS', '../nutr-conslt.php'
		 ['  ',  null, null],
		 ['Hair Analysis', '../hair-test.php'],
		 ['Nutrition', '../full-conslt.php'],
		 ['Detox', '../detox-conslt.php'],
		 ['Cooking', '../cooking-conslt.php'],
		 ['Diabetes', '../diabetes.php'],
		 ['Weight Loss', '../weight-loss.php'],
	],

	 ['  ',  null, null],

	 ['CONTACT US', '../contact.htm'
		 ['  ',  null, null],
		 ['Bio', '../drdonna-bio.htm'],
		 ['Media', '../media.htm'],
		 ['Terms', '../terms.htm'],
		 ['Privacy', '../privacy.htm'],
		 ['Partner with us', '../partner.htm'],
		 ['  ',  null, null],
	],

];



