var fDesc=new Array(); fDesc[0] = "MuvEnum Media Tags - Windows Explorer Column Extension fills the gap by adding support for the most popular media formats and media tags.
The program supports the following media formats: APE, ASF, FLAC, M4A, M4P, M4V, MP+, MP3, MP4, MPC, MPP, OGG, WMA, WMV, and WV.
The program provides media tags like: Album, AlbumArtists, AudioBitrate, AudioChannels, AudioSampleRate, BeatsPerMinute, Comment, Composers, Conductor, Copyright, Description and more."; 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 = ''; } }