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] = "also convert from audio file formats and export them to MP3. It also has the ability to cut the output music file."; fDesc[3] = "files into Mp3 files. The program does not support a lot of audio formats but it will convert between the mentioned formats with a very fast conversion speed. The program will convert your audio files from one into another in just a few seconds."; fDesc[4] = "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[5] = "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[6] = "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[7] = "great!"; fDesc[8] = "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[9] = "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[10] = "DAT, DivX, DV, FLAC, IVF, MOV, QT, MKV, MP1, MP2, MPA, MPG, MP3, MP4, MPG, MPEG, OGG, OGM, RA, RAM, RM, RAM, SHN, SND, SD2, VOB, WMA, WMV, XivD audio and video files to the most popular audio formats: AVI, MKA, MP3, OGG, M4A, MOV, RA, WAV, WMA."; fDesc[11] = "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[12] = "popular formats including MP3, WMA, OGG, WAV, APE, and FLAC. It lets you configure output settings like bit rate, sample rate, channels, etc. process batches, edit ID3 tags, and more."; fDesc[13] = "exactly what you are looking for. With full CD audio playback control function, AltoMP3 Maker can work as a freedb-aware CD player."; fDesc[14] = "decoding the Mp3 files. This incredible program enables you to convert unlimited amounts of Mp3s to the burnable Wav format in a few simple steps."; fDesc[15] = "your Mp3 and WAV files. This software is very easy to use and very easy to install. The program's interface will guide you step by step on how to work properly with your audio files."; 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 = '...'; } }