﻿$(function() {
    $('.clientImage').tooltip({
        track: true,
        showURL: false,
        bodyHandler: function() {
            return "<div id='tooltip_border'><img src='" + $(this).attr('popoutimage') + "' /></div>";

        }
    });
});