function rovB(whichOne,whichImage) {
    myImage = 'images/'+whichImage;
    resImage = whichOne.src;
    resButton = whichOne;
    whichOne.src=myImage;
}

function rofB() {
    resButton.src=resImage;
}