var fDesc=new Array(); fDesc[0] = "Simple MP3 Tag Editor is an easy to use MP3 tag editor. The product supports ID3V1and ID3V2 tags, has drag and drop interface and is capable of editing single or multiple MP3 files. You may easily view or change song title, album and artist name, year, music genre, custom comments and much more."; 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 = ''; } }