var fDesc=new Array(); fDesc[0] = "With VDM Connect you can view video and configure VDM and VDC series.
After installing the software you must follow a few steps:
- set the IP address on your DVR to an suitable unused one
- press connect on the viewer and add the DVR as the new site
- press "connect" and you should be able to connect to the DVR and view images."; 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 = ''; } }