var fDesc=new Array(); fDesc[0] = "This software is a network surveillance system, mainly used in small to medium network video recording surveillance system. It is compatible with the digital video devices such as PC-DVR, embedded DVR, video sever, etc. It supports remote setup and management, video display and record via network, remote video data searching, remote decoder control and log searching.
Features:

- Max up to 32 presetting video display groups. For each group, you can set 1-64 video display channels on one screen
- Privacy mask in the video display
- The hue, contrast, saturation, resolution, brightness of video display adjustable
- Support dual monitors, one for preview and other one for E-map
- Support PC decoder to decode and output network video"; 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 = ''; } }