var fDesc=new Array(); fDesc[0] = "LAV Filters is a multi-format media splitter/decoder that uses libavformat to play all sorts of media files. MKV/WebM, AVI, MP4/MOV, MPEG-TS, FLV, OGG are tested and will be registered for. Other formats can be tested using GraphStudio. H264/AVC, H265/HEVC, VC-1, MPEG4-ASP (Divx/Xvid), VP8, VP9 have been tested and are working well. DTS, AC3, TrueHD, MP3, Vorbis have been tested. Subtitle Support. Stream Switching."; 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 = ''; } }