var fDesc=new Array();
fDesc[0] = "The program adds scalability to the existing NVR solutions which are good to be used for small to mid-sized applications. It also provides functions such as multi-monitor display, E-Map Monitor and intelligent video analytics that help users quickly response to their daily monitoring needs.
Features:
Central Management of 16 NVRs
Support Max. 256 Channels
Support H.264 and up to Full HD
Built-in Intelligent Video Analytics
Built-in Image Enhancement Tool
Dual-layer E-Map Monitoring
Flexible Video Screen Assignment
Two-way Audio
4 Channel Synchronous Playback
SEEnergy Smart NVR Search
Multi-monitor Management
The software is designed with friendly user interface that provides intuitive controls such as drag 'n drop. Users can re-arrange position of each video at anytime by simply click and drag a video window and drop it onto a different one. The NVRs and cameras are listed on the side and users can simply drag'n drop a camera from the list a drop it onto a desired video window, or simply drag a NVR and drop it in the video area and all channels will be placed and displayed with positions of each channel arranged automatically.";
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 = '';
}
}