showImage: function() {
        var maxData = this.maxData || this.currentStep;

        if (!this.images[this.currentStep] && this.currentStep <= maxData) {
          var image = new Image();