	startMenuBar(900, 36);
	menuLabel('News', 1, 100, '#e0e0e0', '#ffffff', './news_current.html', 'left');
	//Img_menuLabel(1, 'images/menuitems/on.gif', 'images/menuitems/off.gif', 'about', 'left');
	menuLabel('Media', 2, 100, '#e0e0e0', '#ffffff', './media_int.html', 'left');
	menuLabel('Biography', 3, 100, '#e0e0e0', '#ffffff', './bio_about.html', 'left');
	menuLabel('Filmography', 4, 100, '#e0e0e0', '#ffffff', './film.html', 'right');
	menuLabel('Art Gallery', 5, 100, '#e0e0e0', '#ffffff', './art.html', 'right');
	menuLabel('Music', 6, 100, '#e0e0e0', '#ffffff', './music.html', 'right');
	menuLabel('Store', 7, 100, '#e0e0e0', '#ffffff', './store.html', 'right');
	menuLabel('MySpace', 8, 100, '#e0e0e0', '#ffffff', 'http://www.myspace.com/wwwcoralinanet', 'right');
	menuLabel('Contact', 9, 100, '#e0e0e0', '#ffffff', './contact.html', 'right');
	endMenuBar(9);	
