i dont even wanna know why u posts in the "Archive"
you can do it in PHP very easily with a simple script but if you want it HTML the its the long process of having 2 version of all of your images and re-writing all the links so instead of being
PHP Code:
<a href="thumbs/image1.jpg"><img src="image1.jpg"></a>
to
PHP Code:
<a href="thumbs/image1.jpg" target="_blank"><img src="image1.jpg"></a>