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] = "utilities in one: it was developed to combine both tweaking and optimizing features to increase the speed of your Windows XP system.";
fDesc[3] = "cameras, USB drives,ZIP disks, etc. that have been lost due to accidental deletion or format, system crash, virus damage, power failure and much more.";
fDesc[4] = "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] = "You can pause the Zip Password Recovery at any time and it is optimised for background processing using idle time.";
fDesc[7] = "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[8] = "to use recovery utility and work on all windows platform launched after windows 98. It can be used to recover or undelete the files from NTFS, FAT 12, FAT 16, FAT 32 file systems formatted drives. It not only work on hard disks but it also have full capability...";
fDesc[9] = "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[10] = "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[11] = "easy to use user friendly interface let you to easily recover your data from corrupted zipped files. Stellar Phoenix Zip Recovery can easily repair the Zip archive files which have CRC errors, or if the Zip archive file is corrupted then of course you can try it.";
fDesc[12] = "files. Best ZIP file reader tool to restore music, images, documents, emails etc from corrupt ZIP files.";
fDesc[13] = "Zip archives and recover your data 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] = "passwords. It is a real ZIP password cracker.";
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 = '...';
}
}