var fDesc=new Array(); fDesc[0] = "RealShot Manager is a software application used to monitor network cameras (IP cameras) in a multipoint monitoring system. By installing RealShot Manager on a computer and making a few easy settings, it is possible to manage multiple network cameras over a network, monitor images, search and play back recordings, and control cameras, among other operations.
RealShot Manager allows you to register and manage devices, such as cameras, I/O boxes, audio devices and remote PCs."; 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 = ''; } }