var fDesc=new Array(); fDesc[0] = "Ncesoft Mp3 Cutter is a freeware with easy-to-use interface that help you to cut and trim your mp3 files. You don't need any skill, just need few clicks. Support fade In and fade out effect.
Main Features
-Cut and trim your mp3 files.
-Fade In, Fade Out effect.
-Optional specified begin/end time for cutting
-Preview specified pieces that will be cut."; 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 = ''; } }