Load image same page no popup

hello everyone,

i don’t know how to go about implementing this… here’s the code for a 5x1 table:

<table width="27%" border="1" cellspacing="0" cellpadding="1">
  <tr> 
	<td>Thumbnail 1</td>
  </tr>
  <tr> 
	<td>Thumbnail 2</td>
  </tr>
  <tr> 
	<td>Thumbnail 3</td>
  </tr>
  <tr> 
	<td>Thumbnail4</td>
  </tr>
  <tr> 
	<td>Loaded Thumbnail Goes here</td>
  </tr>
</table>

I have 4 links, each is a thumbnail and when clicked, will load the enlarged image. But I would like it to be loaded in the current page, in the current cell with the text “Loaded Thumbnail Goes Here”.

There are about 20 tables of this type on one page.

thanks!
-chris