function ImageSwap (source, target) {
  document.getElementById(target).src = source;
}