var fDesc=new Array(); fDesc[1] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!"; fDesc[2] = "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[3] = "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[4] = "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[5] = "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[6] = "from Microsoft Outlook 2000 and above. Be aware that Outlook Express is not supported, so if you use that program, you will need to look somewhere else."; fDesc[7] = "errors related to missing startup programs, missing system fonts, invalid shortcuts, missing dll files, invalid application paths, invalid device drivers, missing file associations and missing help files."; fDesc[8] = "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] = "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[10] = "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[11] = "it is an easy to use utility that restores keys that have been modified by programs or web sites."; fDesc[12] = "that even beginners can backup."; 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 = '...'; } }