Hallo Gregor,
Du kannst das ganze mit hilfe von popups realisieren
http://de.selfhtml.org/javascript/objekte/window.htm#allgemeines
<beispiel>
<a href='#' onClick="window.open('img_big.jpg','img-name','width=100,height=100,
toolbar=no, status=no, menubar=no, scrollbars=no,resizable=no')">
<img src="img_small.jpg>
</a>
oder
<a href="javascript:window.open('img_big.jpg','img-name','width=100,height=100,
toolbar=no, status=no, menubar=no, scrollbars=no,resizable=no')">
<img src="img_small.jpg>
</a>
</beispiel>
Gruß mich