var fDesc=new Array(); fDesc[0] = "CyeWeb is IP/CCTV video surveillance software with hybrid video/audio source support to IP camera (Axis, Panasonic, HikVision, Arecont..., etc), PCI/PCI-E based capture card, hardware video compression card, USB-webcam, and Windows Media Streams, etc. It has strong network functions such as email notification, build-in Web server, streaming server, and Windows Media Broadcast. It also has video analysis functions such as object tracking, counting, illegal parking detection, etc. It equips a tagging system to automatically insert tags into triggered events, and offer you a rich playback interface for video searching and management. CyeWeb can connect up to 64 channels, support mega-pixels camera, with frame rate from 5fps to 60fps, and pixel formats YV12 to RGB32. CyeWeb also has functions such as e-Map, Transact(PoS), timeline Playback, instant Playback, statistics graph, spot-screen, PTZ, scheduler, motion detection, de-interlace filter, mask filter, and storage recycle, etc."; 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 = ''; } }