var fDesc=new Array(); fDesc[0] = "MetatOGGer to rename, tag and easily classify files Ogg Vorbis, FLAC, Speex, MP3, Musepack, Windows Media, WavPack and Monkey's Audio. MetatOGGer is the first tag editor which has an interface vector-based Windows Presentation Foundation (WPF). MetatOGGer can tag files automatically by identifying them in a database containing local hundreds of thousands of records, from the community-based MusicBrainz ."; 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 = ''; } }