var fDesc=new Array(); fDesc[0] = "The Klinkmann Automation TELEMECANIQUE DDE Server (TELEMEC) is a Microsoft Windows 32-bit application program that acts as a communication protocol Server and allows other Windows application programs to access data from Telemecanique TSX17-20 micro PLC and its I/O extension blocks.

Any Microsoft Windows program that is capable of acting as a DDE or FastDDE Client may use the TELEMEC Server."; 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 = ''; } }