Starts a timeout to show the next image when a slide show is active
var id = this.id; this._slideId = setTimeout(function(){dijit.byId(id).showNextImage(true);}, this.slideshowInterval * 1000);