var fDesc=new Array(); fDesc[0] = "InduSoft Web Studio® is a powerful collection of automation tools that provide all the automation building blocks to develop HMIs, SCADA systems and embedded instrumentation solutions. Utilize InduSoft integrated Web technologies to take advantage of Internet/intranet connectivity. View your process from your desk or web-enabled mobile phone using a standard browser (Internet/intranet including XML support). Multi-language (UNICODE) so operators understand immediately. Use open technologies (ActiveX, .NET) to visualize documentation, repair videos or audio messages. Easily tie into ERP and “back-office” systems using built-in relational database connectivity."; 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 = ''; } }