/* Tigra Menu items structure */
var MENU_ITEMS = [
	['TMG Services Corporation', 'aboutus.htm', {'sb':'Learn about TMG Services Corporation'}],
	['TMG Value Proposition', 'valueprop.htm', {'sb':'Learn about TMG Value to our customers'}],
	['Frequency/Loyalty Marking', 'frequencyloyalty.htm'],
	['Incentive/Motivation', 'incentive.htm'],
	['Service Recognition Awards', 'servicerecognition.htm'],
	['Group Incentive Travel', 'groupincentivetravel.htm'],
	['Individual Travel Awards', 'individualtravel.htm'],
	['Why Incentives Work', 'whyincentiveswork.htm'],
	['Why Loyalty Programs Work', 'whyprogramswork.htm'],
	['TMG Demos', 'contactus.htm']
/* 1. Remove these comments in this section to add the 101 buttons */
/* 2. Add a comma at the end of the Demos line above */
/* 3. Leave the four (4) 101 lines */
/* start of comment block around 101 buttons ... remove this line
	['TMG 101', null, null,
		['Frequency/Loyalty 101', 'frequencyloyalty_101.htm'],
		['Incentive/Motivation 101', 'incentive_101.htm'],
		['Service Recognition 101', 'servicerecognition_101.htm']
	]
end of comment block around 101 buttons ... remove this line */	
];

