var fDesc=new Array(); fDesc[0] = "CamControl MV is a video wall software for the display of up to 64 IP-based live video streams from up to 64 different video transmitters with a freely definable layout on up to 4 monitors. The simultaneous display of up to 64 cameras (live video streams) can be arranged in any order on one or more screens. The software can also display up to 4 virtual monitors on one actual screen. An unlimited amount of user-specific profiles can be generated and filed. The allocation and placing of the cameras resp. camera images within the monitor is done with an layout interface and can be easily generated for specific applications by the user himself."; 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 = ''; } }