var fDesc=new Array(); fDesc[0] = "The Grantman Mp3 Tagger is a very powerful, yet simple to use, ID3 tag editor. It allows you to easily change song information (title, artist, album, genre, track number, year, lyrics, and comments) and embed album art. Grantman Mp3 Tagger also includes features that will make tagging songs with correct information easier than ever.

System Requirements:

- Windows XP SP3, Windows Vista SP1 or later, Windows 7
- At least 512MB RAM is recommended
- Microsoft .NET Framework 3.5 or greater"; 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 = ''; } }