var fDesc=new Array(); fDesc[0] = "Leapic Audio Cutter is a very useful tool. It is able to Not Only cut out pieces of MP3, WMA, OGG or WAV file, But Also convert audio file between WMA, MP3, OGG and WAV formats. It is fast and no sound quality loss. You just need to open the audio file, set the start point and the end point then click the Cut button to save the selection. Leapic Audio Cutter allows you to play the selection with build-in audio player before performing cutting."; 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 = ''; } }