var fDesc=new Array(); fDesc[1] = "and watch the latest movies on Blu-ray Discs and HD DVDs, or are you simply looking for the best home-theater playback quality available for DVDs? DVD Suite 6 Ultra for creating discs of your high-definition video content, editing videos automatically, and watching Blu-ray Discs and HD DVDs."; fDesc[2] = ", easy, and high-quality backups. Auto Gordian Knot is a great tool designed for people who know very little (or nothing) about video conversion and want to create videos for their standalone or PC in a few clicks of a mouse."; fDesc[3] = "wizard-like approach for executing backup tasks. Apart from just storing files to a desired location, the program also has capabilities to synchronize, mirror, and group files."; fDesc[4] = "NT versions didn't have a registry backup tool that was good enough to use. The application carries out only one task: it creates backups of the registry of your computer."; fDesc[5] = "correction technology to ensure the highest level of success copying the latest generation of DVD movies."; fDesc[6] = "FTP server or write to a CD or a DVD. Just try DoubleSafety and get 30 days of joyous security."; fDesc[7] = "This application will enable you to create data, bootable and audio cds as well as data dvds. It also includes a tool for creating labels and booklets, and allows you to design auto start menus to launch programs or documents automatically when you run a CD."; fDesc[8] = "specifically developed by Insofta Development for these users. This utility is also for those users who are serious about their data but are too lazy and careless n don’t make any effort for data backup. So for all these users Document Backup utility can make their life easier"; fDesc[9] = "computer go faster and smoother. PCSleek Free Error Cleaner has been enhanced and new features have been added. For example, it is possible to schedule for automatic scanning."; fDesc[10] = "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[11] = "email database. This incredible program can save emails, address book, message rules, settings, mail and news accounts, blocked senders lists and signatures to a single, compact, compressed backup file that can be easily restored when necessary."; fDesc[12] = "beautiful and very intuitive user interface with a step-by-step wizard that guides users throughout the different steps of the process. With this program, the users can be sure they have a copy of the documents, pictures, emails, address book, desktop, etc."; fDesc[13] = "mail folders as a single compressed, backup file. EA9 includes a backup for \"My Documents\", the Desktop, Firefox and Internet Explorer data."; fDesc[14] = "hard drive, external drives and their partitions. It will help you to restore your system work in case of malfunction and prevent your data loss."; fDesc[15] = "a backup or archive file of popular applications (e.g., Outlook, Outlook Express, etc). More importantly, it is easy to restore data to when required."; 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 = '...'; } }