var fDesc=new Array(); fDesc[0] = "Power MP3 Cutter (MP3 Sound Cutter) is an app that can cut smaller sound pieces from big MP3 or WAV format files directly. You can add fade-in and fade-out effect to the exported audio easily. You can also choose to cut selected audio or unselected audio.

Another powerful function is that it can do batch cut job, give it a cut job list, it will do the job one by one automatically. By using high quality decoder and encoder, the sound quality loss will be minimized."; 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 = ''; } }