var fDesc=new Array(); fDesc[1] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program."; fDesc[2] = "other unzip tool or knowledge of using unzip tool. With AES encryption support you can create self extracting files in two different strengths 128-bit AES and 256-bit AES."; 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] = "enables co-workers, customers and prospects to view any application running on your PC in real time. Plus, All You Can Meet(TM) pricing means you get unlimited online meetings for one flat rate, so you can meet as often and for as long as you want, with no overage charges, ever. Features include: Desktop Sharing, Share Keyboard and Mouse Control, Change Presenters, Chat, Drawing Tools, Meeting Recording and Playback, Multiple Monitor Support, Microsoft(R) Outlook(R) and IBM(R) Lotus Notes(R) Integration, Instant-Messaging Integration and a Free Voice Conferencing Service. Security measures include: industry-standard SSL and government-standard end-to-end 128-bit AES encryption, user authentication using strong passwords, specific application sharing and inactivity time-out."; fDesc[5] = "satisfy both novice and advance users. It supports almost all compression and encoding formats, so users will not find any difficulty handling files compressed with other compression utilities."; fDesc[6] = "general-purpose cryptography library, for data integrity, authenticity, and privacy security features. Perl or Cygwin needed for Win32 compile."; fDesc[7] = "documents, emails and rules, registry, settings.Features 256-bit AES encryption to ensure full security of your confidential data."; fDesc[8] = "data. East-Tec Backup is very easy to use and features intuitive wizards, automatic backups, data compression, strong military AES encryption and FTP support."; fDesc[9] = "out of view from others stay that way. The program is very simple to use and features military grade 256-bit AES encryption."; fDesc[10] = "without the usual WinZip graphical user interface. It allows you to use WinZip directly from the command prompt and from batch (.BAT) files and script languages, making it ideal for automating repetitive tasks."; fDesc[11] = "to be infallible. This program enables to transfer data between colleagues, partners, customers or friends and relatives in a secure manner. It offers one password for the file, which is to be shared by the two parties."; fDesc[12] = "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[13] = "advanced features. With this backup utility you can copy any file whether it is locked or it is open which is normally not possible to copy in these conditions. But this feature work only on window XP or higher version of window. Taking backup with SyncBackPro is a very fast process."; fDesc[14] = "is an easy file compression & security program, thecompression / extraction wizards make working with archives simple providing advanced features. This is done with a small number of steps and some steps can be skipped to use default options."; fDesc[15] = "them. Provides 100% protection of your private information across all Windows versions, including 64-bit releases."; 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 = '...'; } }