var fDesc=new Array(); fDesc[0] = "Most of protected music files are bought from online music stores (like iTunes, Napster, Rhapsody, etc). These music are protected by DRM (Digital Rights Management). It does not allow you to copy protected music as many times as you want on your favorite portable device or another computer. Protected Music Converter can help to resolve this problem.
Protected Music Converter is a very good choice to convert your music from WMA format to MP3. It does not matter DRM-protected this WMA file or not. The only condition for successful conversion to MP3 format - is that your WMA file should be playable on your computer. In this case, you can convert your WMA to MP3 without any problem."; 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 = ''; } }