var fDesc=new Array(); fDesc[0] = "My MP3 Splitter is a free, user-friendly MP3 tool that allows you to cut and edit MP3 music. An MP3 clip produced by My MP3 Splitter has the same sound quality of the original MP3 (lossless), so you can enjoy it at its best in your favorite MP3 player. Works great for ringtones too!

If you are a music lover and use MP3 utilities, then MP3 Splitter is a must-have free MP3 software."; 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 = ''; } }