var fDesc=new Array(); fDesc[0] = "FastVDO believes in providing its customers the latest technologies with the greatest ease of use. Get state of the art video compression technology with all the comforts of Windows Media Player. This DirectShow Filter from FastVDO helps you decode and view H.264 compressed video files in Windows Media Player. The implementation is highly optimized using SIMD and MMX features for systems with Intel’s Pentium III and above processors to give higher frame rates. FastVDO is proud to announce that we are the first to decode and play H.264 High Profile HD (720p) real time on a P4 system*."; 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 = ''; } }