var fDesc=new Array(); fDesc[0] = "Plustek Multi-NVR Viewer is a CMS [Centralized Management Software] solution to centrally monitor and manage distributed Plustek’s network devices, such as NVRs and DVRs, in multiple locations. This powerful system is designed for larger-scale and/or widely distributed installation environments. The program allows you to monitor instant live view footages on multiple Plustek’s network devices under one interface. Also, it provides high quality, lower quality or hybrid quality viewing options, camera live video feed, recording, alarm status, ability to locate cameras on Google Maps, and more."; 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 = ''; } }