var fDesc=new Array(); fDesc[0] = "ID3 Tag Editor is a free audio file data tagging ID3 format editor, support ID3 tag version include: ID3v1 and ID3v2, this audio tool can read and write metadata tags for MP3, FLAC, Ogg-Vorbis, Monkey's Audio, Musepack, and Shorten audio files with full Unicode support, this software is freeware and completely free, it is free personal, commercial, and non-profit use.
This program support ID3v2.4, ID3v2.4 is the latest version of the standard, allows textual data to be encoded in UTF-8, so users can use the manipulate text expressed in most of the world's writing systems. The ID3v2 Chapter Addendum was published in December 2005 but is not widely supported as yet. It allows users to jump easily to specific locations or chapters within an audio file and can provide a synchronized slide show of images and titles during playback."; 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 = ''; } }