function changeIMG(x,y,z) {
  document.images[x].src = "./buttons/image" + y + z +".jpg";
}


