var fDesc=new Array(); fDesc[0] = "Information Designer makes it easy to create applications that are logic and user-friendly for the operator, and make flexible and efficient interfaces between systems, machines and operators.
A wide selection of ready-made objects and functions make it easy for you to create applications by just pointing and placing on the screen. In the graphic environment, you can see exactly how the final result will appear. You can file projects, copy blocks, texts and graphics between different projects and reuse earlier solutions."; 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 = ''; } }