var fDesc=new Array(); fDesc[0] = "Professional Tag Editor contains libraries and applications to parse, view, edit and save MP3 and WMA tagging information. This project can be used for developer to make their own tag editor fast and easy and can be used for users to edit their MP3 and WMA files.

The program can: It can: rename files according to tag information, use template for fast and serial information editing, edit file images: (Artist pictures, Band Logos, etc), edit attached files, edit lyric, and much more."; 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 = ''; } }