var fDesc=new Array(); fDesc[0] = "101 MP3 Splitter is a software helps you split, cut, trim a large MP3 file into multiple smaller pieces directly without MP3 re-encoding, it is fast and no sound quality loss.

There are two modes which you can use to split your MP3 files - split MP3 file to several equal sections and split selected section out of the MP3 file by giving starting and ending time. You will find it very useful for creating audio CDs from your collection, and you can break up live songs from a recording of a concert."; 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 = ''; } }