function replaceme(which,img) { 
which.src = img; 
} 
function restoreme(which,img) { 
which.src = img; 
} 