$(function() {
	$("#trova-agente").tooltip({ 
		events: {def:"click,mouseout"}, 
		position: 'bottom center',
		effect: 'fade',
		tip: '#tooltip-agenti'
	});
	$("#trova-zona").tooltip({
		events: {def:"click,mouseout"},  
		position: 'bottom center',
		effect: 'fade',
		tip: '#tooltip-zone'
	});
	$(".scrollable").scrollable();
})
