var fDesc=new Array(); fDesc[0] = "Mp3Merge is a free application (source code included) which invokes the DOS copy command to concatenate mp3 files which have the same bitrate together without the need to re-encode the files. Its purpose is to facilitate this task for lots of mp3 files that need to be concatenated together."; 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 = ''; } }