var fDesc=new Array(); fDesc[0] = "Skater .NET Obfuscator is a comprehensive professional solution for .NET application code protection. With Skater .NET Obfuscator you can easily protect Microsoft .NET framework applications from illegal code extraction and reverse engineering. Moreover, you do not need any source code changes or programming experience to accomplish professional software protection of your programs. Skater .NET Obfuscator reconstructs your .NET assemblies to the new view that is impracticable to understand, and impossible to decompile."; 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 = ''; } }