var fDesc=new Array(); fDesc[0] = "Tag&Rename is a music files tag editor that easily handles all popular digital audio formats. The program supports many additional tag fields including lyrics, cover art, rating, mood, disc #, part of a compilation, album artist, classical music fields (Composer, Conductor, etc.), file related URL's and so on.

With this program, you can: automatically fix and complete file tags using online freedb database, automatic load titles and cover art from Amazon and Discogs, automatic load album titles from tracktype.org server, get tags data from mp3's file names and its folders structures, rename your mp3 files and folders according to its music information in a batch, create playlists, and 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 = ''; } }