﻿function swapImg(id, img){
    Obj = document.getElementById(id);
    Obj.style.backgroundImage = "url(\""+img+"\")";
}