var fDesc=new Array(); fDesc[1] = "PC from numerous threats. The application is free, easy to use and, in a few minutes, will make your computer run much better. It scans your system searching for potential issues with your shortcuts, spyware, registry, and start up programs, and then enables you to clean them up."; fDesc[2] = "accidentally deleted from hard disks and memory cards. This incredible application can recover files damaged by virus attacks, power failures and software faults or files from deleted and formatted partitions"; fDesc[3] = "disk image or partition image file, you can use that image file to restore the entire disk or partition."; fDesc[4] = "blue, gray and pink to cover all tastes. It also changes the home screen of the system, screen savers and some sources, and installed a few applications, such as ViOrb, TaskSwitchXP and Rebic, necessary for its operation"; fDesc[5] = "from the Recycle Bin or directly deleted intentionally or by accident. You can recover files deleted by viruses, uninstallers, DOS programs. Supports compressed and encrypted files."; fDesc[6] = "tool will take you to the Windows XP and Vista back stages. And that’s not all, also you will be able to give some orders and make some changes in a really safe way."; fDesc[7] = "create a browse able image of your hard disk for easy hard disk upgrade or recovery."; fDesc[8] = "from Microsoft Outlook 2000 and above. Be aware that Outlook Express is not supported, so if you use that program, you will need to look somewhere else."; fDesc[9] = "using several cleaning tools, including the standard Windows facilities, such as Scan Disk, System Restore and Defrag local disks. Also, the program supplies several specialized tools for cleaning, tuning the system, as well as several file tools."; fDesc[10] = "performance"; fDesc[11] = "use, with few screens to learn, it works automatically since it has a scheduler module to set up programmed tasks, and well... it's free, or very affordable!"; fDesc[12] = "lost due to virus or Trojan infection, unexpected system shutdown or software failure or corruption of a hard drive."; fDesc[13] = "launch and recover your data even when Windows does not boot."; fDesc[14] = "yourself in Safe Mode or had a crash. Cannot boot to Windows, you could have if you had WinSafe installed."; fDesc[15] = "for distributing one file containing the .Net CF libraries and your application."; 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 = '...'; } }