/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'tw':'_self','sb':'Home (index.html)'}],
	['MAI In Brief', 'inbrief.html', {'tw':'_self','sb':'MAI In Brief (inbrief.html)'}],
	['Products and Services', 'prodservs.html', {'tw':'_self','sb':'Products and Services (prodservs.html)'},
		['Map Process', 'mapproc.html', {'tw':'_self','sb':'Map Process (mapprocs.html)'}],
		['International MAPs', 'imaps.html', {'tw':'_self'}],
		['Methodology', 'method.html', {'tw':'_self','sb':'Methodology (method.html)'}],
       ['Applying Maps', 'applymaps.html', {'tw':'_self','sb':'Applying    Maps (mapapps.html)'}]
       ],
	['Specialized Services', 'specservs.html', {'tw':'_self','sb':'Specialized Services (specservs.html)'},
		['Marketing Management', 'specservs.html#mktmgmt', {'tw':'_self','sb':'Marketing Management (specservs.html#mktmgmt)'}],
		['Investment Assessment', 'investasmnt.html', {'tw':'_self','sb':'Investment Assessment (investasmnt.html)'}],
		['Staffing Management', 'specservs.html#staffmgmt', {'tw':'_self','sb':'Staffing Management (specservs.html#staffmgmmt)'}]
	],
	['About Us', null, null,
		['Company Background', 'background.html', {'tw':'_self','sb':'Company Background (background.html)'}],
		['Senior Staff', 'snrstaff.html', {'tw':'_self','sb':'Senior Staff (snrstaff.html)'}]
	],
	['MAI Publications', 'maipubs.html', {'tw':'_self','sb':'MAI Publications (maipubs.html)'}],
	['Clients', 'clientlist.html', {'tw':'_self','sb':'Clients (clientlist.html)'}],
	['Contact Us', 'contactus.html', {'tw':'_self','sb':'Contact Us (contactus.html)'}]
];
