var fDesc=new Array(); fDesc[0] = "CyberSafe Top Secret is an information security program that uses modern encryption algorithms (RSA, AES, BlowFish, etc.). The assortment of tools and features provided by this program are valuable in all fields that work with information: protecting confidential information, protecting E-mail correspondence, creating and validating digital signatures. The program also supports encryption on the basis of Public Key Infrastructure, and allows you to encrypt computer hard drives partitions, create encrypted virtual drives of any size, and also hide logical disks and encrypted files and folders on the user’s computer."; 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 = ''; } }