var fDesc=new Array(); fDesc[0] = "DTK Video Capture Control is an ActiveX control that allows programmers to easily create applications with video capture capabilities from any video source devices (such as Digital Video(DV), web cameras or TV tuners, etc.) installed in the system.
DTK Video Capture Control allows you to capture video in one simple step. Just drop DTK Video Capture Control into your application, change a few properties, add a few lines of code, and you are ready to go.
The ActiveX works on most of the Windows operating system. The functionality of the product can be accessed from most programming languages like Visual C , Visual Basic, Visual FoxPro, Delphi, MS Access, VB.NET, ASP.NET, C# and J#."; 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 = ''; } }