var fDesc=new Array();
fDesc[1] = "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[2] = "system to slow down. There are a number of factors which cause the system to behave in such a manner. To fix these issues, we use Advanced System Optimizer Version 2.0. It removes Junk Files, Bad Registry Entries, Duplicate Files, your Internet History and other personal traces";
fDesc[3] = "range of encoded, compressed, and disc-images files. It also includes very powerful features in a very easy-to-use application interface and Windows Explorer integration.";
fDesc[4] = "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[5] = "This incredible program scans the archive, detects the data structure and tries to recover as much information from the corrupted file as possible.";
fDesc[6] = "installation. The installation process is fairly simple and this application is compatible with most of Windows OS version’s (98, ME, NT 4.0, 2K, XP and Vista).";
fDesc[7] = "Repair you will gain access within minutes to files you thought were lost inside your corrupted Zip file.";
fDesc[8] = "repairing zip file structure and recovering data within. It overcomes CRC (cyclic redundancy check) failures by scanning the corrupted zip archive and by comparing its current and original CRC values.";
fDesc[9] = "extracts files from corrupted ZIP archives, supports all zip compression modes and archives of over 4GB. However, the program fails to recover password protected archives.";
fDesc[10] = "Zip archives and recover your data in them as much as possible, so to minimize the loss in file corruption.";
fDesc[11] = "minimizes data loss during recovery. Repair encrypted data from ZIP archives. Fix Zip files and restore corrupted Zip files.";
fDesc[12] = "viewer, an advanced font viewer, a file wiper, a file/disk profiler, a file toucher, a zip reader/writer and a zip repair tool.";
fDesc[13] = "and mbx files. It can scan the corrupt dbx files and recover emails in them as much as possible, so to minimize the loss in file corruption.";
fDesc[14] = "zip archive damages. Its smart algorithm swiftly recovers zip files from internal errors and saves its contents to a new archive";
fDesc[15] = "in them as much as possible, so to minimize the loss in file corruption.";
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 = '...';
}
}