//Swap Image

function imageSwap(myID, mySRC){
  document.getElementById(myID).src = mySRC;
}