He hecho lo siguiente:
Código HTML:
<html> <head> <title>Prueba</title> </head> <body> <table width="100%" border="0" cellpadding="00" cellspacing="0"> <tr> <td><div align="center"><img src="" alt="imagen" name="imagen" width="500" height="375" id="imagen"></div></td> </tr> <tr> <td><div align="center"> <script> function cambiar(var ruta){ document.imagen.src=ruta; } </script> <a href="javascript:cambiar(fotos/000_0922.JPG);"><img src="fotos/000_0922.JPG" width="100" border="0"></a></div></td> </tr> </table> </body> </html>