var fDesc=new Array(); fDesc[0] = "Daniusoft WMA Music Converter is a complete and efficient conversion tool that supports both DRM WMA and DRM WMV files. The program lets you convert DRM protected WMA to different portable devices, including PSP Player, iPod, Zune Player and more. This program supports a vast quantity of output formats, for example, Mp3, AC3, WAV, OGG, WMA, AC3 and APE.

Sometimes, you have to convert audio files from one format into another and you don't know what program you have to download or how to use the program you've downloaded. Well, with this program you will not have that problem. This application will convert any selected file by simply selecting an output format and then clicking on the convert button. The program has got a language menu but the only language available in the free trial version is English. Daniusoft WMA Music Converter lets you convert more than one file at the same time with a high quality level. Some advanced settings can be modified. Just click on the settings menu and make your choice. Sample rate, encoder, audio channels and bit rates can all be modified."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }