if (this.selected) { parent.parent.doSelection(this); } parent.parent.doSelection(this); if (!this.selected) { this._bg1.setAttribute("visibility","visible"); } this._bg1.setAttribute("visibility","hidden"); this.selected = true; this._icon.setAttribute("opacity",1); this._text.setAttribute("opacity",1); this._bg1.setAttribute("visibility","hidden"); this._bg2.setAttribute("visibility","visible"); this._text.setAttribute("fontstyle","bold"); this._text.setAttribute("fgcolor","0xFFFFFF"); this.selected = false; this._icon.setAttribute("opacity",0.5); this._text.setAttribute("opacity",0.5); this._bg2.setAttribute("visibility","hidden"); this._text.setAttribute("fontstyle","bold"); this._text.setAttribute("fgcolor","0xFFFFFF");