var fDesc=new Array(); fDesc[1] = "utilities as Word 2007, Access 2007, PowerPoint 2007 and others. It allows users to input data into cells included in a grid made of rows and columns."; fDesc[2] = "occurred. -The source or destination file may be in use. -The file is presently being used by another program or user."; fDesc[3] = "scanning, a list of errors is shown - you can fix these with a single click. And if you hesitate to touch a thing as delicate as the registry, you always have the option to make a backup with Registry Mechanic before starting any test or repair."; fDesc[4] = "effects for the manipulation of audio. This application is ideal to handle audio recording, audio editing, effects processing and media encoding. Users can combine Sound Forge with any Windows-compatible sound card to create, record, and edit audio files."; fDesc[5] = "all the processes running in our computer. It has never been so easy to detect suspected items, enable, disable, remove, or put them in quarantine. We are also allowed to view the security risk for each running process, CPU usage and more."; fDesc[6] = ", modules, Windows startup items, IE add-ons, system add-ons, services, drivers, opened files and installed programs in your operating system. Multilingual support and a very compact size make it a must-have system utility."; fDesc[7] = "viewers often only show you the processes and that is all they do. What's Running takes things one step further by adding services, modules, network connections, and more to the mix."; fDesc[8] = "scanning all existing programs running, connecting to the internet, etc. It can also detect malware that installed itself in the form of ActiveX controls."; fDesc[9] = ", termination of disallowed processes, and logging of processes executed. With Process Lasso you essentially create rules to manage processes running on your system."; fDesc[10] = "optimize our computer's overall performance and security. It features a user-friendly interface, which provides comprehensive information on our network traffic, CPU usage, and Memory usage, items on Windows startup, opened applications, running processes, services, and log report."; fDesc[11] = "Optimize Windows * Monitor System Activity It's easy to use! Even if one single application offers numerous features it is easy to use."; fDesc[12] = "the processes that are being performed in the computer; it shows detailed information of each process. Besides this tool shows Services and they can be managed and monitored from it. It runs in Windows XP (SP3)/Vista (SP1) platforms to get all tool’s features."; fDesc[13] = "organization. Start now with the BizAgi BPMN Process Modeler AT NO COST! The first step in the task of improving operational efficiency of an organization is to define its processes. The BizAgi BPMN Process Modeler enables you to diagram and document your processes in a quick and easy way. The BizAgi BPMN Process Modeler is a free-ware application that you can download from the Internet and use in a desktop or portable computer. It is very easy to use; in a matter minutes you will be able to begin defining your processes and collaborate with other people in your organization. By using the BizAgi BPMN Process Modeler you will be able to: Align and organize your resources so they can share and contribute their knowledge in process modeling Achieve maximum agility and efficiency for diagramming your organization's processes Comply with the only universal process diagramming standard BPMN..."; fDesc[14] = "helps you to run your PC without errors and internal system problems. It also offers a Windows tweak tool that can make shell changes to your system to avail you some useful facilities."; fDesc[15] = "application for managing your startup processes. Using this software you can easily enable or disable the processes that are loaded on Windows boot. It can also run in your system tray and prevent all changes of startup."; 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 = '...'; } }