var fDesc=new Array(); fDesc[1] = "document library located on a SharePoint Web site causing excess network traffic. Also fixes data loss when working on a notebook located on a server. OneNote can Crash when working for about 5 minutes working on a \"Read-Only\" notebook. After installing this update the computer must be restarted"; fDesc[2] = "disk. Supporting various operating systems it allows you to install multiple operating systems on a single PC according to your needs and multiple operating systems on a single partition."; fDesc[3] = "formats (Direct CD, InCD, DLA, and Instant-Write) and is capable of performing surface scans, accessing data that Windows simply cannot read."; fDesc[4] = ", ALZip is free, it handles over 30 compression formats, including ISO, plus it is twice as fast extracting files as WinZip. Among other useful features, the program also includes a password recovery tool."; fDesc[5] = "defined. When a folder or file is protected (locked) it visually disappears and nobody can reach it or even see it unless (s)he uses the addecuate password defined by the original user."; fDesc[6] = ", downloads, soft copies, security purposes, etc. Physical and virtual drives can be locked by Virtual CD to protect their use or contents."; fDesc[7] = "suite. The software updates the phone's firmware in a few simple steps. For doing that you will need to have an USB cable compatible with your phone´s model, the \"Update service\" program and an internet connection, preferably broadband."; fDesc[8] = "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[9] = "very good partition manager considering its capabilities. It has all the components / functions required for a partition manager. It gives a wizard like interface when the program starts. There is also an advanced version for experienced users."; fDesc[10] = "Bin, etc. from every drive in the system. The user interface is nice and the program has several (10) languages to choose at the begining of the operation."; fDesc[11] = ", Drive Images, Zip/Jaz Drives, Compact Flash, Smart Media, Secure Digital, and USB Flash Cards."; fDesc[12] = "deleted data in cases of hardware failure, operating system crashes, errors on deleting files, viruses or malicious attacks. It makes virtual RAIDS, recover data off a CD or DVD, recover encrypted files, compressed files and alternative data streams."; fDesc[13] = ", CD-ROM/CD-R/CD-RW and any other local disks."; fDesc[14] = "your PC, and restore them in case there is an error, or something unexpected happens to your PC. The backups can be saved in removable devices or in hard drives. Plus you can use the Nero Backup Online to save your data and restore it from there."; fDesc[15] = ", NTFS 2.0, FAT32 or FAT16 file systems in a snap. It retrieves any type of files lost due to accidental removal or deletion from the Windows Recycle Bin. The interface is really simple and intuitive, and does not include any complex feature."; fDesc[16] = "Recycle Bin, the command line window (DOS) or a network share; they can be recovered along with the original folder name and dates even if overwritten by new data."; fDesc[17] = "This application will scan any hard drive and determine if the drive is functioning well or not. Seatools for Windows is a really easy to use, yet extremely powerful and precise diagnostic tool."; fDesc[18] = "information that has been accidentally deleted or formatted. Now with this incredible application you can recover your lost data even if your system is not bootable."; fDesc[19] = "warn you before your hard disk crashes due to any mechanical or technical fault, so you can backup your important data before it becomes inaccessible."; fDesc[20] = "all the text that you copy from that moment. At any time, you can paste the last clip loaded on the clipboard by simply hitting Ctrl + V, but Clipdiary allows you to browse through everything you have copied, and paste any item anywhere."; 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 = '...'; } }