var fDesc=new Array(); fDesc[0] = "Rapid error analysis is a central topic in the automation field. The PacDrive Diagnostics tool offers comprehensive support. All of the service data you need for the PacDrive system can be accessed quickly and completely using the intuitively arranged program screen. You can display data according to your preferences, save it, or forward it directly to a service location.
ELAU has become an essential part of Schneider Electric Automation."; 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 = ''; } }