var fDesc=new Array(); fDesc[0] = "Create and support supervision, control, and data acquisition systems of any size or complexity, and turn data into management information about your company Elipse E3 is a complete system of process supervision and control, developed to meet the latest requirements of connectivity, flexibility, and reliability. This software represents the result of years of work and research made by Elipse Software. Its distributed architecture, with totally transparent network operation, composes a real multi-layer system, offering a platform for quick development of applications, high communication capacity, and guarantee of expansion, thus preserving your investment"; 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 = ''; } }