function tooltip(id){
		$(id).ezpz_tooltip({
			contentPosition: 'belowStatic',
			stayOnContent: true,
			offset: 10
		});
}
