function startBezel() {
	Growl.Bezel({
		image: '/mod/Shop02/cart.png',
		title: 'Het artikel is toegevoegd aan uw winkelwagen!',
		text: 'Klik op afrekenen om uw bestelling af te ronden',
		duration: 2.0
	});
	return false;
}
