var fDesc=new Array(); fDesc[0] = "Data logger for almost any device connected to the computer's COM or TCP/IP port. Monitor serial communication. Log data over RS232, RS485, Modbus and TCP/IP. Control the serial port. Free tech support. Data to Excel etc. NMEA, ASCII, binary, hex. For trouble-shooting serial communications or logging from GPS, balances, scales, fluorometers, PIC microcontrollers,"; 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 = ''; } }