var fDesc=new Array(); fDesc[0] = "The MainConcept Decoder Pack H.264/AVC Broadcast for Windows® 32-bit & 64-bit platforms is a powerful set of DirectShow filters that enables you to play back H.264/AVC (MPEG-4 Part 10) compliant streams in the Windows Media Player or similar media players that support DirectShow. This Broadcast version of the H.264/AVC Decoder Pack supports all the formats in the H.264/AVC decoder pack and additionally supports AVC-Intra Class 50 and Class 100 streams. Additionally, it supports MPEG audio, HE AAC v1 and HE AAC v2 as well as HDMV PCM for AVCHD and Blu-ray compliant streams."; 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 = ''; } }