var fDesc=new Array(); fDesc[0] = "Virtualdub FFMpeg Input Plugin is an input plugin for Virtualdub that uses FFMpeg to load various formats. It allows you to open a variety of video files in Virtualdub including the H264 MPEG-4 AVC format. Also, you can modify file information dialog to add some more info and the audio delay when first frames are dropped."; 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 = ''; } }