var fDesc=new Array(); fDesc[1] = "we are aware of it. In addition, HDDlife has a proper treatment for every diagnosis and can solve almost any problem. That way, not only monitors and inform us about our hard disks’ health but also take care of it and cure the disks whenever it’s necessary."; fDesc[2] = "and power management functions. It works under Vista, supports USB hard disks and uses S.M.A.R.T. to give detailed reports on disks health."; fDesc[3] = "your important data, lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage."; fDesc[4] = "errors and remove obsolete entries from our Windows Registry. It has a simple interface making it easy to back up our Registry, perform a scan and fix or remove useless entries."; fDesc[5] = "system by prolonged usage. DC Ner ensures updates applied to the installation of the drivers on availability. DC Net addresses the problems associated with the latest high tech games and software and the increase in the graphics and video related problems..."; fDesc[6] = ", processors, chipset, video, Wndows, etc. It executes benchmarks over your hardware to elaborate diagrams and reports."; fDesc[7] = "lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage."; fDesc[8] = "your important data, lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage."; fDesc[9] = "part of the brain that works to keep memory of things. Just as the human brain hard disks needs to be taken care of and kept healthy to work properly. The risks involved increase dramatically if you use a notebook to work since its very particular use conditions."; fDesc[10] = "data, lost or deleted after an accidental format, virus crash, partition loss software malfunction, file or directory deletion or even sabotage."; fDesc[11] = "hard drive, external drives and their partitions. It will help you to restore your system work in case of malfunction and prevent your data loss."; fDesc[12] = "the HDD temperature. DriveSitter Pro runs unnoticeable in the background constantly diagnosing the HDDs and prevents data loss."; fDesc[13] = "libraries, executable files and any type of files on the computer. Hard Drive Test Pilot searches for errors that may cause any harm or malfunction to your computer performance and also fixes them."; fDesc[14] = "accidental formatting or re-partitioning of a hard drive, viruses, and unexpected system or software malfunction."; fDesc[15] = "98/Me/2000/XP/Vista. This undelete software is designed to recover and restore deleted files from hard drives, floppy drives, and other types of fixed media."; 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 = '...'; } }