var fDesc=new Array(); fDesc[0] = "ELVideoCapture ActiveX DLL is a simple and easy video/audio capture solution. The library allows to capture video stream from any video source devices like webcams or tuners installed in the system, to save the current frame as an image file, to copy the current frame into the clipboard, to perform advanced actions when motion is detected, to render date and time on frames in real-time mode, to apply some adjustments to enhance the image, organize online video-broadcast over Internat or Intranet."; 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 = ''; } }