var fDesc=new Array(); fDesc[0] = "Parker Factory Display is a compact and economical Human-MachineInterface (HMI) solution that leverages the availability of the Internet and IP networks. Using an Internet connection or an internal LAN (or other IPbased network) and a web-browser, you can easily create, view, edit, and publish HMI applications from anywhere in the world. The Parker Factory Display (PFD) runs in a browser-based environment combining a rich, graphical runtime interface with HMI development tools. The PFD employs a client/server architecture providing a highly functional HMI solution that is extremely easy to configure and deploy."; 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 = ''; } }