
extraño... si quito todos los atributos que haz agregado... funciona...
Código:
<tr valign="top">
<td><a href="list_productos.asp?fam=1"><img title="1" name="Image6" border="1"></a></td>
<td><a href="list_productos.asp?fam=2"><img title="2" name="Image7" border="1"></a></td>
<td><a href="list_productos.asp?fam=3"><img longdesc="3" name="Image8" border="1"></a></td>
</tr>
intenta cambiar el orden de las funciones
Código PHP:
<tr valign="top">
<td width="206" height="210">
<div align="center">
<a href="list_productos.asp?fam=1">
<img src="images/btn_frutas1.jpg" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','images/btn_frutas2.jpg',1)" name="Image6" width="206" height="210" border="0"></a></div></td>
<td width="189">
<div align="center">
<a href="list_productos.asp?fam=2">
<img src="images/btn_tropicales1.jpg" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','images/btn_tropicales2.jpg',1)" name="Image7" width="189" height="210" border="0"></a></div></td>
<td width="172">
<div align="center">
<a href="list_productos.asp?fam=3">
<img src="images/btn_verduras1.jpg" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image8','','images/btn_verduras2.jpg',1)" name="Image8" width="172" height="210" border="0"></a></div></td>
</tr>

.. raro