var fDesc=new Array(); fDesc[0] = "CMS2 is a central management software compatible with all of NUVICO’s DVRs. It works with EV2 (960H) Series, Hydra HD Series, EasyNet DVR, NVR Series, and HDoCS HD-TVI series DVRs and HD-TV recorders. This application allows you to watch live streams from these devices on dual monitors for up to 64 cameras on each screen."; 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 = ''; } }