var fDesc=new Array(); fDesc[0] = "Machine Link™ Quick Serve has been described by many as a "cool" program. It continuously monitors each serial port for file requests, then quickly serves the CNC file directly back to the machine tool control. The machine operator never has to leave the machine or manually interact with the PC since the request is initiated directly from the machine tool control at the shop floor level using simple commands (token or keywords) embedded in the CNC program files."; 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 = ''; } }