$(document).ready(function() {
    $("#tisch img[title]").tooltip({ tip: '#tooltip',opacity: 0.9,  effect: 'slide', offset: [10, 2]}).draggable({ containment: 'parent' }).mousedown(function(){$('#tooltip').hide();});
});

