


new Tip('demo_simple', "A simple tooltip, nothing fancy just yet ...", { width: 'auto', border: 1, radius: 1 });


new Tip('demo_style', "Prototip makes it easy to style your tooltips. Create your own style in no-time with just a few lines of code.", {
				title: "Let's add a bit more style",
				style: 'protoblue'
});



			
			new Tip('demo_hook2', "When stems and hooking are combined, a lot of variations become possible.", {
				title: "Stems + Hooking",
				style: 'creamy',
				stem: 'bottomLeft',
				hook: { target: 'topMiddle', tip: 'bottomRight' },
				offset: { x: -30, y: -3 },
				width: 150
			});

