
var ImageDisplay = {
  show_big: function(image_name) {
    $('main_image').src = image_name;
  }
}
