var fDesc=new Array(); fDesc[0] = "UniArt is a PC based Windows platform that offers easy to use monitoring, data logging and controlling SCADA software for DDC/PLC.

It establishes a natural Man Machine Interface between the control staff and the site’s control systems.

This system is especially designed for HVAC systems as well as energy, electrical , lighting, fire detection, extinguishing systems and more."; 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 = ''; } }