var fDesc=new Array(); fDesc[0] = "This data export module allows you to print the values of one or more parser variables on the printer as soon as the parser receives and processes the data packet. The module is a must-have for alarm systems or security systems if you need to have a hard copy of each received message.

The module supports any Windows-compatible printers connected via the local network, USB, LPT, or COM. The module can print in the optimized text mode on a dot-matrix printer. The module also supports virtual printers (PDF or XPS). In that case, a digital copy of the document will be created."; 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 = ''; } }