var fDesc=new Array(); fDesc[1] = "is simple yet powerful: it analyzes your Windows Registry and configuration/startup files, showing you a list of \"suspicious\" results. But applying the fixes is up to you...read each item carefully before fixing anything!"; fDesc[2] = "multi-track waveform audio. REAPER provides an extensive set of features, but is a very small and lightweight application (the installer is less than 1 megabyte, and includes many effects and a sample project). Here are some key features of \"REAPER\": Supports ASIO, Kernel Streaming, WaveOut, and DirectSound for playback and recording Reads WAV, OGG, and MP3 files, records WAV files Lets you arrange any number of items in any number of tracks Supports audio processing plug-ins (DirectX and Jesusonic) Volume, pan controls and envelopes per track Multi-layer undo/redo support User creatable color themes"; fDesc[3] = "Internet. Its interface is web-based, very colorful and understandable. You can see the event list (program operation) and the Internet activity, apply time restrictions, use URL wildcards, grant full access for a few minutes, and a lot more."; fDesc[4] = "allows you to quickly look at the data when you experience problems (bad call quality for VoIP, slowdowns with applications, etc.)."; fDesc[5] = "numerous varieties of sudoku, you can play with numbers or letters according to your preference. Plus you'll save or print your game, adjust game options, recording statistics and consulting assistance. Available for Windows and Mac."; fDesc[6] = "themselves. Hippo Edit 1.3 is a compact and lightweight tool for editing of the source code or small text documents. It can be used both as a normal text editor as well as an IDE for editing your programs or web pages."; fDesc[7] = "feature of pen-drives as well as other removable media drives. This application is very small and lightweight, therefore it can run smoothly even on low-end computer systems."; fDesc[8] = "Pandora on you desktop without having to use a web browser. When minimized OpenPandora hides in the system tray displaying the band or artist name along with the name of the song currently being played every time the cursor is over its icon."; fDesc[9] = "FileSeek doesn’t use background indexing, a process that takes place while you're using your computer for other purposes. That’s why you won’t notice any performance loss after installing this tool."; fDesc[10] = "role jet fighter aircraft. Designed as a lightweight fighter, it evolved into a successful multi role aircraft."; fDesc[11] = "a very powerful desktop blogging application that is not only lightweight but also very user-friendly. Post2Blog also includes some handy plugins for Firefox, Microsoft Word, etc that allows you to post to your blog directly from within the application."; fDesc[12] = ", addresses are easy to locate. Powerful search facility. Extremely configurable interface and behavior."; fDesc[13] = "quite a painful sight, isn’t it, to watch Acrobat lug and puff its way up when all it has to pick up is a lightweight file. The reason for that is Acrobat has a lot of excess baggage of its own. When you tell it to open, it loads about 40 plug-ins."; fDesc[14] = "color corrections and effects to your photos in a professional way."; fDesc[15] = "is bundled with over 35 virtual instruments and effects, and supports the addition of external VST plugins. It is open source, quite lightweight for all the features it offers, and easy to install and configure."; fDesc[16] = "choose while surfing the Internet or reading an e-mail. The program is very lightweight and easy to control from the system tray. Anagram works with Microsoft Outlook, salesforce.com, Palm Desktop/ Agendus, NetSuite and Jigsaw."; fDesc[17] = "messages through a network, but is not another messenger clone. It has all functions that are usually included in the traditional instant messaging clients that use the web, but also includes unique features , a very simple interface and very low resources consumption."; fDesc[18] = "files from DVDs. This application has got a very good-looking interface. The main advantage of the Robust DVD Player is that it is very simple to use and produces high quality videos from files."; fDesc[19] = ", focusing on usability for increased productivity and minimum frustration for everyday file management tasks"; fDesc[20] = "fast, easy to use, small, no administration headache. The .EXE file is tiny and runs on any Windows platform Win98 and above."; 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 = '...'; } }