	startMenuBar(700, 5);
	menuLabel('Home', 13, 110, '#DC143C', '#8D0000', 'home.asp', null);
	menuLabel('Company Info', 1, 180, '#DC143C', '#8D0000', 'AboutUS.asp', 'left');
	menuLabel('Services', 2, 170, '#DC143C', '#8D0000', 'Services.asp', 'left');	
	menuLabel('Imaging', 3, 190, '#DC143C', '#8D0000', 'ImagingFAQs.asp', 'left');
	menuLabel('Customer Center', 4, 190, '#DC143C', '#8D0000', 'OnlineServices.asp', 'right');
	
	endMenuBar(5);	
 