var fDesc=new Array(); fDesc[0] = "Ashkon MP3 Tag Editor is a simple and intuitive MP3 tag editor. It supports both id3v1 and id3v2 MP3 tags and it is capable of editing songs titles, album and band names, record year, music genres, custom comments and other tags. Also, it has a built-in MP3 player that allows you to listen the edited files."; 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 = ''; } }