function msover(img,ref) { document.images[img].src = ref; }
function msout(img,ref) { document.images[img].src = ref; }
{ imageA = new Image; 
imageA.src = "mouseoff.JPG";}
{ imageB = new Image; 
imageB.src = "mouseon.JPG";} 

