var fDesc=new Array(); fDesc[0] = "HAPaudioTags can display and update the content of an audio-tag as well as show information about the audio file. It provides a directory-browser for scouring through your audio collection. Simply double-click on a song to bring the editor window, from where you can change the cover image and audio tags such as title, artist, album title, genre, year of release, disc & track number, and comments."; 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 = ''; } }