	startMenuBar(650, 4);
	menuLabel('Home', 0, 170, '#6E7F7A', '#6E7F7A', 'index.html', 'null');
	menuLabel('About us', 1, 170, '#6E7F7A', '#6E7F7A', '2-overview.html', 'left');
	menuLabel('Research', 2, 170, '#6E7F7A', '#6E7F7A', '3-overview.html', 'left');
	menuLabel('Collaborations', 3, 170, '#6E7F7A', '#6E7F7A', '4-collab1.html', 'left');
	menuLabel('News/Events', 4, 170, '#6E7F7A', '#6E7F7A', '5-news.html', 'left');
	menuLabel('Contact us', 5, 200, '#6E7F7A', '#6E7F7A', '6-keycontacts.html', 'left');
	endMenuBar(4);	
 
