var fDesc=new Array(); fDesc[0] = "The Premium HMI software platform is a powerful programming environment for the creation and development of graphical user interfaces and includes the 'Premium HMI Studio 2011' development tool and different Win CE and Win 32 runtime versions.
Premium HMI is also a platform with open architecture that allows integration of third-party software components."; 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 = ''; } }