var fDesc=new Array(); fDesc[0] = "Appfuscator is a smart .NET obfuscator that combines a complex approach for the protection, easy adjustment and access according to SaaS model which enables to decrease the expenses on your intellectual property protection. It offers automatic recognition of WPF-binding, reflection and other complex cases which minimizes the whole work on adjustment."; 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 = ''; } }