var fDesc=new Array(); fDesc[0] = "Dedicated Micros offers the free, downloadable, NetVu ObserVer software in support of its NetVu Connected family of DVRs.

The ObserVer application enables the user to view and manipulate video from a single facility or from multi-site installations at any moment in time, anywhere in the world, over any network or the Internet.

ObserVer’s site tree software allows the user to select any DVR and any specific selected camera or cameras to be accessed and viewed easily and quickly.

A straightforward drag and drop GUI, together with saved screen views provide the user with an easy to use viewing solution. In addition, NetVu ObserVer’s built-in replay server allows the viewing of archived video from a hard drive, server or DVD / CD."; 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 = ''; } }