// 車画像拡大表示用
function chgImage(img)
{
  document.getElementById('large_img').src = img;
  return;
}

