var fDesc=new Array(); fDesc[1] = "system to slow down. There are a number of factors which cause the system to behave in such a manner. To fix these issues, we use Advanced System Optimizer Version 2.0. It removes Junk Files, Bad Registry Entries, Duplicate Files, your Internet History and other personal traces"; fDesc[2] = "warn you before your hard disk crashes due to any mechanical or technical fault, so you can backup your important data before it becomes inaccessible."; fDesc[3] = "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[4] = "disks for errors. Disc Checker will even tell you what files are located on sectors with errors, so you can delete or maybe save them. Furthermore, the application has the ability to create disc images in an array of formats."; fDesc[5] = "viewed, documents history etc.) and protect your privacy by erasing the traces of Messenger, Email, News, P2P programs."; fDesc[6] = "Windows-based computer. The more we install/uninstall programs, utilities, applications, multimedia, visit websites, etc., the more we must use a Registry cleaner. By using it regularly, we can improve our computer speed, accuracy, and security."; fDesc[7] = "defragmented nor be moved? Did you know that besides disk defragmentation, a disk optimization would tremendously speed up computer performance?"; fDesc[8] = "With the help of this tool you can search and delete temporary files and folders and other applications"; fDesc[9] = "invalid entries that cause system complications and slow down your computer significantly."; fDesc[10] = "defragmented nor be moved? Did you know that besides disk defragmentation, a disk optimization would tremendously speed up computer performance?"; fDesc[11] = "applications, Run Scandisk, Run defrag disk, Set pagefile, Enable running applications, Shutdown/Restart Windows."; fDesc[12] = "tasks like deleting temporary files, backing up directories, starting or stopping NT services, running Scandisk, an..."; fDesc[13] = "be moved? Did you know that besides disk defragmentation, a disk optimization would tremendously speed up computer performance?"; fDesc[14] = "a button. Depending on your installation of Windows 95, it is possible that some programs or logs are not available. RevIt gives you access to: The Registry Editor, The System Files Editor, Make win3.x programs compatible with Win95, The tip of the day, The File Manager, The Program Manager, The Task Manager (new in RevIt V1.1), The OLE Packager, The Boot log, The Detected Hardware log, The Setup Log, The Scandisk Log."; fDesc[15] = "want to disable the Start-up Logo, Scandisk auto-run feature that slows down the booting process. By defau..."; 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 = '...'; } }