/* =STS=> menu_items.js[1247].ad03   submit   SMID:7 */
/*
  --- 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 = [
	['About', 'about.html', null,
		['Overview', 'about.html'],
		['Management', 'management.html'],
		['News', 'news.html'],
		['Published CM Articles', 'CMarticles.html'],
		['Careers', 'careers.html'],
		['Contact Neuma', 'contact.html'],
	],
	['Products', 'products.html', null,
		['Products Overview', 'products.html'],
		['CM+ Applications', 'applications.html'],
		['CM+ Enterprise', 'enterprise.html'],
		['CM+ Professional', 'professional.html'],
		['CM+ MultiSite', 'MultiSite.html'],
		['CM+ Architecture', 'architecture.html'],
		['Compare Products', 'compare.html'],
		['Supported Platforms', 'platforms.html'],
		['IDE Integration', 'IDEintegration.html'],
		['CMII Profile for CM+', 'CMII.html'],
		['Screen Shots', 'ScrnShots.html'],
	],
	['Solutions', 'solutions.html', null,
		['Solutions Overview', 'solutions.html'],
		['Application Lifecycle Management', 'enterprise.html'],
		['Software Configuration Management', 'professional.html'],
		['By Industry Sector', 'CustProfiles.html'],
		['Build Your Business Case', 'CMGoals.html'],
		['White Papers', 'whitepaper.html'],
	],
	['Services', 'services.html', null,
		['Services Overview', 'services.html'],
		['Consulting', 'consulting.html'],
		['Training', 'training.html'],
		['Support', 'techsupport.html'],
	],
	['Support', null, null,
		['Downloads', 'downloads.html'],
		['Help', 'http://www.help.neuma.com/WebHelp/WHStart.htm'],
	],
];

