var fDesc=new Array(); fDesc[0] = "The program is a powerful obfuscator for .NET applications (Windows Forms, EXE and DLLs). Dotwall Obfuscator is designed to protect intellectual property of your software, to prevent reverse engineering of your code and defeat the attackers from decompiling your application. It uses advanced obfuscation techniques such as strings encryption, control flow obfuscation and anti decompilation code."; 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 = ''; } }