var fDesc=new Array(); fDesc[0] = "Originally introduced in 1992, this time proven production monitoring system continuously scans each of its forty eight (48) optically isolated inputs for a cyclic signal from your machines. These signals are then coded and sent to your PC via a standard RS232 serial connection, where the windows-based tracking software converts them real time into counts, cycle times, efficiencies, and downtime by shift. Access all the information over your network from the comfort of your office."; 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 = ''; } }