var fDesc=new Array(); fDesc[0] = "X360 Video Capture ActiveX Control helps application developers and programmers 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. It also allows you to capture the audio from any audio source devices installed in the system. 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 = ''; } }