	startMenuBar(692, 5);
	menuLabel('Home', 20, 140, '#3399ff', '#0066FF', '/index.html', null);
	menuLabel('Products', 1, 140, '#3399ff', '#0066FF', '/products/index.html', 'left');
	menuLabel('Applications', 2, 140, '#3399ff', '#0066FF', '/applications/index.html', 'left');
	menuLabel('Publications', 3, 140, '#3399ff', '#0066FF', '/publications/index.html', 'left');
	menuLabel('Contact', 21, 140, '#3399ff', '#0066FF', '/contact.html', 'right');
	endMenuBar(5);	
 