If you use the following code it will work in netscape, IE, mozilla or whatever.
In your header, define the images and a function to swap them
<SCRIPT LANGUAGE="JavaScript1.1">
<!--
{
but0 = new Image();
but0.src = "image1.jpg";
but1 = new Image();
but1.src = "image2.jpg";
}
function...