/*
  --- 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,
		['Brochure', 'http://www.idahoweightloss.com/program/brochure/brochure.htm'],
		['Results', 'http://www.idahoweightloss.com/program/results.htm'],
		['Common Questions', 'http://www.idahoweightloss.com/program/questions.htm'],
		['Hall-of-Fame Photo Gallery', 'http://www.idahoweightloss.com/program/photogallery.htm'],
		['Medical Weight Loss for Men', 'http://www.idahoweightloss.com/program/men.htm'],
		['ASBP Principles of Excellence', 'http://www.idahoweightloss.com/program/principles.htm']
	],
	['About Us', null, null,
		['Dr. Rader', 'http://www.idahoweightloss.com/about/rader.htm'],
		['Clinic Staff', 'http://www.idahoweightloss.com/about/staff.htm'],
		['Clinic Locations', 'http://www.idahoweightloss.com/about/clinics.htm']
	],
	['Patient Area', null, null,
		['FAQ', 'http://www.idahoweightloss.com/patient/faq/weightlossresults.htm'],
		['Glucophage', 'http://www.idahoweightloss.com/patient/glucophage.htm'],
		['Bulletin Board', 'http://www.idahoweightloss.com/phpBB', {'tw' : '_blank'}],
		['Input Sheet', 'http://www.idahoweightloss.com/patient/inputsheet/inputsheet.htm']
	],
	['News & Events', null, null,
		['Fox 12 Story', 'http://www.idahoweightloss.com/news/foxclips.htm'],
		['Twin Falls Office', 'http://www.idahoweightloss.com/news/twinfalls.htm']
	],
	['Tools', null, null,
		['BMI Chart', 'http://www.idahoweightloss.com/tools/bmi.htm']
	],
	['Other Links', null, null,
		['Medical Bariatrics America', 'http://www.mbamd.net/', {'tw' : '_blank'}],
		['ABBM', 'http://www.abbmcertification.org/', {'tw' : '_blank'}],
		['ASBP', 'http://www.asbp.org/', {'tw' : '_blank'}],
		['UK College of Medicine', 'http://www.mc.uky.edu/medicine/', {'tw' : '_blank'}]
	],
];

