function create_tip(title, element, content){
	new Tip(element, content, {
	    className: 'energyfactory',
	    //images: '/public/images/prototip',
		title: title,
		border: 4,
		borderColor: '#000',
		radius: 4,
		stem: 'topLeft',
		hook: {tip: 'topLeft', mouse: true },
		offset: {x: 0, y: 25 },
		width: 'auto',		
	});
}
// End Prototip



