var fDesc=new Array(); fDesc[1] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well"; fDesc[2] = "in-built disk defragment tools which actually work but Smart Defrag works even more faster and uses advanced technology to speed up your disk drive and processing."; fDesc[3] = "card, removable drives, floppy disks, etc. These files (or folders) stay in the system once they are deleted because of accidental actions, formatting, Windows reinstallation, hard disk failure, empty the Recycle Bin, partition errors, by mistake, etc."; fDesc[4] = "and log related faults and repair jobs. It has been designed to be extremely user-friendly such that it can be used effectively by users even with no previous IT background. Maintenance Manager is a flexible CMMS package that can be used by a range of enterprises ranging from small companies managing their office equipment to large manufacturing companies managing their production chain."; fDesc[5] = "This program can not only tune up your system but also it cares for it regularly to save your operating system from internal problems and system crashes. It offers 4 wizards that contain different tools for different purposes."; fDesc[6] = "security. There are three cleaning modes: Registry cleaner, Disk Cleaner, and Privacy Cleaner. System Cleaner also provides some extras like Autorun manager and some useful shortcuts."; fDesc[7] = "for a 30-day period. We can use this software to remove obsolete, invalid, damaged registry entries, improve system and network performance, computer speed and stability, update and backup our PC drivers, etc. It runs under Windows Xp and Vista (32-bit) operating systems."; fDesc[8] = "up a Windows operating system, like the unnecessary file cleaner, registry cleaning and backup, Internet Explorer settings manager, process management, etc."; fDesc[9] = "that can help you to keep your PC running like new. An anti-virus, E-mail scanner, cleanup tool, defragmentation tool, backup tool, registry fixer, registry editor and system explorer, all these will provide you with a solution for any problem caused in any area of your PC."; fDesc[10] = "your computer. What I liked about the program is its intuitive and attractive user interface which will surely make this task a breeze."; fDesc[11] = "applications combine several tools in one, but you have to work each of them individually to get the results that you expect. Most of the times those applications do what they are asked to."; fDesc[12] = "Mobile 6 devices. Pocket Mechanic (WM6) is the perfect companion for any Windows Mobile 6 device. This program is a suite of tools that will be very useful to keep your WM6 device without errors."; fDesc[13] = "optimization, to keep the computer working as as first day you started it. Though most of the features mentioned above are already present on Windows, PC TuneUP 2 offers over 20 windows tweaks and provides important value added utilities."; fDesc[14] = "network support and no limitation for the amount of users. In addition to the multi-user support there’s the multi-language support. It's also a multi-platform database (Windows, Linux and Macintosh)."; fDesc[15] = "the owners to track preventive and repair maintenance on their vehicles, but also by car resellers who want to have all their cars for sale organized and with all the necessary information."; 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 = '...'; } }