var fDesc=new Array(); fDesc[0] = "The SLC16H-IR comes from the manufacturer complete with Windows messaging software that allows you to use one of the serial ports on the computer to send messages to the display. Industrologic has also written not only its own messaging software, but also application and utility programs that allow the Grandwell SLC16H-IR to be used for an even wider range of applications."; 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 = ''; } }