// //
  • // - // 0) toggleNodeThread[0].style.display ='none'; this.innerHTML = '+ ('+toggleNode_name+' by '+toggleNode_creator+')'; this.title = 'open this thread'; } else { toggleNodeBody[0].style.display =''; toggleNodeVector.style.display =''; if(descendants != null) descendants.style.display =''; if(toggleNodeThread.length > 0) toggleNodeThread[0].style.display =''; this.innerHTML = '-'; this.title = 'close this thread'; } return false; } } } } window.addEvent('domready', function() { toggleThread(); });