var fDesc=new Array(); fDesc[0] = "AEP2002's most noteworthy feature may be its flexibility and military grade encryption: Not only can you encrypt files for your own protection but you can easily create "self-decrypting" versions of your files that others can run witthout needing AEP2002. The program includes a file shredder that wipes the contents of your original files. Complete support for .zip archives. Skinnable interface (+12 skins)! Complete Command Line Interface support."; 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 = ''; } }