/*
  --- 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 Page', '../index.htm'],
	['Our Company', null, null,		
		['About Us', './aboutus.htm'],
		['Management', './management.htm'],
		['Employment', './employment.htm'],
	],
	['Our Services', null, null,
		['Overview', './services.htm'],
		['Training', './training.htm'],
		['Process Improvement', './process.htm'],
		['Project Management', './pm.htm'],
	],
	['Contact Us', null, null,
		['Contact Information', './contact.htm'],
		['Request Information', './request.htm'],
	],
];