var fDesc=new Array(); fDesc[0] = "mp3TrueEdit is an MP3 editor that makes all its edits without any audio quality loss or file corruptions. The program has AAC file support you can edit your entire music collection with ease and record your own audio in MP3 or AAC file formats. You can also record rehearsals, band practice sessions or choirs and change the pitch (key) or tempo (speed) to suite your own practice needs."; 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 = ''; } }