connect to the various handlers and controls for this presention
this.inherited(arguments); if(this.useNav){ this._hideNav(); }else{ this.showNav.style.display = "none"; } this.connect(document,'onclick', '_onEvent'); this.connect(document,'onkeypress', '_onEvent'); // only if this.fullScreen == true? this.connect(window, 'onresize', '_resizeWindow'); this._resizeWindow(); this._updateSlides(); this._readHash(); this._setHash();