var fDesc=new Array(); fDesc[0] = "This program allows you to check the flow of data through a computer's COM ports. As you can see from software name this application can work as serial port monitor. It supports full duplex mode, flexible adjusting of parameters, output received data to file, automatic and manual modes, free data source, serial device simulation, plugins and sniffer mode. It is recommended for advanced users and automation specialists."; 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 = ''; } }