/*
  --- menu items --- 
*/
var MENU_ITEMS = [
	['home page', 'jdb-top.htm', null],
	['about us', 'jdb-p01.htm', null,
		['how do we add value?', 'jdb-p01.htm#A01', null],
		['Duncan Bremner', 'jdb-p01.htm#A02', null],
		['associated companies', 'jdb-p01.htm#A03', null]
	],
	['contact us', 'jdb-p02.htm', null,
		['by e-mail', sendComment(), null],
		['address', 'jdb-p02.htm', null],
		['map', 'http://www.streetmap.co.uk/newprint.srf?x=369316&y=432946&z=1', null]
	],
	['services', 'jdb-p03.htm', null,
		['process and product quality improvement', 'jdb-p03.htm#A01', null],
		['information and control systems', 'jdb-p03.htm#A02', null],
		['project management', 'jdb-p03.htm#A03', null],
		['product support', 'jdb-p03.htm#A04', null]
	],
	['projects', 'jdb-p04.htm', null,
		['process and product quality improvement', 'jdb-p04.htm#A01', null],
		['information and control systems', 'jdb-p04.htm#A02', null],
		['project management', 'jdb-p04.htm#A03', null],
		['product support', 'jdb-p04.htm#A04', null]
	]
];
