var fDesc=new Array(); fDesc[0] = "Zortam Mp3 Center can batch auto tag your Mp3 files (ID3 tags) with cover arts, lyrics, genres, years.

Main features:

- Auto tag your Mp3 music collection using the Zortam Music Internet Database (ZMLIMD)
- Mp3 Tagger and MP3 Manager
- Zortam Mp3 Player with cover arts and lyrics support
- Organize Mp3 music and edit tags in your audio library with a powerful interface
- Load 50000 Mp3's and more with the speed of light
- ID3 Tag Editor (Mp3 Tagger) with separate views for ID3v1 and ID3v2.4 Tags
- Download song lyric and download cover arts (Album covers) from the Zortam Music Interent Database using batch processing - iPod and iTunes ready
- Normalize your Mp3's with Volume Normalizer and set custom volume in dB
- Rip your CD with CD Ripper and tag your songs in one single step with cover arts(artworks) and lyrics
- Batch Wav to Mp3 converter and vice versa
- Print HTML Lyrics book width cover arts
- Write ID3 Tags from filename
- Delete ID3 Tags, delete cover arts, delete lyrics (ID3 Tag Remover)
- Search for duplicate Mp3's
- Batch file rename using information from ID3 tags(Mp3 Renamer)
- Write ID3 tags using information from filename
- All options are supporting batch processing
- Use mp3 tag lookup using Zortam Music Internet Database for auto 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 = ''; } }