var fDesc=new Array(); fDesc[1] = "ever known in a browser. The only disadvantage I found is that Safari lacks any advanced security settings. You can block third-party cookies and some Web scripts, but you can't enter specific Web sites from which to accept or reject cookies."; 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] = ", and much more - to ensure that you have the power to protect yourself online."; fDesc[4] = "Relay Chat) abounds with information and resources, and mIRC is the best way to get what you want. This IRC client is simple yet powerful and can be ready to go in a snap."; fDesc[5] = "videos. AviSynth works as a frameserver, providing instant editing without the need for temporary files.AviSynth itself does not provide a graphical user interface (GUI), but instead relies on a script system that allows advanced non-linear editing."; fDesc[6] = "database that fits in a 2.5MB JAR file. Java DB 10.5.3.0 adds bug fixes plus message localizations to the features introduced in Java DB 10.5.1."; fDesc[7] = "Products. Adobe ExtendScript Toolkit 2.0 comes with CS3 Suites or with separate applications like Adobe Bridge CS3, Photoshop CS3, Illustrator CS3, InDesign CS3, and After Effects CS3. It is not included with Adobe Premiere CS3. This program is quite nice and has limited tools."; fDesc[8] = "on the Game. It has 3 complementary versions: Linux/Win client, Linux server and Windows server. It was designed exclusively to work with Half Life 1 engines."; fDesc[9] = "maximum performance. Scanning process finds and removes in a safe manner the following malicious software (Malware): Trojan Horses, Dialers, Worms, Spyware, and Adware."; fDesc[10] = "speeding resolution of customer-reported problems. PC-Doctor 5 for Windows provides support technicians with powerful hardware diagnostics and system information tools to speed call resolution and increase first-call resolution rates."; fDesc[11] = "Word document format (RTF or Word), so you can edit and reuse your PDF content. PDF2Word (PDF to Word) preserves the original PDF text, layout and bitmap images in the generated Word document."; fDesc[12] = "restricts the output formats that you can use to save those videos to as well. So, on top of only being able to download only 50% of a video, you have to put up with downloading an FLV file instead of an MP4 file."; fDesc[13] = "and Windows' notepad is unavoidable. TextPad has a bunch of features that make it a great text editor for many types of tasks. It has all the basic features of a text editor. You can add text and format it in many ways."; fDesc[14] = "capable of joining users of ICQ, MSN, AOL Instant Messenger (AIM), Yahoo Messenger, IRC and Google Talk into a single chat space."; fDesc[15] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds"; fDesc[16] = "application only once on your PC and MultiSet will record all your actions."; fDesc[17] = "software, you will be able to download from websites such as Youtube, Yahoo videos, Google videos, Myspace, iFilm.com and many more."; fDesc[18] = "and options provided by any HTTP server with great performance and absolute control of it. Its administration is very easy however it doesn’t have any GUI; by using commands and scripts you can set it up quickly in almost any platform."; fDesc[19] = "dimensions. Celestia runs on Windows, Linux, and Mac OS X."; fDesc[20] = ", PAQ/LPAQ, PEA, QUAD/BALZ, TAR, UPX, ZIP file formats and also can open ACE, ARJ, CAB, DMG, ISO, LHA, RAR, UDF, etc; It supports to open 79 file extensions. PeaZip works in 32 and 64 bit Windows (9X/2000/XP/Vista) and Linux platforms."; 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 = '...'; } }