var fDesc=new Array(); fDesc[1] = "converts the PC into a great stereo system by adjusting several settings to arrange the environment and simulate an audio studio. It enhances the sound quality of MP3, Windows Media, Internet, radio and many other music files."; fDesc[2] = "Internet performance and more. It provides a categorized collection of tools and utilities, including a disk cleaner, registry scanner, startup manager, uninstaller manager and more."; fDesc[3] = ", eliminates clutter, automatically repairs errors and more. The System Mechanic interface displays these main features: Dashboard which analyzes and repairs problems, ActiveCare for automate maintenance, Tools which runs specific tools and Reports for feedback."; fDesc[4] = "memory to speed up your computer. It speeds up your PC and improves application responsiveness by using flash memory and free RAM as an extra layer of performance-boosting cache for your PC. Use up to four inexpensive flash devices to speed up your system."; fDesc[5] = ", Windows often doesn't manage your multiple cores very well, so you're not actually getting the full multi-processor power you paid for."; fDesc[6] = "modifications to your hardware are made and all adjustments and settings are done in an easy to use interface."; fDesc[7] = "your computer and therefore this software can help boost your system's performance. The application comes with a nice interface that dives directly into the options."; fDesc[8] = "your computer. What I liked about the program is its intuitive and attractive user interface which will surely make this task a breeze."; fDesc[9] = "performance, sudden reboots and things like that. Accumulation of useless install files and temporary files are reasons of these problems. Boost Windows is a small application that was developed for preventing such problems and optimizing Windows."; fDesc[10] = "resides in system tray and continuously boosts your system by removing unused files from the RAM. And so make space for new files. It also gives you the manual memory optimization option so you can control the free physical memory."; fDesc[11] = "techniques to make sure you spend less time waiting and more time browsing."; fDesc[12] = "the download speed and so you can download large files quickly. Download Boost have an attractive green colored user interface you will surely like its user interface. Download boost support pause and resume for broken downloads also."; fDesc[13] = "your computer and they call it Speed-It-Up Extreme. It can speed up your computer up to 300% faster then its current speed depending on your computer’s current hardware and windows setting. It actually configures your window in such manner that your applications will open faster."; fDesc[14] = ", releasing RAM memory and compressing physical memory, making your computer run faster. You can monitor your system without interrupting it. You can see how much memory you have; specificy how much memory you want to free up, and the processes you want to clean up or compress."; fDesc[15] = "performance. The memory optimizer includes a memory monitor which shows you the CPU usage and the amount of free memory."; 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 = '...'; } }