var fDesc=new Array(); fDesc[1] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management"; fDesc[2] = "This reliable utility gives the user the capability of updating and maintaining web sites through FTP (File Transfer Protocol). It is possible as well to upload and download files via SSL, TLS and SFTP, to and from FTP servers."; fDesc[3] = "128bit Keys.It combines a powerful symmetric encryption with compression and the ability to open/edit a file just with a simple double-click."; fDesc[4] = "out of view from others stay that way. The program is very simple to use and features military grade 256-bit AES encryption."; fDesc[5] = "computer. Using a password provided by the user, it encodes a file or a number of files safely, saving them in your computer or allowing you to burn them to CD or DVD for backup and distribution purposes. It also includes a removal utility that completely wipes any file from your computer."; fDesc[6] = "file contents. BCWipe wipes individual files/folders, free disk space, the swap file, directory entries."; fDesc[7] = "program has a very simple and easy-to-use interface. Encryption is performed in two steps. On the first step you should select one or several folders and files you want to encrypt. On the second step you should enter a password for your encrypted file."; fDesc[8] = "Ideal to check if an application installs spyware, adware, dlls, etc. You can protect a scanned file from being opened by other people, encrypting it with a password."; fDesc[9] = "Support for ZIP files and ability to secure delete sensitive files. Skinnable user friendly interface."; fDesc[10] = "file within our computer, including external devices. From the Main Window, we can select the file we wish to encrypt and choose the encryption method between Advanced Encryption Standard, Simple HEX Encoder, Caesar-3, Caesar-9, Simple XOR, and Advanced XOR."; fDesc[11] = "location, create self extraction files, convert compressed files, and UU/XX encoding. The supported compression formats are Bh, Cab, gZip, Jar, Lha, Tar, Zip, and ZipSplitter."; fDesc[12] = "use, and a powerful application, using which you can set permissions, by providing owner and user password to the PDF files. The encrypting is done using the standard 40-bit or 128-bit supported by Acrobat Reader version 7.0 or higher versions."; fDesc[13] = "JavaScript capable browser (most), and it doesn't require additional software or plugin. There's no limit in page size. The protected page will be (maximum) 10% bigger than original."; fDesc[14] = "It is a tool to encrypt files and folders on the drive, this means altering the information through mathematical formulas (more precisely, algorithms) in order to make it unintelligible to unauthorized users."; fDesc[15] = "program generate it for you. For increasing password security select to hide password with (*)."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }