var fDesc=new Array(); fDesc[0] = "WebM plugin for Adobe Premiere allows you to edit WebM vidoes. WebM is an open source HTML-5 standard video format. It uses the VP8 and VP9 video codecs together with the Vorbis and Opus audio codecs, wrapped up in a Matroska container. Designed with video professionals in mind, the plug-in exposes more advanced VP9 features such as 4:4:4 video sampling and 10/12-bit pixel buffers."; 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 = ''; } }