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] = "and AVC (H.264) formats, but supporting numerous other video and audio formats as well."; fDesc[4] = "clicks. The program also supports batch conversion and allows you to convert multiple audio files at once."; fDesc[5] = "convert (to and from) WAV , MP3, WMA, Ogg Vorbis files and record audio."; fDesc[6] = "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[7] = ", 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[8] = "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[9] = "and equalize your MP3 to have a consistent volume. Automatically detects incomplete downloads or blank tracks!"; fDesc[10] = "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."; fDesc[11] = "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[12] = "all other conversion tools available on the Internet. However, it supports many audio formats and it lets you convert them into the following files: Mp3, WMA, OGG, FLAC, MPC, APE, WAV, PLS and M3U."; fDesc[13] = "including MP3, WMA, OGG and WAV. The program is intended for batch conversion. It can convert music from a CD also, without copying it to your hard drive. You can customize the look of this converter with more than 20 given skins."; fDesc[14] = "to WMA, OGG Vorbis, MP3, WAV PCM, APE and FLAC files. It also supports batch conversion, lets you edit ID3 tags, supports CDDB and Playlists."; fDesc[15] = "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[16] = "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[17] = "files. You can change the defaulted audio settings for both MP3 and WMA files, allowing you to decide on the quality and the size of the resulting files. Magic FLAC to MP3 Converter can also load your files directly from any CUE file."; fDesc[18] = "formats include CD, MP3, WMA, OGG, WAV, AVI, MPEG, WMV, FLV, 3GP, BMP, GIF, ICO, JPEG, PCX, PNG, PSD, TGA, WMF and more!"; fDesc[19] = "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[20] = "delete; paste; mix; amplify; fade; invert; normalize; reverse; silence; shrink, stretch; reverb; filter; and more"; 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 = '...'; } }