<!---------------------------------------------------------------------------------------
  ThumbHTML - individual image template with no link
  --------------------------------------------------

  This is the template for the individual image HTML.  
  You can use the following 'variables':

  <!--image_filename-->   Filename (not path) of the individual image
  <!--image_width-->      Width of image, in pixels
  <!--image_height-->     Height of image, in pixels
  <!--caption-->          Image caption (comments)

  ThumbHTML 2.7.8
  Jeff Waldock, December 10, 2003.
------------------------------------------------------------------------------------------>
<img src="thumb/<!--image_filename-->" hspace="0" vspace="0" border="0" width="<!--image_width-->" height="<!--image_height-->" alt="<!--caption-->" />