var fDesc=new Array(); fDesc[0] = "MP3 Tag Express is a music tag editor that specializes in mass-modifying music tags and bulk-renaming files. Built using a wealth of editing functions, this program will enable you to edit the music tags for your audio files with ease and speed, turning hours of work into minutes. People with limited technical knowledge will appreciate the simplicity of its design, while the technically advanced will appreciate its flexibility, efficiency, and advanced power features."; 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 = ''; } }