x il problema delle immagini non so che dirti
se provo questo non mi da errori
codice:
<html>
<head>
<script type="text/javascript">
function preload(){
myImage00=new Image()
myImage00.src="animata.gif"
myImage01=new Image()
myImage01.src="statica.gif"
}
</script>
</head>
<body onload="preload()">
<table>
<tr><td style="background-image:url('statica.gif')" onmouseover="this.style.backgroundImage='url(\''+image00.src+'\')'" onmouseout="this.style.backgroundImage='url(\''+image01.src+'\')'">aaa</td>
</tr></table>
</body>
</html>
prendi il codice col quote che la formattazione del forum toglie i backslash