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