This cannot be done simply by editing the call to the enlarged image. Extensive editing of the thumbnail image viewer script would be required. This section is where the contents of the DHTML pop up are set for each call:
Code:
crossobj.innerHTML='<div align="right" id="dragbar"><span id="closetext" onClick="closepreview()">Close</span> </div><img src="'+which+'">'
The red which (near the end in the above) represents the url of the larger image in the call (red also, from the demo):
Code:
<a href="photo1.jpg" onClick="return enlarge('photo1.jpg',event)">
<img src="thumbnail.gif" border="0"></a>
Bookmarks