$(function() {
$('#tonus').tooltip({
	delay: 5,
	showURL: false,
	bodyHandler: function() {
		return $("<img/>").attr("src", this.src);
	}
});
});
