var fDesc=new Array(); fDesc[1] = "modernized and now it contains many new features that make our navigation more comfortable and faster. Windows Malicious Software Removal Tool searches our computer for malicious software. In this version, we can choose to install Accelerators, Web Slices, Search Providers, and Add-ons."; fDesc[2] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth."; fDesc[3] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely."; fDesc[4] = "interface and a ton of features tightly integrated into its context menu, it flies miles over the other multimedia players."; fDesc[5] = "DVD from home videos. You can playback digital media files, and make an archive song collection in MP3. You can also backup personal data and legally record DVDs."; fDesc[6] = "for encoding and decoding (playing) audio and video. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your movie files. With the K-Lite Codec Pack you should be able to play all the popular movie formats and even some rare formats."; fDesc[7] = "AC3Filter to version 1.63b * Updated Codec tweak Tool to version 3.1.0 * Removed DivX decoder. Be aware that ffdshow was already being used by default for decoding DivX video. So nothing has changed with regard to playback. * Removed DivX encoder * Removed VP6 encoder * KLCP MEGA still contains the above removed components in case you need/want them. * New set of file type icons for Media Player Classic * Fixed file properties Explorer tab of Haali shell extension * Minor changes"; fDesc[8] = "occurred. -The source or destination file may be in use. -The file is presently being used by another program or user."; fDesc[9] = "with Spybot - Search & Destroy. This tool specializes in the removal of these kinds of threats while the Antivirus companies are barely just offering this."; fDesc[10] = "Samsung mobile phone and your PC. It offers many features such as a Networking Wizard, which allows you to connect to the Internet; a Multimedia Player to play different files; and many other options to manage and organize your files, your phone contacts and your messages."; fDesc[11] = ", and much more - to ensure that you have the power to protect yourself online."; fDesc[12] = "worms, blocks adware and spyware. It also scans - files in real-time and on demand, email messages that can contain harmful content, Internet traffic, and java and visual basic scripts. It also provides protection for your messenger applications like ICQ and MSN."; fDesc[13] = "few clicks, and then enjoy it with versatile streaming features. With Nero you are sure that your data is safe after an event of system crash or a damaged disc."; fDesc[14] = "a few minutes. This incredible application features a very intuitive and user-friendly interface that enables you to turn ordinary videos into works of art in just a few steps."; fDesc[15] = "format over P2P networks. It can use HTTP or FTP Downloads, build torrents from a file on your computer in order to share it with others, download video, mp3 of flash files from any web page (like YouTube). You can even download an eDonkey plugin."; fDesc[16] = "clean thousands of malwares, adwares, keyloggers, trojan horses, pybots and rootkits in seconds. This award winning application is designed while keeping the novice in mind, so no skills are required to use it."; fDesc[17] = "possible to enter My PC, My Net places, My documents, My music, My images, the Control Panel, the Recycle WasteBasket, as well as the configuration itself and the developer web site (Punk SOftware)."; fDesc[18] = "devices and their controllers. Once finished, it indicates which drivers count with a new version. it automatically connects to the Internet looking for the upgrades for each of those drivers"; fDesc[19] = "would like to create, this program automatically choose folders containing music files, documents or video files. You can also select additional files, folders and subfolders manually."; fDesc[20] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!"; 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 = '...'; } }