var fDesc=new Array(); fDesc[0] = "Convert MPC to MP3 and other music formats in one click. 4Musics MPC to MP3 Converter integrates to the context menu so you can start converting your files simply by right clicking on them. You do not need to launch a whole other program to convert MPC to MP3, WMA, OGG, WAV, M4A, AAC, AAC, Flac, AMR_WB, MP2, AC3, AIFF MMF.
The program has an intuitive interface from which you add the files to convert and select "Convert to MP3". There you can also specify the output profile of your files, and edit the files' tags."; 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 = ''; } }