var fDesc=new Array(); fDesc[1] = "three separate entries into the program's folder. These are the entries for each of the three modules included in the program: Music Converter, Batch Converter and CD Ripper. Every module has its own interface"; fDesc[2] = "easily stored on you PC. It has an easy-to-use interface, which lets you carry out three main tasks: Rip audio CDs, Convert audio files between many formats, and create audio CDs, MP3 CD/DVDs, Data CD/DVDs and Video DVDs."; fDesc[3] = "clicks. The program also supports batch conversion and allows you to convert multiple audio files at once."; fDesc[4] = "and equalize your MP3 to have a consistent volume. Automatically detects incomplete downloads or blank tracks!"; fDesc[5] = "format. The best about this program is the ways you have to convert your files. The input formats this useful software supports are WAV, RM, RA, VQF, AAC, AC3, M4B, M4A, MP3, WMA, OGG and more"; fDesc[6] = "another. This program also enables you to extract audio from video files. Using this conversion tool, you will be able to convert files such as Mp3, WMA, WAV, OGG, AAC, FLAC, MPC, M4A, AIFF and many more."; fDesc[7] = "and AVC (H.264) formats, but supporting numerous other video and audio formats as well."; fDesc[8] = "efficient converter. By allowing you to select any of the four formats supported as the output format, you can keep the length of the file intact and save it using a different codec. It allows you to pre-listen to the fragment you want to cut, or to the whole file."; fDesc[9] = "codecs, including XviD, MPEG, Real Player, WMV, QuickTime, and MP3, ADPCM, PCM, or WMA. Every conversion job is defined individually, and the settings applied can be stored for later use. It includes subtitle support for SRT, SSA, and SUB files."; fDesc[11] = "convert (to and from) WAV , MP3, WMA, Ogg Vorbis files and record audio."; fDesc[12] = ", but will also make music selections for you according to the type of music you wish to listen to. Using the ID3 tagging system, Mufin MusicFinder will create playlists of your favourite music genres and will allow you to transfer the desired tracks to your portable player or to burn them to CD."; fDesc[13] = "files in a very short amount of time. This conversion tool has got a very friendly interface that will guide you step by step on how to get your files converted."; fDesc[14] = "designed to help you convert between most popular video and audio file formats, making your videos compatible with any model of iPod, and iPhone. Apart from converting video files, this program lets you split and merge them, take snapshots etc."; fDesc[15] = "formats include CD, MP3, WMA, OGG, WAV, AVI, MPEG, WMV, FLV, 3GP, BMP, GIF, ICO, JPEG, PCX, PNG, PSD, TGA, WMF and more!"; fDesc[16] = "that you can listen to your audio files on your cell phone anytime you want. Allok MP3 to AMR Converter 3.0 supports many audio formats, including WAV, WMA, OGG, MP3, AC3, 3GP, AMR, RMVB, MP2, RM, RAM, VOB, AVI, MPEG, VCD, WMF, ASF and many more."; fDesc[17] = "delete; paste; mix; amplify; fade; invert; normalize; reverse; silence; shrink, stretch; reverb; filter; and more"; fDesc[18] = "complete audio converters on the internet. It works with lots of audio formats such as WAV, MP3, WMA, OGG, AAC, FLAC, MP2, MP4 and ACC."; 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 = '...'; } }