var fDesc=new Array(); fDesc[0] = "LineScope enables non-intrusive monitoring of synchronous and asynchronous communications over a telephone line. It's just the thing for V.22bis modem integrators, dial-up application developers and telephony gateway engineers. Users in the payment terminal sector will appreciate the built-in support for Fast-Connect, SDLC/HDLC and ISO-8583. This product is ideal for troubleshooting new deployments of terminals, modems, transaction gateways (NACs), VoIP gateways and telephony providers. It can also be used for lawful interception and surveillance applications, as a dial-up modem sniffer, data line monitor, data-scope and QPSK/QAM analyzer. Legacy Bell-212A and Bell-224 are supported."; 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 = ''; } }