var fDesc=new Array(); fDesc[0] = "EGCP-2 HMI is a monitoring and configuration tool for the EGCP-2 platform.

EGCP-2 HMI can be downloaded and used free of charge.

The first step in installing EGCP-2 HMI is to download the file. The file is an installation program that will step you through the installation process.
After downloading this file, run it and follow the instructions on the setup dialogs."; 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 = ''; } }