var fDesc=new Array(); fDesc[0] = "LockMagic is an innovative encryption system that seamlessly integrates with your existing working style, and environment, to protect your data from being leaked to unauthorized users. It is compatible with all versions of Windows from Windows XP to Windows 7. LockMagic encrypts data with the identities of the sender and recipients of this data. The identity is defined as the email address of the sender and/or of the recipient of the data. As such, these identities follow the data in such a way that even if the data is copied from one drive to another, one computer to another, emailed, or even copied to a flash drive, LockMagic ensures that at the point of access, only the real recipient of the data will be the only identity that will be able to access it.
Features:
- Encrypt data without any extra passwords to remember.
- Encrypt data located on flash and network drives.
- Enables mobility of data no matter what device it is on.
- Run the encryption and decryption software with no Administrator privileges.
- Work, as usual, by seamlessly integrating with the Windows Operating System."; 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 = ''; } }