var fDesc=new Array(); fDesc[0] = "Advanced Encryption Package 2010 lets you encrypt/decrypt/shred/make sfx .exe/zip files

The program is simple and easy to use. Automating the encryption tasks is possible with its command line utility. Creating self-decrypting versions of your files (password protected) is possible, which is similar to WinRAR or WinZip. Encryption keys could be stored in USB Flash Drives. It can create virtual hard disks using folders which could be mounted when required. All are done using password protection/encryption."; 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 = ''; } }