/*
  --- menu items --- 
*/
var MENU_ITEMS = [
	['home', 'home.php#overview', null],
	['services', 'cse.php#prin serv', null,
		['consulting software engineer', 'cse.php#prin serv sw eng', null,
			['IT strategy', 'cse.php#swengStrat', null],
			['e-Commerce strategy', 'cse.php#swengEcomm', null],
			['requirements analysis and specification', 'cse.php#swengReq', null],
			['feasibility studies', 'cse.php#swengFeas', null],
			['system specification and design', 'cse.php#swengSS', null],
			['project planning', 'cse.php#swengPP', null],
			['procurement management', 'cse.php#swengPM', null],
			['tender evaluation', 'cse.php#swengPM', null],
			['contract negotiation', 'cse.php#swengCN', null],
			['contract supervision', 'cse.php#swengCS', null],
			['project management', 'cse.php#swengCS', null],
			['supervision of acceptance tests', 'cse.php#swengAcc', null]
		],
		['quality management', 'qm.php#prin serv qm', null],
		['software auditor', 'sa.php', null],
		['IT and the Law', 'law.php', null],
		['computer programming', 'cp.php#prin serv prog', null],
		['Web-site design', 'cp.php#prin serv prog', null]
	],
	['policies', null, null,
		['quality policy', 'Qpolicy.php', null],
		['health and safety', 'HandSpolicy.php', null],
		['environment policy', 'Epolicy.php', null],
		['business integrity', 'BIpolicy.php', null],
		['equal opportunity policy', 'EOpolicy.php', null]
	],
	['articles and publications', 'arts.php#publications', null],
	['technical papers', 'techPapers.php#papers', null],
	['addresses and maps', 'addr.php#addresses', null],
	['send e-mail', 'mailto:gk@gkirk.com?subject=from_web_site', null],
	['cv of Gordon Kirk', 'cv.php#cv', null],
	['FLINT Organization', 'flint.php#flint', null],
	['useful links', 'useful.php#links', null]
];
