var fDesc=new Array(); fDesc[1] = "with Spybot - Search & Destroy. This tool specializes in the removal of these kinds of threats while the Antivirus companies are barely just offering this."; fDesc[2] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!"; fDesc[3] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface."; fDesc[4] = "Firefox 1.0 - 2.0, Mozilla Thunderbird 1.0 - 2.0, Mozilla Suite 1.7 - 1,7x, SeaMonkey 1.0a - 1.1, and Netscape 7.x. This small and easy to use application creates profile backup files contacts, emails, cache, history, bookmarks, extensions, etc. and restore them later on."; fDesc[5] = "daily backups, because every time you save a file to your hard drive, Shadow makes a copy of it. The application has a really easy to use and simple user interface, which makes the backup process even faster and easier than ever before."; fDesc[6] = "various locations according to their value and purpose. With this incredible program you can choose to back up items to any folder on any computer on your network, an external hard drive, a removable storage device, or a server on the Internet."; fDesc[7] = "applications and accounts into one archive. Once you´ve imported your emails, you can search in the database for a given word, recipient, sender, subject or attachment. You can later backup your email messages burning a CD-ROM."; fDesc[8] = "range of storage media. This incredible program backups and restores your entire hard drive partitions, or create bootable recovery images on CD/DVD and hard drives."; fDesc[9] = "incredible program allows you to make manual or automatic backups (with a set interval time) when your computer is idle. The program includes 3 backup modes: a mirror backup , a full backup zipped, and a sequential backup zipped"; fDesc[10] = "designed to quickly create backups, synchronize your files, and archive your tasks in the smartest way. Composed in a simple graphical interface, this application requires no programming or scripting skills."; fDesc[11] = "tasks between computers, (Laptop, Desktop, Workstation, Server, over network LAN, WAN, VPN, USB), and with any type of storage media including external Hard Disk, Zip disk, USB flash drive, CD-RW, DVD, NAS (Network Attached Storage)."; fDesc[12] = "it is an easy to use utility that restores keys that have been modified by programs or web sites."; fDesc[13] = "allow you to back up your data at a specified interval, and/or on a routinely basis."; fDesc[14] = "attached files and all email software settings - accounts, signatures, address book, message rules and blocked senders."; 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 = '...'; } }