var fDesc=new Array(); fDesc[0] = "Net Video System Client Express can be used as a subsystem of Net Video monitoring platform. It can also can be installed and used independently. When using as a subsystem of Net Video monitoring system, it enables operations in CS client end: Audio/Video Overview and Switch, Device Control, Manual Recording, Snapshot, Viewing Alarm Information, Checking logs and Records Playback after CMS setting. When used independently, it enables User authorization setting, Device Management, Devices Remote Setting, Decoding Management, Switching Management, Record Module Setting, Alarm Activation Setting, also can be used as a Recording Host for Timing Recording."; 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 = ''; } }