var fDesc=new Array(); fDesc[1] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate."; fDesc[2] = "page are Express, Memory and Disk. Express Memory Optimization fully optimizes the system and frees unutilized memory Memory Usage Check advises on upgrading the memory modules installed on the system Disk optimization deletes unneeded items and releases occupied disk space"; fDesc[3] = "Microsoft PowerPoint and Word documents by up to 98% without reducing the quality or requiring any decompressing tools. The tool has add-ons for Microsoft Word and PowerPoint and a beautiful search window for batch compressing."; fDesc[4] = "uninstalling programs, every change writes and deletes entries in the system registry. The deletion of entries will leave gaps in your Windows´ registry. Free Registry Defrag was made for solving this."; fDesc[5] = "200% or higher by using NETEagle. NETEagle supports all current Windows versions, and works with any internet connection for faster throughput."; fDesc[6] = "your system running smoothly by finding and deleting invalid entries in your register, protecting your privacy by cleaning various common application traces. It also finds and deletes useless files, like temporary files, freeing up disk space."; fDesc[7] = "updates your system becomes slower because of the traces that all those activities left behind, such as orphan registry keys, unused files, and drivers or applications that you don´t use anymore."; fDesc[8] = "settings, in order to leave your system running at its peak performance. SpeedXP doesn´t have an installer, it´s a portable application. You must just unzip the downloaded file, and then run SpeedXP.exe from the destination folder."; fDesc[9] = "shows detailed information about the physical and paged memory. MemoryMonitor has the option to hide on the system tray and runs in the background. It optimizes physical memory and move applications out the physical memory to improve the system performance."; fDesc[10] = "You should reboot your computer after installing this program, for the changes to be effective. Upon restart you will be able to watch how your connection is doing through the Active Icon Traffic Indicator that will be located in the task bar."; fDesc[11] = "faster internet connection and network. The program configures Internet Explorer so that it is more stable, does not get automatically cut off, and it will also make the connection a more secure one."; fDesc[12] = "optimizes Windows Registry in a single step without any effort needed from the user. It is very easy to use with an intuitive and pretty looking interface. It scans and cleans up to 12 categories in the system"; fDesc[13] = "Optimiser 3.4 scans and optimize your computer speed and performance with just one click, freeing space in your hard drive. No more annoying step-after-step procedures."; fDesc[14] = "applications that are installed currently on the system. Its key features include cleaning capabilities with: Windows Explorer to clean up recent documents, Run (Start Menu), Search Auto Complete, Explorer MRUs, Windows Applets: Recent List in Paint, and others."; fDesc[15] = "by reducing their size so now it’s easy to upload files and open them quickly. It doesn’t change the display of the file in the browser so it can be very useful for web programmers. It doesn’t corrupt the script and removes only unnecessary things."; 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 = '...'; } }