var fDesc=new Array(); fDesc[0] = "Most taggers don’t use all the tagging capabilities the ID3 v2 tag has to offer, to the possible extent.
The AllFrames-tag software for Mp3files gives you the opportunity to write an unlimited amount of frames with any kind of content into the file- whatever you need to tell or show- you can tag it and read it back again."; 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 = ''; } }