var fDesc=new Array(); fDesc[0] = "It is the most powerful and stable sound file converter, assigned for compressing & editing audio files among a great variety of formats: mp3, amr, wav, wma, aac, m4a, ogg...

For example, you can convert aac to mp3, mp3 to wav, amr to wma, wma to mp3 or many other formats.

Just add the audio or video files you want to convert, select the output format, and then click convert."; 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 = ''; } }