Well you should be able to just use JavaScript window.open() method, or use the target=_blank attribute on an <a> tag.
<a href=image1.png target=_blank>image1.png</a>
<a href=javascript
:window.open('image1.png')>image1.p ng</a>
I think this should work.
Snib
P2P Member
<><