var fDesc=new Array(); fDesc[0] = "MP3 Stream Editor is an MP3 cutter/splitter/joiner/editor, an all in one tool for MP3s. Main advantage over other audio editors is that you edit (MPEG - MP3) files without decoding and thus quality loss, graphicaly on a 3D sample display easely with a mouse. You have the option to repair corrupted MP3 files also. Free Encode, re-encode, convert to WAV, cut and join MP3s, Tag MP3s with a professional ID3v2 Tag editor, or even directly Record MP3/WAV/WMA/Flac streams. Burn them as AudioCDs or MP3 CD/DVDs, etc. An all in one jukebox for audio related tasks."; 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 = ''; } }