var fDesc=new Array(); fDesc[0] = "WMP Tag Plus is a plug-in that integrates seamlessly into Windows Media Player to provide library and tagging support for additional music formats. These formats include FLAC, Ogg Vorbis, WavPack, Monkey's Audio, Musepack, and MPEG-4. After installing WMP Tag Plus, Windows Media Player puts songs of the newly supported formats into its media library, together with the tags these songs contain. When editing the tags of these songs in the library, changes are saved back to file as well. This means that you can painlessly browse and organize songs of the newly supported formats in the library, just as you would for songs of natively supported formats like MP3 or Windows Media Audio (WMA)."; 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 = ''; } }