var fDesc=new Array(); fDesc[0] = "Xiph.Org Open Codecs - most complete implementation codecs for Windows and DirectShow. This includes decoders and encoders for all the Xiph.org formats as well as Annodex.
Seeking is disabled for Ogg Vorbis, Theora and Speex. WebM/VP8 is not supported, and, there are no arm assembly optimizations (theorarm) in this release."; 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 = ''; } }