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] = ", virus, trojan, dialer, etc. we have installed in our computer without our permission. It can search for malware in the entire computer or just in the specified file, folder, drive, removable or external devices."; fDesc[3] = "file converter and a picture file converter. I am used to seeing at best, converters that work with video and audio, but the addition of picture files makes this one a great application to have."; fDesc[4] = "seventh delivery of the Grand Theft Auto saga. The game contains new and numerous improvements over previous releases, but with the same spirit that characterizes this saga of controversial video games."; fDesc[5] = "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[6] = "your computer, while informs the users about new releases. Through the Game Box, gamers can easily access to the library of Alawar and search its huge collection of popular games."; fDesc[7] = "releases and the Gpg4win project makes it possible to use this tool to encrypt e-mails and plain text. There are many ways in which you can use this application to encrypt messages."; fDesc[8] = "sound will give you the chills. Silent Hill 4: The room. A new horror story. A new excellent title for those who love the survival horror games."; fDesc[9] = "messages, ISO-8859 full support, multiple accounts with authentication and recipients management."; fDesc[10] = "those releases are anything but legal, but that goes outside of the scope of this article. What NFO-Viewer does is really simple, but extremely helpful."; fDesc[11] = "news directly on your browser. It also shows you which movies are coming soon and which ones are currently in theaters. With this toolbar you will never miss a movie and you will be the first to know about the latest news."; fDesc[12] = "finish first. The game gives you a feeling of speed and danger. Every level of the game is full of obstacles!"; fDesc[13] = "ever wanted to go to the Movies but didn't know what was playing ?"; fDesc[14] = "submitting your press releases to over 33000 media contacts including newspapers, magazines, tv and more!"; fDesc[15] = "hundreds of dollars. With PR Submitter, you can submit press releases to more than 80 sites free."; 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 = '...'; } }