var fDesc=new Array(); fDesc[1] = "converts the PC into a great stereo system by adjusting several settings to arrange the environment and simulate an audio studio. It enhances the sound quality of MP3, Windows Media, Internet, radio and many other music files."; fDesc[2] = "secure distribution and collaboration. With Acrobat Standard you can: * Combine and arrange documents * Manage shared reviews * Use familiar review and commenting tools * Save in Microsoft Word * Capture web pages * Sign documents digitally * Etc."; fDesc[3] = "beginning, but as you keep on advancing you will notice that the difficulty will increase. The game has great graphics, nice music and sound effects and is very funny and entertaining."; fDesc[4] = "from overflowing the screen. It has a basic interface with simple graphics and sounds. The basic idea is fun but it needs some additional features."; fDesc[5] = "possibility to arrange you icons in the style the program offers, you can create your own layouts and save them. Also the icons' text or the icons themselves can be set to be hidden when we go off the desktop (or when the focus is on another window)."; fDesc[6] = "Light to autostart with Windows or not, and to include sounds or not. The complete version lets you disable the update info, use anti aliasing, prefer favicons or throw files into folder, and lets you disable the Dynamic Mouse Pointer and shortcut arrows."; fDesc[7] = "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[8] = "With it you can arrange the props and jumps in any way imaginable. Then you can save and load your creations for later use. You can also record \"instant replays\" up to 15 seconds in length while you´re playing, and then playback your stunt from any angle."; fDesc[9] = "more efficient. This incredible program classifies all of your programs that are executed at startup as system programs, or suspicious applications that could be viruses, and the programs that are not needed for startup."; fDesc[10] = "to the test your abilities and fast reflexes. You have to help a charming monkey to build and arrange an stable tower of numbered cans, faster than his contester and in a limited time amount of time."; fDesc[11] = "charting software is ChartNexus. The software has a multi-window charting system allowing the user to arrange the chart in the desirable manner and also features world indices."; fDesc[12] = "notes in a very simple way. You will be able to add notes by simply clicking with your mouse. You do not have to be an expert on software or a great musician in order to use this program."; fDesc[13] = "want to have them. One of the benefits of the Taskbar Button Manager program is that it is very easy to use. Everything can be done by simply dragging and dropping the buttons to where you want them."; fDesc[14] = "to solve and arrange a spider web. You must move the spiders to let them free and untangle all of them. To complete each level you must untangle all the spiders in your screen board. Sounds easy, but it is not."; fDesc[15] = "way. You can easily create multiple blocks and arrange them into a logical structure for easy reference. All your important ideas, notes, story elements and research work can be organized in these small blocks, and the blocks can be arranged in columns."; 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 = '...'; } }