var fDesc=new Array(); fDesc[0] = "The Digimerge CMS-DH software is common to the entire line-up of DH Touch DVRs including the DH200+ as well as the 100, 230 and 250 series. The powerful CMS software enables remote viewing of up to 300 DVRs on up to 8 screens, each displaying up to 64 cameras of live or recorded video. E-Map, central systems control, health report of connected devices, scheduled NAS/SAN backup is also managed through the included application."; 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 = ''; } }