	startMenuBar(800, 13); //(menu width, nemu items count) in brackets
    //menuLabel('Button Label', 'submenu ID number: null for no submenu', 'button width: null for automatic width', 'hover color', 'button color', 'url', 'text alignment');
	menuLabel('', null, 12, '#0074B2', '#0074B2', '', 'left');
	menuLabel('<b>Home</b>', null, null, '#0074B2', '#0074B2', 'index.php', 'left');
	menuLabel('|', null, 5, '#0074B2', '#0074B2', '', 'left');
    menuLabel('<b>About Us</b>', 1, null, '#0074B2', '#0074B2', '', 'left');
	menuLabel('|', null, 5, '#0074B2', '#0074B2', '', 'left');
	menuLabel('<b>Services</b>', 6, null, '#0074B2', '#0074B2', '', 'left');
	menuLabel('|', null, 5, '#0074B2', '#0074B2', '', 'left');
	menuLabel('<b>Products</b>', 2, null, '#0074B2', '#0074B2', '', 'left');
	menuLabel('|', null, 5, '#0074B2', '#0074B2', '', 'left');
    menuLabel('<b>Markets</b>', 7, null, '#0074B2', '#0074B2', '', 'left');
	menuLabel('|', null, 5, '#0074B2', '#0074B2', '', 'left');
    menuLabel('<b>Channel Partners</b>', 8, null, '#0074B2', '#0074B2', '', 'left');
	menuLabel('|', null, 5, '#0074B2', '#0074B2', '', 'left');
    menuLabel('<b>Careers</b>', 3, null, '#0074B2', '#0074B2', '', 'left');
	menuLabel('|', null, 5, '#0074B2', '#0074B2', '', 'left');
    menuLabel('<b>Demo</b>', 4, null, '#0074B2', '#0074B2', '', 'left');
    menuLabel('', null, 12, '#0074B2', '#0074B2', '', 'left');
	endMenuBar(13);
