var fDesc=new Array(); fDesc[1] = "Google Talk that really kind of slowed the progress of the messenger down. Now, thanks to it, you can video chat and voice chat with all your contacts. They still have to download the plugin."; fDesc[2] = "supports many compression formats (more than 20 compressed archive formats), and it shows all the compressed archive information. For compressed files, it offers the possibility of extracting one by one or all the files to a given folder, reload the list, etc."; fDesc[3] = "of the common tasks are 'start a program', 'open a web browser', 'copy files and folders', 'search for a file', 'archive data', 'perform routine backups'. The tasks can be scheduled to execute periodically or at specific time determined by the user."; fDesc[4] = "usefull for people who download many files from Internet."; fDesc[5] = "archiving on for ALL users without any passwords. You can then easily view archives for all users within the YMAD interface."; fDesc[6] = "Explorer, Microsoft Office Excel, and many databases. It can export to Outlook Personal Storage files, MSG files, EML message files, MHT Web Archive files, Mozilla mailbox files, Generic mailbox files, and more."; fDesc[7] = "adds a button to your Outlook Express message window. If your message has files attached, by pressing the bxAutoZip button you will compress automatically all of them, reducing the size of your email up to 90%."; fDesc[8] = "from the corrupted zip archive to the specified destination, while other software may just try to repair the zipfile header or structure when your common unzip software will keep on refusing to open or extract the zipfiles you need."; fDesc[9] = "compressed file and much more! Messenger Backup also include a Scheduled Backup and Chat Logger features!"; fDesc[10] = "your original message files intact while it reads and processes your current and archived e-mails on your computer, networked drives, or on removable media. Supports the most popular mail clients."; fDesc[11] = "standard message files. A command and windows interface offers a clean method to extract archive and protect your email!"; fDesc[13] = "size. The server offers centralized management, Active Directory (LDAP) support, message logging. Organize and take control over private business IM."; fDesc[14] = "Pop3/SSL Pop3/IMAP/SSL IMAP mailboxes, finding and deleting spam without disturbing you and alerting you when there is new mail you need to see"; 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 = '...'; } }