var fDesc=new Array(); fDesc[0] = "Mp3 Knife is a simple tool for extracting mp3 clips from your Mp3's.The extracted clips will be stored in mp3 format only. This is the simplest and fastest tool in its category which has ability to extract long mp3 clip in seconds. Its so simple that only three steps can extract the clip ie "Select start" - "Select end" - "Save"."; 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 = ''; } }