var fDesc=new Array(); fDesc[0] = "Cryptic Disk is a professional solution for password protection of confidential and sensitive data stored on disks and disk partitions. The program uses on-the-fly disk encryption technology which is implemented in a way so as to ensure easy encryption process for the user. It restricts unauthorized access to the computer data by encrypting partitions of a hard drive or removable media and requesting a user to enter a password. Any files stored or saved onto the encrypted disk are automatically encrypted, whereas the encrypted disk or disk partition is invisible and inaccessible in the system unless the user supplies a password in the Cryptic Disk program."; 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 = ''; } }