var fDesc=new Array(); fDesc[0] = "MusicBrainz Tagger is a nice and powerful application developed by MusicBrainz. This useful program provides you with the function of looking up releases in your music collection and then writing clean tags to your files. The program also enables you to edit ID3 tags, comments and more. MusicBrainz tagger supports many files, including Mp3, VOB, FLAC, Mp4, WMA, WAV and more. MusicBrainz Tagger comes with a built-in player that will allow you to play your music without requiring you to quit the program's main window.

The application also allows you to edit your audio files' information. Using this program, you will be able to rename your music files, change names of your songs' albums and modify their release years and genres.

This program can be used by both beginner and expert users. The program's interface is very well designed and it should not be difficult for you to edit your music files' tags. MusicBrainz Tagger comes with advanced settings for each task it supports. And, above all, it works really fast."; 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 = ''; } }