var fDesc=new Array(); fDesc[0] = "The iVMS-4000(V2.0) is the client application specially developed for the embedded DVR. It is applicable to DVR, DVS, 7600 series NVR and hybrid NVR, 95/9600 series NVR, IP Camera, IP Dome, decode card and accessing iVMS-2000.
Local Playback support 16 channels playback synchronously. Remote VOD support 16 channels playback.

New options Device Disk and NVR added to Remote VOD.New options Schedule recording and Motion detection added to NVR playbackUp to 36000 local logs can be searched and displayed. Alarm sound defaultly use sound card. Enable WIFI parameter setting."; 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 = ''; } }