var fDesc=new Array(); fDesc[0] = "Tracer BACnet Setup Tool is a powerful communication module that offers you drop-down lists so you can select the units used by the controller. You can also adjust the baud rate, set or remove a Software Device ID and specify the controller units of a measurement."; 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 = ''; } }