var fDesc=new Array(); fDesc[0] = "Docklight Pro Monitor is a Windows tool for high-speed and high-resolution serial communications monitoring (RS232, RS422, and RS485). It is designed to work with the Docklight Tap Pro and Docklight Tap 485 devices. The program features logging RS232 or RS485/422 serial data, logging RS232 serial line states, high-performance and high-accuracy monitoring, real-time filtering, and more."; 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 = ''; } }