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] = "formats (Direct CD, InCD, DLA, and Instant-Write) and is capable of performing surface scans, accessing data that Windows simply cannot read."; fDesc[3] = "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[4] = "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[5] = "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[6] = ", 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[7] = "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[8] = "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[9] = "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[10] = "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[11] = ", downloads, soft copies, security purposes, etc. Physical and virtual drives can be locked by Virtual CD to protect their use or contents."; fDesc[12] = "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[13] = "almost any type of lost files from servers, desktops, laptops, iPods etc. This incredible application enables you to retrieve any file from devices with unknown file systems including Hard Disk, external ZIP/USB drive,removable SmartMedia, etc."; fDesc[14] = ", Drive Images, Zip/Jaz Drives, Compact Flash, Smart Media, Secure Digital, and USB Flash Cards."; fDesc[15] = "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[16] = ", Drive Images, Zip/Jaz Drives, Compact Flash, Smart Media, Secure Digital, and USB Flash Cards."; fDesc[17] = "remember only one ID and password. When it is used with an optional biometric reader, like a fingerprint reader, you will have no need to remember passwords."; fDesc[18] = "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[19] = "benefits. We can use Monkey's Audio to compress and decompress our audio files and convert them to and from *.ape format. No matter how high or low our knowledge is, after reading the user´s guide we can proceed to select a wav file and start compressing it to ape."; fDesc[20] = ", 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."; 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 = '...'; } }