var fDesc=new Array(); fDesc[0] = "SmartVMD ActiveX is an ActiveX control for Video Motion Detection (VMD) developed for programmers in Microsoft environment such as VB, HTML, ACCESS, EXEL, Visual C and .NET.
The SmartVMD ActiveX interface contains methods and properties to access a video device in your computer, to preview the video and to detect motion. Upon user request or motion detection, a video clip or a snapshot is saved to disk.
The control supports multi-camera use. Using the control, you can develop an application that monitors many cameras at the same time. The control does not have any limit on the number of video source used."; 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 = ''; } }