this.labelid = _labelid; this.setAttribute('headerText',canvas.getLabelName(this.labelid)); if (this.initHeight == 0) { this.initHeight = this.height; } if (!this.isopen) { this.toggleopen(); } if (this.isopen) { this.setAttribute("isopen",false); this.setAttribute("height",this.closedHeight); this.content.setAttribute("visibility","hidden"); } else { this.setAttribute("isopen",true); this.setAttribute("height",this.initHeight); //if ($debug) Debug.write("toggleopen TRUE ",this.initHeight) this.content.setAttribute("visibility","visible"); } if (this.parent.closeable) { this.parent.toggleopen(); } this.parent.parent.parent.toggleopen(); this.parent.parent.parent.toggleopen();