var fDesc=new Array(); fDesc[0] = "DIGIOP surveillance management systems reliably capture, serve, and protect images, audio, and data for some of the most critical and respected organizations around the world, and you are one of them.



DIGIOP Remote Manager is a command and control software application designed for use with enterprise, remote and network applications. Remote manager allows users to remotely access, search, browse, display and transfer stored video and image files to a remotely connected workstation.

Additionally, users may simultaneously view, search and archive up to 24 video channels, control access through administrative and user level password assignments, remotely configure DVR and individual camera settings and receive notification of events such as alarm, motion detection and video loss."; 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 = ''; } }