var fDesc=new Array(); fDesc[0] = "M4A Cutter provides the most easiest way to cut your M4A files. You can split any M4A file simply by selecting starting and ending point. It integrates a friendly graphical user interface which allows you to select your M4A files, play them and also select the start point and stop point necessary to cut the M4A files."; 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 = ''; } }