var fDesc=new Array(); fDesc[2] = "applications and other customized software. It software is based on the Lua scripting engine which is common in all of the Indigo Rose tools. The output so obtained from the software is comparable to the output created by C++ and Java."; fDesc[3] = "from the main window to perform a desired action. You can split any large file into a desired number of files, merge them back into one or convert to/from WMA, WAV, OGG or MP3 formats."; fDesc[4] = "the with the action concentrated to holdem and the limit games in particular. At Peak time the room hosts approx. thousands of players online."; fDesc[5] = "line-in audio , streaming audio from the Internet, or music played by Winamp, Windows Media Player, Quick Time, Real Player, Flash, games, etc, without losing any quality. It supports three kinds of sound output formats, WAV, MP3 and WMA."; fDesc[6] = "also trolls, goblins, elves and more. Every so often, wars between the races broke out. And chaos reigned.."; fDesc[7] = "video formats list includes: VOB, DAT, ASF, AVI, WMV, MPG, and MPEG. The program supports processing more than one video at once (performing batch conversions) and extracting audio and images from video files."; fDesc[8] = "samples of your system or Internet speed at regular intervals. If you want to test your hardware, you can order SpeedTestPro to check the speed of your CPU, Memory, Drives, Uptime and Disk Write and Read Speeds."; fDesc[9] = "the sound part of MPG, AVI, WMV/ASF video files and save it in MP3, WMA, WAV and OGG files. This could be useful, for example, when you want to extract the music from a video clip, or the soundtrack in a movie."; fDesc[10] = "means of various color models and convert them into HTML-based hexadecimal representation. This incredible program is based on Absolute Color Picker ActiveX Control and in a a great compact color designer."; fDesc[11] = "in the minimum number possible of attempts. You must place the colors you believe are the right ones in the 4/6 places, depending if you´re playing the hard or easy mode."; fDesc[12] = "monsters, that will try to catch you while you walk in every direction by using the cursor movement keys. You have a weapon that you will aim moving by moving your mouse, while firing your gun using its left button. Each time you hit an enemy, it will burst leaving a big blood puddle."; fDesc[13] = "items running on their computers. The software is very powerful and gives the users complete control over the Windows startup configuration. Absolute startup is also capable of removing viruses and other malicious programs from the windows startup."; fDesc[14] = "by reducing their size so now it’s easy to upload files and open them quickly. It doesn’t change the display of the file in the browser so it can be very useful for web programmers. It doesn’t corrupt the script and removes only unnecessary things."; fDesc[15] = "instrument, such as tuning, struming, arpegios, rhythms, and so on. It also includes an useful tuner and a metronome. The demo version includes only the first few lessons."; 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 = '...'; } }