function choice(id){ var img = document.getElementById(id); var src = img.getAttribute('src'); document.getElementById("img-main-img").src = src; }