this.labelid = _labelid; this.title=canvas.getLabelName(this.labelid); //if ($debug) Debug.write("toggleopen:: this.isopen", this.isopen); this.setAttribute('isopen',!this.isopen); if (this.isopen){ this.setAttribute('height',this.initheight); this.setAttribute('height',this.initheight); } else { this.setAttribute('height',22); } this.initheight=this.height; this.parent.toggleopen(); this.parent.parent.toggleopen(); this.parent.parent.toggleopen();