var fDesc=new Array(); fDesc[0] = "Tukanas File Encryption is a fast file-security program that can password-protect, lock, hide and encrypt any number of files, folders, drives, pictures and documents in seconds. Protected files are hidden, undeletable, inaccessible and highly secure. It hides files from kids, friends and co-workers, safeguards them from viruses, trojans, worms and spyware, and even protects them from networked PCs, cable users and hackers. Files can also be protected on USB Flash Drives, Memory Sticks, CD-RW, floppies and notebooks. Protection works even if files are taken from one PC to another on a removable disk, without the need to install any software. Just create an archive file and add files you want to encrypt into! All files are stored on a single file with a password you set for. Files can be encrypted with the following algorithm: Blowfish, Cast128, DES, 3DES, Ice, Thin Ice, Ice2, RC2, Rijndael, Serpent, Tea, Twofish, RC6, Misty1, Cast256, IDEA, Mars. Tukanas File Encryption is especially useful for working on a variety of storage devices. You could install the program on a floppy disk or a flash drive and use it on any Windows PC to which the drive is connected. AAAAA is optimized for working on removable media. With our software, you can encrypt files of any type, including Microsoft Word, Excel, PowerPoint documents... It protects information against being viewed or modified without your authorization. The program has a convenient and intuitive interface and so even the most inexperienced users in the sphere of information protection can protect their data quite easily."; 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 = ''; } }