var fDesc=new Array(); fDesc[1] = "us with an excellent, fast, and easy-to-use converter tool, that gives us the opportunity to convert for free any of this audio formats: Mp3, Ogg, Wma, AAC, Wav (any combination is possible). We can convert Flac, Ape, Ac3, M4a to Mp3, Wma, Ogg, Wav."; fDesc[2] = "AVI in a very short amount of time and in a really easy way with no quality loss at all. This application supports a lot of video files, including, VOB, SVCD, VCD, OGM, ASX, MKV, MOD, MOV, RM, ASF, RMVB, FLV, M4V, MPEG and more."; fDesc[4] = "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[5] = "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[6] = ", choose the Export Format, configure some Settings options (or you can leave the Preset settings, works just fine), and click on the Convert or Merge buttons... that's it!"; fDesc[8] = "WMA, M4A, APE, WV, MPC, AU, AND ACC to different formats such as MP2, AC3 and many more. This application is available in four languages (spanish, english, portuguese and french)."; fDesc[9] = "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[10] = "KARAOKE (.kar) files to WAV, MP3, OGG, WMA formats without using your music card. It allows you to pre-listen how a melody will sound with a built-in player, set MP3 tags for output files, set tempo, customize quality, and more."; fDesc[11] = "very short amount of time with no quality loss at all. The program is very easy to use, it has got a friendly interface that will guide all users on how to get their files converted from one into another."; fDesc[12] = "another in a very simple way. This application will allow you to convert your MP3, WAV, WMA, OGG files from one into another easily and in a very fast time."; fDesc[13] = "popular audio formats including MP3, APE and FLAC audios. Easy user interface and fast conversion make this program a useful audio converter. You can add multiple audio files and folders to the batch list making the conversion even simpler."; fDesc[14] = "with DRM are known to cause several headaches world-wide. That protection has a legitimate purpose, though: to fight piracy. But when you own the material, and you want it to move it around between your devices, being unable to can get very frustrating."; fDesc[15] = "files from one into another. This program provides you with the function of converting Mp3, WAV and OGG files to WMA files. The program also allows you to convert WMA files into Mp3 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 = '...'; } }