
function vaihdaKuva(el, target) {
   el.src = target;
}
