Where you have this or something like it:
HTML Code:
<div id="loadarea" style="width: 500px">
This DIV will show my enlarged images!
</div>
Just put in the image you want, ex:
HTML Code:
<div id="loadarea" style="width: 500px">
<img src="whatever.jpg" alt="">
</div>
You may even include a description if you like/have one for that image:
HTML Code:
<div id="loadarea" style="width: 500px">
<img src="whatever.jpg" alt=""><br>
Some descriptive text for the image
</div>
In fact, you may place any ordinary valid HTML code in there that you like. It will be overwritten once a thumbnail is activated.
Bookmarks