startMenuBar(null, 200);

	menuLabel('Home', 1, 80, '#FFB000', '#000000', 'main.html', 'left');
	menuLabel('Contact Us', 2, 100, '#FFB000', '#000000', 'contact_us.html', 'left');
	menuLabel('View Movie', 3, 100, '#FFB000', '#000000', 'index.html', 'left');
endMenuBar(1);