var fDesc=new Array(); fDesc[0] = "With the help of VideoCap SDK ActiveX, you can:
- Capture Video/VCR/TV Program to AVI or Streaming file format (WMV file).
- Add Picture in Picture effect , Video Capture mixing image file or mixing two Video Capture devices, adjust alpha channel and position of each video capture device or image.
- Capture Video From web cam, capture card, TV Tuner to AVI or Streaming file format (WMV file).
- Capture Video stream From Axis, Panasonic, D-Link, Eltis, FlexWatch, Gadspot, GRANDTEC, Hawking, HikVision, Hun OsBRiDGE, Panasonic, PiXORD, Planet, RF Link, Samsung Techwin, SOHO, Sony, Sparklan, Stardot, Swann, Sweex, Toshiba, TRENDnet, Trust, VCenter, Vivotek, Xannet, Y-Cam IP Camerea.
- Frame grabber to memory or clipboard.
- Refresh audio pin when audio device changed.
- And much more."; 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 = ''; } }