var fDesc=new Array(); fDesc[0] = "ABUS CMS (Central Monitor Station) software lets you monitor, control, and manage video data from ABUS recorders. From its single interface, you can manage 256 devices and 1024 cameras. Up to 64 live cameras or 16 playback channels can be displayed simultaneously across four monitors. CMS software also allows the use of a USB keypad (TVAC26010) to control PTZ cameras."; 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 = ''; } }