var fDesc=new Array(); fDesc[1] = "Azureus Vuze 3.0 can build new torrents, download existing ones, search for any wanted files and download them, interrupt and resume download without losing downloaded parts. It supports 42 different languages."; fDesc[2] = "made its grand debut on the XBOX 360 when the console was just released. The game introduced certain features that were long missing from the previous games. The most important change from the previous game is the great graphics that this game has."; fDesc[3] = ", stop, rewind and forward any audio file using the play control. You can cut, copy or paste any part of the audio file or use the recording tool to record your own voice and mix it with music tracks."; fDesc[4] = "your computer and therefore this software can help boost your system's performance. The application comes with a nice interface that dives directly into the options."; fDesc[5] = "a grade as well as the fashion show overall. The game has a good presentation, a good and challenging game mode and good items. This all adds up to a very recommendable game."; fDesc[6] = "attractive story behind this puzzle game that will surely catch you. Jane and Bob, treasure hunters, have a mission to accomplish; make their way to find seven amulets."; fDesc[8] = ", Cut, Paste, Move, Delete, Fade In/Out , Cross fade, mix, amplify, normalize sound, add vibrato, invert, delay, flanger, phase, noise, chorus, reverse, use filters."; fDesc[9] = "footsteps of the Commandos series. Who hasn't played Commandos, raise your hands? Well, I have and I loved it. I can't say the same about Korea: Forgotten Conflict. The game has top-notch visuals that are not way better than the old Commandos."; fDesc[10] = "and can load 16 and 24 bit samples. It has 8 stereo channels with Low Pass, High Pass, Band Pass and Notch filter modes. The user could load an open hihat into channel 13+14."; fDesc[11] = "top-notch support, LinkFerret is the best tool at the best price to uncover your network problem."; fDesc[12] = "FIR filter cuts out all harmonics over the Nyquist, and then it's downsampled again, producing a bandlimited signal."; fDesc[13] = "LinPlug_Albino_VSTi_v2 .2 is analog synthesizer software for VSTi, AU and RTAS. This plug-in features many filters having various characteristics. There are four different types of filters known as silk, cream, scream and comb. Each filter has three modes with top notch quality for the filter cutoff and resonance."; fDesc[14] = ", strategy and survival."; 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 = '...'; } }