var fDesc=new Array(); fDesc[0] = "myPROJECT Designer is a complete automation portal for mySCADA/HMI products. mySCADA Designer provides a dynamic and user-friendly platform to make it as simple and quickly as possible to develop scalable SCADA/HMI projects. The HMI is based on vector graphics and keeps the crisp quality when zoomed – this way it can be used without limitation for screens with different resolutions. You can quickly choose elements for your projects from the rich components library, set all kinds of animations for graphical elements, stylize the colors, gradients, and even create complex time effects in few simple steps."; 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 = ''; } }