function updateImg(newimg, alt) {
  document.getElementById('main_pic').innerHTML = '<img src="' + newimg + '" width="261" alt="' + alt + '">';
}

