var fDesc=new Array(); fDesc[0] = "This software monitors and controls MOBOTIX cameras. Up to 16 cameras can be managed using the software’s easy-to-understand layout and four cameras can be viewed simultaneously. All of the camera settings in MxEasy – such as image section, zoom, brightness, volume, microphone sensitivity, image storage, connections – are immediately active and instantly stored in the current camera’s configuration file."; 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 = ''; } }