var fDesc=new Array(); fDesc[0] = "Shared Serial Ports ensures simultaneous, high-speed, bi-directional and collision-free connection to RS232 serial port for unlimited number of applications. All applications that connect to shared COM port will be able to communicate (send and receive data) with the device which is attached to real port as if they had an exclusive access to that device. As a result, Shared Serial Ports application lets you bypass one-application-per-one-serial-port limitation and provide certain applications with custom access rights. If you would like to implement Shared Serial Ports' great functionality into your software, OEM license will provide you with all rights needed for that."; 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 = ''; } }