	startMenuBar(600, 5, '#000099');

	menuLabel('about us', 0, 120, '#3333bb', '#6666bb', 'about.htm', 'center', '#000099');
	menuLabel('products', 1, 120, '#3333bb', '#6666bb', '', 'left', '#000099');
	menuLabel('bespoke', 2, 120, '#3333bb', '#6666bb', 'bespoke.htm', 'left', '#000099');
	menuLabel('contact us', 3, 120, '#3333bb', '#6666bb', 'contact.htm', 'right', '#000099');
	menuLabel('home page', 4, 120, '#3333bb', '#6666bb', 'index.htm', 'right', '#000099');
	endMenuBar(5, '#000099');	
