/*
  --- 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.
*/

var MENU_ITEMS = [
	['Our Program', null, null,
		['Brochure', 'http://www.lexingtonkyweightloss.com/program/brochure/brochure.htm'],
		['Results', 'http://www.lexingtonkyweightloss.com/program/results.htm'],
		['Common Questions', 'http://www.lexingtonkyweightloss.com/program/questions.htm'],
		['Hall-of-Fame Photo Gallery', 'http://www.lexingtonkyweightloss.com/program/photogallery.htm'],
		['Medical Weight Loss for Men', 'http://www.lexingtonkyweightloss.com/program/men.htm'],
		['ASBP Principles of Excellence', 'http://www.lexingtonkyweightloss.com/program/principles.htm']
	],
	['About Us', null, null,
		['Our Physicians', 'http://www.lexingtonkyweightloss.com/about/physicians.htm'],
		['MBL Staff', 'http://www.lexingtonkyweightloss.com/about/staff.htm'],
		['Clinic Locations', 'http://www.lexingtonkyweightloss.com/about/clinics.htm']
	],
	['Patient Area', null, null,
		['FAQ', 'http://www.lexingtonkyweightloss.com/program/questions.htm'],
		['Medications', 'http://www.lexingtonkyweightloss.com/program/medications.htm'],
	],
	['News & Events', null, null,
		['Obesity Awareness', 'http://www.lexingtonkyweightloss.com/news/ObesityArt.htm'],
		['Obesity Stress Link', 'http://www.lexingtonkyweightloss.com/news/ObesityStressArt.htm'],
		['Alli Medication', 'http://www.lexingtonkyweightloss.com/news/AlliArt.htm']
	],
	['Tools', null, null,
		['BMI Chart', 'http://www.lexingtonkyweightloss.com/tools/bmi.htm']
	],
	['Other Links', null, null,
		['ABBM', 'http://www.abbmcertification.org/', {'tw' : '_blank'}],
		['ASBP', 'http://www.asbp.org/', {'tw' : '_blank'}],
	],
];

