var fDesc=new Array(); fDesc[0] = "Bosch Monitor Wall is the easiest way to view many cameras on state-of-the-art monitor walls. They are the modern-day replacement for the familiar rows of analog CRT CCTV monitors and they bring very specific benefits. Because Bosch Monitor Wall is a digital software solution, it is not constrained by analog monitor dimensions. Instead it will easily drive the most massive to the tiniest."; 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 = ''; } }