var fDesc=new Array(); fDesc[0] = "DotFix LiteProtect is a software protector that uses a number of anti-unpacking features. Though it doesn't provide strong protection, it's virtually impossible to unpack any program protected by DotFix LiteProtect with a generic unpacker. Before packing your program, LiteProtect will encrypt its code section and entry point. Thanks to the polymorphic code and the packer's signature modifications, LiteProtect can successfully fend off any automatic unpacking tools and most novice crackers."; 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 = ''; } }