var fDesc=new Array(); fDesc[0] = "To create supervisory and control applications on several different areas, the definite solution is the family of products Elipse SCADA (Supervisory, Control, and Data Acquisition System). Elipse SCADA is, at the same time, accessible, friendly, and totally flexible. This is why it is the ideal tool for automation, for it eliminates the need for lengthy, expensive solutions, enabling the process with competitiveness, efficiency, and quality. Elipse Software’s constant research guarantees its products permanent update, as well as the introduction of new technologies. Elipse SCADA is available for Microsoft Windows 98, ME, NT, 2000, XP, 2003 and Windows CE platforms. Now, discover more about the advantages that make Elipse SCADA software unique."; 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 = ''; } }