var fDesc=new Array(); fDesc[0] = "Protect Shareware offers a easy to use protection system with state of the art encryption that enables you to generate your own serial registration numbers for software/application registration. Protect shareware supports Visual Basic, C and other executable files.
Main features:
- Advanced Trial Systems (Which uses a binary system)
-Restrict application launch by Date.
- Hardware Finger Print for licensing of the software.
- Debugger Detection system.
- Web based registration
- Ability to register the software offline.
- Select the number of trial runs.
- Up to three levels of key generation can be used.
- Easy to use.
- Extremely Quick and effective."; 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 = ''; } }