var fDesc=new Array(); fDesc[0] = "Setup of platform Scada/HMI Movicon for Building Automation.
The installation program complies with requirements of Microsoft Windows Installer.
The installation includes the complete Movicon 11.2 program and all accessories (drivers, libraries, symbols, help). In the absence of licence, the program will be executed in 'Evaluation Mode' including all funcionalities for a limited time of two hours per session, in order to allow a complete appraisal."; 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 = ''; } }