var fDesc=new Array(); fDesc[0] = "Professional Tag Editor is free source code application to manage MP3 and WMA Tagging. And also provide many classes for developers to make their own professional tag editor in just a minute.

Now a day, all audio files contain some type of content descriptions. Tagging feature adds some extra information to files. Such as, title of song, album name, band logo, artist picture and etc. Each file type has its own structure to store these types of information.

Mp3 files use ID3(Identify an MP3) tagging and WMA files natively support tagging."; 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 = ''; } }