var fDesc=new Array(); fDesc[1] = "optimizes system registry and other system files so that Windows can run fast and smoothly. The program creates a system restore point, in case something goes wrong during the clean-up."; fDesc[2] = "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[3] = "for ZIP/ARJ/LHA/RAR/UC2/TA R/GZ/CAB/ACE. Command line, full text search also in packed files, button bar,FTP client."; fDesc[4] = "restrictions about how many clients can connect to a server. It is free of charge for non-commercial purposes. The Server browser allows you to search for public servers. Little suggestion to make: private text message get lost in the other diagnostic messages."; fDesc[5] = "system as if they were physically there. UltraVNC is divided into 2 applications: UltraVNC Server and UltraVNC Viewer. The former is the program that has to be installed in the computer to be controlled, and, the latter, is the client program."; fDesc[6] = "and MacOS. Developers can use this great tool to design software using Java SE/FX, Java, Ruby, C/C++, and PHP. It is sponsored by Sun Microsystems and is very powerful thanks to the contribution of thousands of users."; fDesc[7] = "other blog entries regarding Secunia and vulnerabilities."; fDesc[8] = "from the preferences window (WinAMP, DirectShow, Avi Synth, and Global Keys). Now, there are many different interface skins ready to be downloaded individually from the developer's site."; fDesc[9] = "excellent playback quality, with extra tools to manage our music files. With support for more than thirty audio formats, this player offers all the necessary functions to fully enjoy our music without consuming valuable resources from the system."; fDesc[10] = "features. Additionally, it has a built-in professional download client with resume capabilities. The browser supports many skins and a few plug-ins."; fDesc[11] = "beautifully designed and is perhaps the most powerful solution for sharing media among several devices. When installed, TVersity Media Server creates a sharing service on your computer. It broadcasts a uPNP signal that can be found by any uPNP-enabled devices."; fDesc[12] = "Networking Spybot - Search & Destroy, TrendMicro CWShredder, JavaCool Software SpywareBlaster, Ewido Micro Scanner or demos, like Eset NOD32 antivirus system, Webroot Spy Sweeper, PC tools Spyware doctor, McAfee VirusScan SuperDAT, SunBelt CounterSpy."; fDesc[13] = "themselves to run at Windows startup. This program comes in two versions: one for 32 bits operating systems and one for 64 bits operating systems. The System Requirements for both versions are a Pentium-class processor or better."; fDesc[14] = "location, create self extraction files, convert compressed files, and UU/XX encoding. The supported compression formats are Bh, Cab, gZip, Jar, Lha, Tar, Zip, and ZipSplitter."; fDesc[15] = "character and fly, power up, transform, melee, and beam your enemies into pulp. Each character is given signature moves and abilities to compliment different style of play. Some are stronger in hand to hand combat, others are better with energy attacks. Play in three different game modes, deathmatch, team deathmatch, and capture the dragonballs. There is a learning curve so newbies beware."; 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 = '...'; } }