extend: function() { this.bind('thumbnail', function(e) { var desc = "" + this.getData( e.index ).title + "
" + this.getData( e.index ).description; if (desc) { this.bindTooltip( e.thumbTarget, desc ); } });}