var fDesc=new Array(); fDesc[1] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system."; fDesc[2] = "BIOS Configuration for ProtectTools Utility is used to locally set BIOS options (such as boot order, disable serial port, etc) using the Microsoft Windows Management Instrumentation (WMI) Specification for the Client Management Interface."; fDesc[3] = "programs. It also works as a security tool to protect your data from unwanted hands and provides privacy for your personal computer work. The built-in Internet history eraser, cookie cleaner, add-ons manager and temporary Internet files cleaner keep your web browser running smoother."; fDesc[4] = "uses, such as office work, gaming, media editing or maximum resources (memory etc), and then switch from one setup to another."; fDesc[5] = "MSConfig Cleanup helps you remove the residue! MSConfig Cleanup lets you remove the residue!"; fDesc[6] = "gallery of screensaver sets and more than 3,000 images or create your personal screensaver using your own photos! Set slide"; fDesc[7] = "Driver is a single-client, multichannel sound driver that allows third-party audio programs that support the ASIO Driver standard to record and play back."; fDesc[8] = "disabling them depending on your power setting preferences (behaviors on battery or ac power) just like you normally do with the LCD screen brightness and standby / hibernation options."; fDesc[9] = "that start automatically whenever operating system is loading. Starter 5.6.2.8 enumerates all the hidden registry entries, startup folders' items and some of the initialization files."; fDesc[10] = "MIDI velocity to layer morphing, switch between Delay and Gate effects, the DiscoDSP Discovery Pro 3 also has some extra advantages to it. The main features are the two oscillators that have been newly added for broader sonic palette."; fDesc[11] = "an effective blocking barrier against such damaging software. The program is vey light and easy to use, as well as powerful."; fDesc[12] = "installed on your PC, you will be able to uninstall applications from your computer entirely, find and delete temporary, duplicate and empty files, delete all traces of the Internet activity and much more."; fDesc[13] = "meter, Applications AutoRestart, Memory Cleaner, TaskList, HotKeys, HotMouse, Mouse-Scrolling, HotCorners and more !"; fDesc[14] = "actions of the user (users) of a computer on start the applications, opening documents, access to the Internet and removable 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 = '...'; } }