var fDesc=new Array(); fDesc[1] = "Explorer may not be up to speed for your everyday filing task requirements. Using DateiCommander 10.0 is just as easy as using Windows Explorer but this program will provide you with many additional tools and functions and it does the job of almost twenty programs."; fDesc[2] = "erase and destroy sensitive data from your computer. This application deletes all evidence of your internet activity, removes useless files and encrypts sensitive information to prevent unauthorized access."; fDesc[3] = "utility to restore your files again. Backup4all is an easy to use utility that will help you to make safe backups of your files and folders, and using the New Backup Wizard you will be able to create a new backup job, easy and quickly."; fDesc[4] = "create encrypted 25 Mb. containers that you can use to save any kind of data. Any file or folder that you create or drop inside those containers will become encrypted. You can even encrypt files that you can send safely by email."; fDesc[5] = ", among other things, to open you email compressed attachments and to compress your Word documents in order to save disk space. This program comes in two versions, Standard and Enterprise."; fDesc[6] = "encrypts and hides data in places where not even your wife, boss, or a hacker would look for sensitive information."; fDesc[7] = "algorithm for encryption and a personal password. The encrypted files are hidden so nobody can see them, unless by using the password that was originally used for the previous encryption process."; fDesc[8] = "several virtual units, protected by Blowfish448 or AES256 algorithms. The program will assign a drive letter for each of the vaults, which size will be up to 25 Gb."; fDesc[9] = "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[10] = "with ease. An included text editor allows you to create and encrypt secure documents that can be sent by any e-mail or messenger program"; fDesc[11] = "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[12] = "the available options to keep safe their data and information is encryption. And with EncryptionandDecryptio n utility you can encrypt your data and information to secure it from various types of threats."; fDesc[13] = "all for free! Revolver Mail is a safe and network-compatible alternative to the existing email programs. It includes: Email, addresses, calendar, tasks, notes and projects. Many special functions are designed for the use in small companies or by self-employed people. Thanks to its safety concept and its virus resistant email area Revolver Mail is not only interesting for safety critical company data but also for private people. Further specific features are: high safety due to encrypt database, overview and simple handling due to the one window concept and an easy client server with automatic server recognition."; fDesc[14] = "free publicly trusted digital certificate for file protection and SMIME email digital signature and encryption."; fDesc[15] = "Encryption helps you hide the source code of HTML."; fDesc[17] = ", addresses, customer manager, project planner and invoicing. Whether as single user or as network with up to 100 users, Revolver Office provides the ideal solution for individuals or companies. Revolver Office comprises of following features: Email, professional address administration, calendar, notes, efficient management of tasks, projects and eternal documents including follow ups, job processing (offers, bills and credit entry), item and stores management, job profitability calculation, sales statistics, open item list. Further specific features are: high safety due to encrypt database, overview and simple handling due to the one window concept and an easy client server with automatic server recognition."; fDesc[18] = "websites. Gives you the best protection with over 15 security tools and specail webmail protection and anonymous email tools."; fDesc[19] = "security features like file locker,security vault, email encryption. Other features include password manager,file shredder and favorites manager."; fDesc[20] = "web. It will allow you to store files with music, mp3s, photos or data on your email account as if on additional hard drive."; 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 = '...'; } }