var fDesc=new Array(); fDesc[0] = "With DuplexDr, you can create a pair of virtual serial ports (VSP pair) "virtually connected to each other" in your system. A virtual serial port appears to application software as a "standard" MS Window's communications port (virtually identical to an RS-232 port). Data may be written to VSP by applications, and data may be read from VSP as though it were a standard COM port. Entering VSP pairs, you can create and use "a VSP pairs pool". The pool of VSP pairs can be used to supply any MS Windows application with serial ports as though they were standard serial ports and physically connected in pairs. This feature is available after installation of the corresponding driver included in the package. This allows MS Windows applications to generate or consume data to and from VSP as though the data were being processed by physical hardware."; 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 = ''; } }