function swapPic(target,newPic) {
  document.getElementById(target).setAttribute("src",newPic);
}
