var fDesc=new Array(); fDesc[0] = "MP3 Editor Library is a component (.dll) for use in Win32 and Win64 software.
It's purpose is to provide MPEG (MP3) audio editing functions without need to re-encode the audio file. It features cut and join mode with error correction, it can analyze MPEG audio stream and it supports MPEG1 Layer II, III, (CBR, VBR), MPEG2 Layer II, III, (CBR, VBR)."; 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 = ''; } }