var fDesc=new Array(); fDesc[1] = "and equalize your MP3 to have a consistent volume. Automatically detects incomplete downloads or blank tracks!"; fDesc[2] = ", customizable skins and visuals, and built-in access to music resources on the Web. Hi-tech and award-winning design.At long last, Sonique2 Beta is here, and henceforth, we unleash the power of the Mantis Graphics Engine upon the world like a tornado of Swoob. Here are just some of the new features you will find: New interface with maximum functionality and swoob New and vastly improved playlist Right-Click Menu Detachable windows Multiple color themes for default interface Video support Interface Browser for changing skins and remotes All powered by the Mantis graphics engine, which enables endless interface possibilities."; fDesc[3] = "containing files copied from a DVD. It provides high resolution and full quality playback of MPEG-2 and MPEG-1 video streams."; fDesc[4] = "Vorbis formats. As a result, the listening sensation is much more natural, with sounds appearing \"out-of-head\"."; fDesc[6] = "MP3,OGG,WMA,WAV,AAC,A PE,FLAC, MPC and TTA."; fDesc[7] = "a glimpse of an eye. Just select a folder or subfolder and the program will display all songs contained in it."; fDesc[9] = "a unique AC3 decoder. Features user-friendly multilingual interface and includes single-mode operation for one-file conversion, batch-mode for several"; fDesc[10] = "files."; fDesc[11] = "each channel from an AC3 file into separate files."; fDesc[12] = "supports several compressed WAV format. You can download a trial version of this product to see if it actually works and if it is the right one for you."; fDesc[13] = "will also be able to convert your WAV files into MP3. The software supports MP3, MP2, MP1 and MPG. Once you convert your files, you will be able to burn them to a CD"; fDesc[14] = ", MP3, WMA, ALF2, ADPCM, GSM, G.726, DSP, ACM, PCM, A-LAW, U-LAW, Ogg Vorbis files and record audio."; fDesc[16] = "(including VBR), WMA, WAV, ADPCM, GSM, DSP, MP2, PCM (uncompressed Wave), OGG Vorbis, G721, G723, G726, A-LAW, U-LAW and RAW."; fDesc[17] = "a beginner, if you have used conversion tools several time or if you are an expert on this type of applications because the program is very easy to use and it is very powerful at the same time."; fDesc[18] = "also can extract audio/picture from video files."; fDesc[19] = "burn your own CD's with any Audio CD-R Burning Software. Feature Unlimited Batch-process, convert winamp playlists."; fDesc[20] = "ADPCM, GSM, DSP, MP2, PCM (uncompressed Wave), OGG Vorbis, G721, G723, G726, A-LAW, U-LAW and RAW."; 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 = '...'; } }