var fDesc=new Array();
fDesc[1] = "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[2] = "and invalid entries, and running in perfect conditions. On the left of the Main Window, we can select several options or modes, Registry category features: Editing, Manual Cleanup, Automatic Cleanup, Search and Replace, and Optimization.";
fDesc[3] = ", CD-ROM/CD-R/CD-RW and any other local disks.";
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[5] = "efficient. This incredible application ensures your personal privacy while surfing through the Web and protects your PC from information theft.";
fDesc[6] = "make your PC smarter and run smoother. You can tune up your system in two clicks using the Schemes that offer four different levels of system care or you may like to manually choose the actions like, cleaning registry and fixing invalid shortcuts.";
fDesc[7] = "this same task, but most of them are expensive. There are complicated tools too, but XXCLone takes cloning to a whole different level by making it a pretty straightforward process. All you have to do is select the source drive, the target drive and choose one of the cloning options.";
fDesc[8] = "solution for administrators and power users for maintaining the Windows registry.";
fDesc[9] = "stability and controller test. Is the hard disk drive monitoring and failure prediction and repairing software for repair and testing. It uses S.M.A.R.T. technology to monitor the health status of hard disk drives, prevents data loss and predicts possible drive fail. This application include HDDBadSectorRepair.";
fDesc[10] = "menu bar, one toolbar, two windows and in the foot of the program we can see an advanced box, a filter strenghtt and two buttons more.";
fDesc[11] = "This incredible program scans the archive, detects the data structure and tries to recover as much information from the corrupted file as possible.";
fDesc[12] = "scan your pc, and delete or recover files. You can also create a restore point or an automatic backup of the deleted entries. It also permits you to defrag and schedule the scanning according to your preferences.";
fDesc[13] = "can become a serious problem for its’ performance. Registry Fast 4.0 is a small but very useful application with a range of included features for finding and repairing such errors.";
fDesc[14] = "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[15] = "just in 2 steps. This tool help to fix the corrupt dbx files of Outlook Express.";
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 = '...';
}
}