var fDesc=new Array(); fDesc[0] = "NVMS-1000 is a monitoring client specifically designed for network video surveillance. It allows you to control the video input signal devices such as cameras or domes, achieve live monitoring, video recording and backup by configuring the video parameters and viewing the live in the control panel. You can choose the menu to control the video surveillance system in the control panel."; 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 = ''; } }