var fDesc=new Array(); fDesc[0] = "Perle’s TruePort is a COM port re-director driver utility that is installed on the application server. All COM port directed data sent by the application is re-directed by TruePort across the IP/Ethernet network to remote Perle Terminal Servers or I/O Device Servers which have the target devices connected to them. Data and serial port signaling is transparently communicated between the application and remote device."; 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 = ''; } }