var fDesc=new Array(); fDesc[1] = "Windows registry before and after some set of operations have taken place, It saves a snapshot of registry before and after the operations and then displays the difference neatly in a text file for you to compare and analyze ."; fDesc[2] = "criteria, and display them in one list. After finding the Registry values, you can easily jump to the right value in RegEdit."; fDesc[3] = "obsolete information - such erroneous entries will be often be left in your system´s registry by uninstalled programs; and they slow down your system, since the operating system will keep reading that information, which is useless."; fDesc[4] = "registers, - clean file and registry sistems, - tune computer performance, - and much more..."; fDesc[5] = "clean file and registry sistems, - tune computer performance, - and much more..."; fDesc[6] = "for the tasks you do most often, while cutting CPU and RAM expenses on the tasks you are."; fDesc[7] = "the pro's use, with more than 50 different Registry tools to fix any Registry problem. The Drill has even has an Auto Cleanfor the Novice"; fDesc[8] = "system registry made by other programs. With RegSpy, you can: Quick make Snapshot and Rollback of registry"; fDesc[9] = "manager and more. Winclean will help you keep your computer in shape."; fDesc[12] = "possible errors."; fDesc[13] = "reinstalling Windows. Fix all those little annoying non-function problems in Windows."; fDesc[15] = "all of the incorrect or obsolete items in the Windows registry."; 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 = '...'; } }