


function swapImg(thisImg,newImg) {
document[thisImg].src = "images/" + newImg
}

