var fDesc=new Array(); fDesc[0] = "Now you can split any part of any mp3 easily with MP3 Splitter. All you need is to select start, end and save.

It also supports MP3, WAV, AAC, WMA, FLAC, M4A and AC3.

You can also set the bitrate of the output mp3 too."; 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 = ''; } }