Hola, pez:
¿Te refieres a esto?
Código PHP:
<html>
<head>
</head>
<body>
<img src="imagen1.gif"
onmouseover="document.getElementById('im').style.visibility='visible'"
onmouseout="document.getElementById('im').style.visibility='hidden'">
<img id="im" src="imagen2.gif" style="visibility:hidden">
</body>
</html>
Saludos,