var fDesc=new Array(); fDesc[0] = "Do you have music files? Do you want to organize your audio collection by artist name, album and songs title? Or you have MP3 player and want to see the correct tags on a display? 1st MP3 Tag Editor can help you!

Our tag processor can edit MP3, Apple iTunes M4a, Musepack MPC, WMA, OGG Vorbis, WavPack, FLAC, APE, WAV files; rename a group of files and folders by tag information; generate tags by filenames and folders path; change capitalization; create Windows Media Player and Winamp playlists; export information to text files and MS Excel; automatically download lyrics and album covers; delete unused MP3-tags. If your files are without tags and filenames look like track01.mp3, track02.mp3 etc, 1st MP3 Tag Editor can emulate Audio CD header and import songs names from FreeDB. Another great feature is support of Amazon services - just enter artist name and get names of all the tracks from the selected album."; 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 = ''; } }