var fDesc=new Array(); fDesc[0] = "x64Components can enable the Preview Pane for ALL newly enabled filetypes such as MKV and FLV. Explorer properties are displayed for non native filetypes such as MKV and FLV. Allow use of the PowerDVD decoders for 32bit LiveTV in Media Center. Support playback of MKV files on Extenders and on the Xbox One, support use of the LAV filters with the Play To function for MKV files. Support playback of MOD audio files and M4A files containing ALAC, supports playlist creation for use in Media Center."; 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 = ''; } }