var fDesc=new Array(); fDesc[0] = "Cryptainer LE is a freeware utility that creates encrypted containers (vaults) of up to 100 MB each to store files. You can encrypt files and folders by simply dragging and dropping them into this vault. Additionally, it lets you create secure e-mail files that you can send to anyone. Cryptainer LE includes a 'Mobile' feature, which allows it to encrypt all media (including, USB, CD ROM, etc). It works on all 32 bit as well as 64 bit versions of Windows.

If you need additional features, you can purchase Cryptainer ME, Cryptainer PE, or Cryptainer programs."; 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 = ''; } }