var fDesc=new Array(); fDesc[0] = "The WOP-iT Designer is used as a comfortable programming tool for all WOP-iT terminals. The modular structure and an intuitive link to GUI-objects (Graphic User Interface) enables to realize visualization task very quick. Drawing of elements, directing of functionality and simulating the application happens all in one user environment. Beside further helpful functions an object oriented script language is also implemented. Even complex SCADA-application can be realized with WOP-iT Designer in a professional way."; 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 = ''; } }