var fDesc=new Array(); fDesc[0] = ".NET Reactor is a code protection and software licensing system for applications written in the .NET Framework. It uses code virtualization, obfuscation, hiding of method calls, string encryption, and other methods to prevent reverse engineering of your programs. It can also help you create and distribute trial version of your software. Trial versions can have expiration date, limited number of uses, limited functions, or limited time after each run."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }