var fDesc=new Array(); fDesc[1] = "formats (Direct CD, InCD, DLA, and Instant-Write) and is capable of performing surface scans, accessing data that Windows simply cannot read."; fDesc[2] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program."; fDesc[3] = "supports many compression formats (more than 20 compressed archive formats), and it shows all the compressed archive information. For compressed files, it offers the possibility of extracting one by one or all the files to a given folder, reload the list, etc."; fDesc[4] = "incredible application completely scans disks and saves as much information as possible. What is more, the program uses a lot of different algorithms, which considerably increases the amount and quality of the recovered data."; fDesc[5] = "it be cool if you could have all those necessary tools grouped in just one simple suite? Movavi VideoSuite is exactly that, a complete video suite where you will find six essential tools to work with videos on your PC."; fDesc[6] = "space or to hide your sensitive information from prying eyes, protecting it with a password. Other things you can do with this powerful program are automating the process of backing up your important data and creating self extracting files."; fDesc[7] = "carefully secured especially if computer is used by other people. Folder Security Personal 4.1 is a perfect tool for providing such protection. It includes many ways for securing your data."; fDesc[8] = "system for fast processing. You can fix all the problems related to Firefox, Excel, Explorer, Internet Explorer, Media Player, Security, Networking, Performance, Startup, Services and Word in single click."; fDesc[9] = "simple and fast for user. It allows cutting a large video files in so many small parts without any quality loss. It accepts all common video file format like AVI, MPEG, VOB, WMV and audio file like MP1, MP2, MP3 and MPA."; fDesc[10] = "Using this tool, users can repair their video files which are damaged or corrupted due incomplete download, which are frozen while playing or not playing or not getting rewind or fast forwarded."; fDesc[11] = "corruption. This program will provide you multiple features as the repair of defects by the rebuilt of the registry, remove the fragmentation, it will compact the registry by removing the gaps and the unused space, etc."; fDesc[12] = "information from corrupted and unreadable Microsoft Excel files and exports the data to a new Excel file. Tool can repair Excel 2007 files (.xlsx)."; fDesc[13] = "in our computer and would like to recover after an accident, virus attack, error, etc. This software can also solve Windows problems and optimize our computer by deleting unnecessary Registry entries."; fDesc[14] = "protect your most important files and directories. To achieve its goal, the software uses Reed-Solomon codes, a widely-used method. You can use ECC files either to generate auxiliary files to make the recovery, or even to include the source file in the ECC file."; fDesc[15] = "recover, specify the folder you want to save your messages to, click the Recover button and voila!"; 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 = '...'; } }