function changeImage(item, action) {
  document.images[item].src = "../images/" + item + action + ".jpg";
}
