canvas.main_content.setAttribute('visibility','visible'); canvas._mainbgcontentNavi.setAttribute('visibility','visible'); canvas.thishib.loaderVar = null; this.destroy(); this.currentsteps += 1; if($debug) Debug.write("autoLoader/setProgress ===== ",this.currentsteps); var w = Math.round(((this.maxwidth)/this.maxsteps)*this.currentsteps); this.loadingbar.setAttribute('visibility','visible'); if($debug) Debug.write("autoLoader/setResourceNumber == ",w); this.loadingbar._loading.setAttribute('width',w);