var fDesc=new Array();
fDesc[1] = "sytem that is available whether it be Windows, Free BSD, Mac or Linux. As the name suggest it natively creates compressed RAR files which is a much better compression format as compared to the popular ZIP format.";
fDesc[2] = "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[3] = "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[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] = "files. These files are transmitted and stored for long periods of times, and it is not rare for them to get corrupted or damaged. RAR Repair Tool allows you to recover files stored in corrupted RAR files.";
fDesc[6] = "downloads from a remote PC if the connection was broken during the copy process (especially useful for Wi-Fi).";
fDesc[7] = "helps in rescuing damaged files and copies the correct data to the hard disk and also scans the disk sector fast. The application is specially designed to support many types of files such as documents, applications, images and media data.";
fDesc[8] = "dragged. Once you´ve installed Video Fixer 3.23, you can prepare a list of files to be fixed, adding or removing files. Pressing the Fix button, the program will begin to fix the damaged video files";
fDesc[9] = "test, fix and process the corrupted and unusable Zip archive files whether it is partially damaged zip archive file or you have a partially downloaded file, it will work on all such files. It actually reconstructs the new zip file by recovering the contents of the corrupted or damaged zip files.";
fDesc[10] = "capabilities of the tool will not only help in removing dust, scratches, stains and other defects that appear on the damaged photos but will reconstruct the lacking parts of the photo with the help of the surrounding area information.";
fDesc[11] = "Drives, CDs, DVDs or floppies. The program has only 3 options to choose from: to Copy files from damaged media to a specific folder, to Make a copy of a damaged CD or DVD disk and, to copy files and burn them on a CD or DVD.";
fDesc[12] = "errors. Errors can be frame or CRC errors. MP3Test can process files one by one or in batch mode. When batch mode is used files are separated in two groups \"damaged songs\" and \"error free songs\", depending on the result of the test in each file.";
fDesc[13] = "damaged image files. This incredible application restores the corrupted image file and saves it as Windows Bitmap, keeping the original dimensions and color depth.";
fDesc[14] = "or a virus can infect your archived file or it can be damaged while downloading. This repair tool can recover as much data as possible from all these damaged archived files. It uses a very effective algorithm for recovering data and repairing archived files.";
fDesc[15] = ", diskettes, etc. It also allows you to format drives, create image files, make copies, delete files, and edit disc sectors. You can access all the program's options directly from its main window.";
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 = '...';
}
}