i found one bug in the latest release:
when i click on ExpandFull image to expand to actual size it expands and then original image is open. in previous version everything was fine
an exception appears in function HsExpander.prototype.doFullExpand:
// reposition overlays
for (x in this.overlays) {
hs.purge(this.overlays[x]);
//HERE!!!!!!!!!!!!!!!!!!! this.overlays[x].parentNode.removeChild(this.overlays[x]);
}