var fDesc=new Array(); fDesc[0] = "ELCSoft programming software configures all Eaton Logic Control (ELC) controllers. With ELCSoft, applications can be created, edited and monitored. Move programs from one controller to another with ease. Program in ladder, sequential function chart or instruction language. It is the single program to develop ELC controller applications. ELCSoft is also used to configure the DeviceNet master and Modbus TCP Ethernet modules."; 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 = ''; } }