var fDesc=new Array(); fDesc[0] = "NVMS-7000 is video management software using a distributed structure to manage all the connectable devices. It can manage the NVR, DVR, IP cameras, compression card and decoders. With different management and configuration modules and a reasonable collocation, it provides many solutions for different surveillance scenario, medium or small scale. It is a steady and reliable system with functions like real-time monitoring, video recording and searching, file backup, TV wall displaying, etc."; 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 = ''; } }