var fDesc=new Array(); fDesc[0] = "ITS‑ALINK‑PLUS software is the remote programming software for compatible Bosch control panels. With this software, the Bosch control panels can be programmed remotely through a modem, or directly from the PC using the Direct Link cable. It provides a flexible and user-friendly interface between a PC and compatible Bosch Security Systems, Inc. (Bosch) control panels."; 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 = ''; } }