/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
  
  Modified by David West 2004
*/
var MENU_ITEMS = [
	['Home', 'http://lifestylemanagement.com/index.htm', null,
	],
	['About Us', 'http://lifestylemanagement.com/about_us.htm', null,
		['Faculty/Staff', 'http://lifestylemanagement.com/faculty.htm', null],
	],
	['Contact Us', 'http://lifestylemanagement.com/contact_us.htm', null,
		//['Contact Us', 'http://lifestylemanagement.com/contact_us.htm', null],
		//['Contact Form', 'http://lifestylemanagement.com/contact_form.htm', null],
		//['Join our Email List', 'http://lifestylemanagement.com/join_our_email_list.htm', null]
	],
	['Nutrition for Prof. Workshop', 'http://lifestylemanagement.com/lectures_workshops.htm', null,
		['Schedule', 'http://lifestylemanagement.com/jap/18hour.htm#spring', null],
		//['Continuing Education Courses', 'http://lifestylemanagement.com/nutrition_continuing_education.htm', null],
		//['Lectures/Workshops', 'http://lifestylemanagement.com/lectures_workshops.htm', null,
			//['Registration Form', 'http://lifestylemanagement.com/nutspecregistration.htm', null],
			//['Schedule', 'http://lifestylemanagement.com/schedule.htm', null]
	],
	['Home Study Courses', 'http://lifestylemanagement.com/home_study_courses.htm', null,		
			//['Registration Form', 'http://lifestylemanagement.com/nutspecregistration.htm', null],
			//['Schedule', 'http://lifestylemanagement.com/schedule.htm', null]			
	],
		//['Incorporating Nutrition', 'http://lifestylemanagement.com/incorporating_nutrition.htm', null,
		    //['Registration Form', 'http://lifestylemanagement.com/incorporating_nutrition_registration_form.htm', null]
			/*['Registration Form', null]*/
		//],
		//['Faculty/Staff', 'http://lifestylemanagement.com/faculty.htm', null,
			//['Dr. Jane Pentz', 'http://lifestylemanagement.com/dr_jane_pentz.htm', null],
			//['Greg Salgueiro', 'http://lifestylemanagement.com/greg_salgueiro.htm', null],
			//['Dawn Weatherwax-Fall', 'http://www.lifestylemanagement.com/faculty_weatherwax.htm', null],
			//['Nicole Byrd', 'http://www.lifestylemanagement.com/faculty_nicolebyrd.htm', null],
			//['Becki Knobloch', 'http://lifestylemanagement.com/faculty_beckiknobloch.htm', null],
			//['Ann Glora', 'http://lifestylemanagement.com/faculty_annglora.htm', null],
			//['Pam Giese', 'http://www.lifestylemanagement.com/faculty_giese.htm', null],
			//['Tyler Aiken', 'http://www.lifestylemanagement.com/faculty_aiken.htm', null],
			//['Joanna Sharp', 'http://lifestylemanagement.com/joanna_sharp.htm', null],
			//['Susan Burbridge', 'http://lifestylemanagement.com/susan_burbridge.htm', null],
			//['Sara Hauber', 'http://lifestylemanagement.com/sara_hauber.htm', null],
			//['Bob Pentz', 'http://www.lifestylemanagement.com/faculty_bobpentz.htm', null]			
		//],
		//['Licensure Laws', 'http://lifestylemanagement.com/licensure_laws.htm', null]	
		/*['Falcon Drivetech', 'http://www.drivetech.net'],
		['West Sound Studio', 'http://www.weststudio.com']*/
	//],
	['Nutrition Specialist Credential', 'http://lifestylemanagement.com/certification.htm', null,
		['Licensure Laws', 'http://lifestylemanagement.com/licensure_laws.htm', null],
		//['Certification', 'http://lifestylemanagement.com/certification.htm', null],
		//['Certification Commission', 'http://lifestylemanagement.com/certification_commission.htm', null,
			//['Board Members', 'http://lifestylemanagement.com/cc_board_members.htm', null]
		//],
		//['Advanced Nutrition Manager Pgm', 'http://lifestylemanagement.com/advanced_program.htm'],
	],
	['Frequently Asked Questions', 'http://lifestylemanagement.com/faq.htm', null],
	//['Find a Lifestyle Coach', 'http://lifestylemanagement.com/find_a_lifestyle_coach.htm', null,
		//['Find a Lifestyle Coach', 'http://lifestylemanagement.com/find_a_lifestyle_coach.htm', null],
		//['Find a Nutrition Specialist', 'http://lifestylemanagement.com/jap/find_a_nutrition_specialist.htm', null],
		//['Find a Nutrition Manager', 'http://lifestylemanagement.com/jap/find_a_nutrition_manager.htm', null],
	//],
	['Host a Workshop', 'http://lifestylemanagement.com/hostworkshop.htm', null,
	//['Members Center', 'http://lifestylemanagement.com/members_center.htm', null,
		//['Members Center', 'http://lifestylemanagement.com/members_center.htm', null],
		//['Frequently Asked Questions', 'http://lifestylemanagement.com/faq.htm', null],
	],
	//['Nutrition Manager', 'http://lifestylemanagement.com/advanced_program.htm', null,
		//['Facility Owners', 'http://lifestylemanagement.com/facility_owners.htm', null]
	//],
	['Online Store', 'http://www.lifestylemanagementstore.com', null,
		//['Publications & Products', 'http://lifestylemanagement.com/publications_and_products.htm', null],
		//['Publications', 'http://lifestylemanagement.com/publications.htm', null],
		//['Products', 'http://lifestylemanagement.com/products.htm', null],		
		//['Articles', 'http://lifestylemanagement.com/articles.htm', null],
		//['Order', 'http://lifestylemanagement.com/order.htm', null]
	],
];

