// マウスを上に置くと画像を入れ替える
function chImg(img, str) {
  document.images[img].src = str;
}

