var fDesc=new Array(); fDesc[0] = "Babel Obfuscator is a tool for the .NET Framework to transform assemblies in order to conceal the code and make reverse engineering difficult. The completely managed solution of MSIL Encryption ensures that the code of the method is no longer accessible using the disassemblers available on the market. MSIL encryption can be configured to strip code from the assembly and serialize it to encrypted files that can be loaded at runtime from safe stores or license files."; 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 = ''; } }