label.setAttribute('fgcolor', this.hoverColor); label.setAttribute('text', makeTags(this.hoverTags)+this.text); label.setAttribute('fgcolor', this.color); label.setAttribute('text', this.text); if(this.href != null){ lz.Browser.loadURL(this.href, this.target); } 1) return tags; var s = ''; tags = tags.split(' '); for (var i = 0; i < tags.length; i++) { s += '<' + tags[i] + '>'; } return s; ]]>