var fDesc=new Array(); fDesc[0] = "AVerMedia EZCapture allows you to capture true color video sources through S-Video (Y/C) and composite video inputs and displays captured video in a scalable window on your PC.
The program supports: YUV 4:2:2, YUV 4:1:1 and RGB 32, 24, 15 formats, both NTSC and PAL and supports Video Conferencing Applications."; 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 = ''; } }