var fDesc=new Array(); fDesc[0] = "Encryption software provides confidence that your information remains yours, even if you were breached. Protect any kind of data, at rest, and wherever it goes, with CryptoForge encryption software.

It allows individuals and organizations to secure their sensitive data with professional encryption. Whether you need to secure files on your computer, upload encrypted files and folders to the cloud, or distribute encrypted files among your contacts or partners."; 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 = ''; } }