this._rb.setAttribute('statenum', this.selected ? 1 : 0);
this._rb.onmouseover.sendEvent();
this._rb.onmouseout.sendEvent();
if (this['style'] != null) {
if (this._enabled) {
this._title.setAttribute('fgcolor',s.textcolor);
} else {
this._title.setAttribute('fgcolor',s.textdisabledcolor);
}
}