/*
  --- 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 = [
	['Home', 'default.aspx', 'Home'],
	['Solutions', null, null,
		['Sarbanes-Oxley Compliance', 'egov.sox.aspx'],
		['Internal Audit', 'egov.ia.aspx'],
		['Model Audit Rule Compliance', 'egov.mar.aspx'],
		['Contract Management', 'egov.cm.aspx'],
		['Policy Management', 'egov.pol.aspx'],
	],
	['Features', null, null,
		['Functionality', 'egov.functionality.aspx'],
		['On-Demand', 'egov.ondemand.aspx'],
		['Editions', 'egov.editions.aspx'],
	],
	['Benefits', null, null,
		['Flexibility', 'egov.flexibility.aspx'],
		['Intuitiveness', 'egov.intuitive.aspx'],
		['Client Satisfaction', 'egov.customerservice.aspx'],
		['Return On Investment', 'egov.roi.aspx'],
	],
	['Next Steps', null, null,
		['Web Teaser', 'requestweb.aspx'],
		['Request a Demo', 'requestidemo.aspx'],
		['Contact us', 'contact.aspx'],
	],
	['Company', null, null,
		['About Us', 'company.aspx'],
		['Careers', 'careers.aspx'],
		['Contact us', 'contact.aspx'],
	],
	['Points of Interest', 'news.aspx', 'Read About the Difference'],
];

