var fDesc=new Array(); fDesc[0] = "File Safe is file security utility, and it supplies locking, hiding, and encryption methods to protect your confidential information and personal data on desktop, notebooks, or removable data storage devices against unauthorized access. Using File Safe, your files, folders, any sensitive data are secure and safe. You can easily keep files and folders into File Safe just as you would do into a real solid safe.
To protect data, your Safe is encrypted and File Safe works at the Windows kernel level. All data stored on your Safe is constantly encrypted. It provides on-the-fly data encryption and decryption which is fully transparent for you the user. It means that the data is being encrypted just before it is being written to your Safe and is being decrypted right after it is being read from your Safe without the need of user intervention."; 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 = ''; } }