var fDesc=new Array(); fDesc[0] = "Serial Port Sniffer ActiveX Control is a versatile component that you can embed into your application to enable it to sniff (monitor) serial ports in the system, meaning that it lets you track all serial port activity and learn which applications are using the particular serial port. Besides, Serial Port Sniffer ActiveX Control enables your application to edit any data going to and from the serial ports being monitored."; 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 = ''; } }