Bueno, josemari.
Ya lo tengo. Pero lo he hecho de otra forma, ya que con las funciones que hace el dreamweaver no me entero.
A ver. Esto es lo que tienes tú:
<a href="consultafide.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('ellofide','','images/ELOFIDE-over.gif',1)" target="consultafide"><img name="ellofide" border="0" src="images/ELOFIDE.gif" width="190" height="21" onMouseDown="MM_openBrWindow('consultafide.htm','c onsultafidee','width=262,height=302')" alt="Haciendo "click" aquí"></a><br>
<a href="consultaelofeda.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('ellofeda','','images/ELOFEDA-over.gif',1)" target="consultafeda"><img name="ellofeda" border="0" src="images/ELOFEDA.gif" width="190" height="30" onMouseDown="MM_openBrWindow('consultaelofeda.htm' ,'consultafedaa','width=262,height=302')" alt="Haciendo "click" aquí"></a>
y esto es lo que te propongo: (es un poquito más largo)
<a onmouseover="document.getElementById('ellofide').s rc='images/ELOFIDE-over.gif';document.getElementById('ellofeda').src= 'images/ELOFEDA-ELOFIDE_over.gif'"
onmouseout="document.getElementById('ellofide').sr c='images/ELOFIDE.gif';document.getElementById('ellofeda').s rc='images/ELOFEDA.gif'" href="consultafide.htm" target=consultafide><IMG onmousedown="MM_openBrWindow('consultafide.htm','c onsultafidee','width=262,height=302')" height=21 alt='Haciendo "click" aquí' src="images/ELOFIDE.gif" width=190 border=0
name=ellofide></a><BR>
<a onmouseover="document.getElementById('ellofeda').s rc='images/ELOFEDA-over.gif';document.getElementById('ellofide').src= 'images/ELOFIDE-ELOFEDA_over.gif'" onmouseout="document.getElementById('ellofeda').sr c='images/ELOFEDA.gif';document.getElementById('ellofide').s rc='images/ELOFIDE.gif'" href="consultaelofeda.htm" target=consultafeda><IMG onmousedown="MM_openBrWindow('consultaelofeda.htm' ,'consultafedaa','width=262,height=302')"
height=30 alt='Haciendo "click" aquí' src="images/ELOFEDA.gif" width=190 border=0 name=ellofeda></a>
Además tambien tienes que cambiar esto:
<body background="imagenes/encina.gif"bgproperties="fixed" onLoad="MM_preloadImages('images/ELOFIDE-over.gif','images/ELOFEDA-over.gif')">
por esto:
<body background="imagenes/encina.gif"bgproperties="fixed" onLoad="MM_preloadImages('images/ELOFIDE-over.gif','images/ELOFEDA-over.gif','images/ELOFIDE-ELOFEDA_over.gif','images/ELOFEDA-ELOFIDE_over.gif')">
Si siguen las dudas, dímelo.
Y tranquilo. Me gustan los retos. Que a cabezonería no me gana 'naide'.