/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', {'sw':70}],
	['Primary Care', 'primary.htm', {'sw':130}],
	['Client Services <img src=images/adblue.gif>', 'service.htm', {'sw':140,'bl':10},
		['Telemonitoring', 'monitor.htm']
	],
	['Community Outreach', 'community.htm', {'sw':160}],
	['Memorial Fund', 'memfund.htm', {'sw':140}],
	['About MKM', 'aboutmkm.htm', {'sw':110}]
];

