$(function(){
  
  $('.gallery a').zoomimage({caption: false});
  $('.printme').click(function(){
    window.print();
  });

});
