var fDesc=new Array(); fDesc[1] = "gaining features. The latest version is now able to download subtitles automatically. Still, there are many things BSPlayer has to do to become the dominant player of multimedia files."; fDesc[2] = "convert audio files from many different file formats into mp3, wav or wma files such as wav to mp3, mp3 to wav, wma to mp3 and much more."; fDesc[3] = "can convert any mp3, ogg, wav or amr file to mmf, qcp, amr or wav file that can be used as a ringtone on your phone. You can use the inbuilt editor to cut a desired part of an audio file, to use sound effects like fade-in and fade-out, to amplify the audio volume or normalize the audio."; fDesc[4] = "things. First, it allows you to cut or split MP3 files. So, if you have a file which you need to split in two or more parts, while conserving the audio's quality, you can use this one to do it."; fDesc[5] = "karaoke formats. Kara Fun offers an in-built karaoke editor to create exotic karaoke music files with custom pictures or video. Kara Fun offers an in-built format conversion tool that can convert any video file to AVI or WMV and any audio file to WAV or WMA using single click."; fDesc[6] = "also convert from audio file formats and export them to MP3. It also has the ability to cut the output music file."; fDesc[7] = "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[8] = "lots of formats, including RM, RA, RMVB, RAM, WAV, MP3, RMJ, WMA, OGG, AVI, MP2, AU, AIFF, VOX and more. This software enables you to convert your files into WAV, OGG, WMA, RM and MP3 files."; fDesc[9] = "has a clear and intuitive interface to divide the audio file you want, whether specific parts of the track, intervals of the same length and even the silences. It supports Drag & Drop, and batch mode to cut multiple files at once."; fDesc[10] = "another. It supports format include WAV, MP3, OGG,WMA, RAW, VOX,CCIUT u-Law, PCM, MPC], MP2 and more."; fDesc[11] = "another. The program will convert any of your audio files in a very short amount of time. Whether you want to convert one file per time or a group of files with different formats into a specific format all at once, this program will work."; fDesc[12] = "understand. Just add some audio files or folders containing audio files to the conversion list, then choose an output format among the WMA, WAV, OGG, AC3, MP2, MP3, AAC, GSM , VOX and you will get your entire media converted in minutes to desired output format."; fDesc[13] = "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[14] = "excellent program you can also convert MP1, MP2, g721, g726, WMA, OGG and VOX formats. Using Alive MP3 WAV Converter 3.9 you will be able to finish the conversions in batches."; fDesc[15] = "to several parts by time, size, number of parts, detecting silence, or selecting a clip. It also lets you join multiple files to a single output."; 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 = '...'; } }