var fDesc=new Array(); fDesc[0] = "This plugin allows you to use popular audio formats like m4a files from your iPod/iTunes, Flac, Ogg, Monkey's Audio (ape), Wav Pack (wv), Optim Frog etc. in Media Player or Media Center 2005.

Main features:

- Apple iTunes and iPod aac (m4a, m4b and m4p) and mp4 files
- ogg, flac, spexx (vorbis comment tags)
- mpc, mp+ (APE/APEv2 tags)
- monkey's audio (APE/APEv2 tags)
- wav pack (APE/APEv2 tags)
- optim frog (APE/APEv2 tags)
- true audio (APE/APEv2 tags)
- wav (ID3v2 tag in 'id3 ' wav chunk)

Requirements:

- Windows with Windows Media Player version 10 or Windows Media Center Edition 2005.
- You also need to have additional formats Direct Show filters installed, so Media Player can play your files (i.e. before installing this plugin Media Player should play your ogg, m4a, etc. files).

M4a/Flac/Ogg/Ape/Mpc Tag Support Plugin for Windows Media Player & Media Center - very useful plug-in that helps you use in Media Player or Media Center popular audio files."; 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 = ''; } }