OK, for the thumb size image, the path the database is returning is:
http://www.toodles.com/productCatalog/t_ikola_thumb.jpgand for the larger image:
http://www.toodles.com/productCatalog/t_ikola.jpgThe actual location (as I've found from playing around are:
http://www.toodles.com/source/img/t_ikola_thumb.jpgand
http://www.toodles.com/source/img/t_ikola.jpgso perhaps this would work:
<td><img src="/source/img/<%=Thumb%>"
/> </td>
and
<td><img src="/source/img/<%=Image%>"
/> </td>