function rpl(){ var srstr = new RegExp("rootTopic","gi") this.document.all.alfa.innerHTML=this.document.all.alfa.innerHTML.replace(srstr,""+"rootTopic"+""); }