// JavaScript Document
function changeImg(id,img){
  document.getElementById(id).src=img;
}

