var fDesc=new Array(); fDesc[0] = "The RSLogix™ family of IEC-1131-compliant ladder logic programming packages helps you maximize performance, save project development time, and improve productivity. This family of products has been developed to operate on Microsoft® Windows® operating systems. Supporting the Allen-Bradley SLC™ 500 and MicroLogix™ families of processors, RSLogix™ 500 was the first PLC® programming software to offer unbeatable productivity with an industry-leading user interface.

These RSLogix products share:

-Flexible, easy-to-use editors
-Common look-and-feel
-Diagnostics and troubleshooting tools
-Powerful, time-saving features and functionality"; 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 = ''; } }