pointer1="images/blank.gif" pointer2="images/pointer1.gif" function mouseon(which) { if (document.images) which.src=pointer2 } function mouseoff(which) { if (document.images) which.src=pointer1 }