function swapImage (img) {
  obj = document.getElementById("image");
  obj.src = img;
}
