var fDesc=new Array(); fDesc[0] = "acSELerator QuickSet software is a tool for engineers and technicians to quickly and easily configure, commission, and manage devices for power system protection, control, metering, and monitoring. QuickSet is one component of the acSELerator Software family, which helps you work more efficiently and manage processes by providing a common set of tools that improve commissioning and collaboration.

With advanced visualization and management features, QuickSet provides the flexibility to confidently configure a single device or design an entire system. Create and edit settings, design graphical logic and templates, and access other tools to help you organize and commission devices in your system. Develop and apply engineering standards using templates for protection, control, metering, automation, and SCADA. With a variety of customizable tools and plug-ins, QuickSet works the way you do, integrating seamlessly into your workflow to improve productivity."; 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 = ''; } }