var fDesc=new Array(); fDesc[0] = "With this free MP3 trimmer, you can select your trim in-point and out-point and save it as a new audio file with the same audio quality as the original. You may also add a smooth fade-in & fade-out and some other cool effects to your new file. With the zoomable waveform, you can visually select the desired part and edit your audio files. You can drag-and-drop audio files simply and pre-listen the songs with a built-in player"; 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 = ''; } }