	bC = null;
	
	startMenuBar(400, 5);
	menuLabel('Home', 1, 80, '', '', 'index.php?p=home', 'left');
  menuLabel('<b>ProWebshops</b>', 2, 80, '', '', 'index.php?p=webshops', 'left');
	menuLabel('Profiel', 3, 80, '', '', 'index.php?p=wie_zijn_wij', 'left');
	menuLabel('Portfolio', 4, 80, '', '', 'index.php?p=portfolio', 'left');
	menuLabel('Headers', 5, 80, '', '', 'index.php?p=headers', 'left');
	menuLabel('Handleiding', 6, 80, '', '', 'index.php?p=handleiding_prowebshops', 'left');
	menuLabel('Reseller', 7, 80, '', '', '../reseller/index.php', 'left');
	menuLabel('Contact', 8, 80, '', '', 'index.php?p=contact', 'left');
	endMenuBar(8);	
 
 	/*
	startMenubar(TotaleBreedteMenu, AantalMenu's)
	MenuLabel('naamMenu', 'menuNummer', 'menuBreedte', 'kleurUit', 'kleurOver', 'Link', 'Alignment')
	*/
