var fDesc=new Array(); fDesc[0] = "This package supports both USB and PCI frame grabbers.
Includes DirectShow integration.
This software is based in part on the work of the independent JPEG Group.Contains LIBPNG software and ZLIB compression. Works on Windows 2000, Windows XP, Windows Vista and Windows 7 32-bit."; 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 = ''; } }