var fDesc=new Array(); fDesc[0] = "The Klinkmann Automation FESTO IPC Communication Server is a Microsoft Windows application program that acts as a communication protocol Server and allows other Windows application programs to access data from FESTO FST Industrial PCs (IPCs), e.g. FEC FC34-FST, using TCP/IP communications. The FESTO IPC Server requires an Ethernet card and TCP/IP protocol installed on the computer to communicate with FESTO IPCs over the Ethernet network. The IPCs must have the FST TCP/IP driver v1.0 or higher installed and running to communicate with FESTO IPC 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 = ''; } }