var fDesc=new Array(); fDesc[0] = "SAEAUT SCADA (Supervisory Control and Data Acquisition) is ideal for monitoring and control of electrical hardware, process automation, and visualization from a remote location. It also provides process alarms, events, logging, and storing data in databases. It can be used in industries, the energy sector, smart homes, and buildings. SAEAUT SCADA has a client-server based architecture."; 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 = ''; } }