var fDesc=new Array(); fDesc[0] = "If iVMS-2000 is running for the first time and capture card is installed in the PC, then the software will list all the detected analog cameras. For IP camera live preview,you must manually configure IP cameras.
Users can select an on-line camera, input its login user name and password, and then click to modify the camera paramete."; 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 = ''; } }