function changeImg(destobj, srcobj) {
  window.document.getElementById(destobj).src = srcobj.src;
}
