
function Rollover (a, b) {
   if (document.images) {
    document.images[a].src = "img/"+b;
   return true;
   }
} 

