var fDesc=new Array(); fDesc[0] = "TConnector is a programmable ActiveX Control for data acquisition through RS232, Bluetooth, USB (Virtual COM) and network (TCP/IP) interfaces.
TConnector enables you to access various interfaces through one unified API. Example: if you want to read data from a bar code scanner it doesn't matter whether the scanner is connected to the serial port or data is transferred by TCP/IP - you can use the same API calls."; 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 = ''; } }