var fDesc=new Array(); fDesc[0] = "MegaMind TagEditor is an essential additional software for any true music aficionado. It is entirely dedicated to tagging music files and can be easily used by anyone to fill in missing ID3 tag fields. The process requires only portions of filenames and folder names (like title, artist, album, year, genre, comments and basically any info that might help tagging a file properly). If the music file does not have the necessary information (for example, you have files simply named track01.mp3 and without any tags attached to them), MegaMind TagEditor has the ability to download ID3 tags from online services like Amazon and FreeDB and allows you to export available tags for backup or for more processing if you want it, and import ID3 tags from a database using a CSV file (an Internet connection is mandatory for this, of course)."; 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 = ''; } }