var fDesc=new Array(); fDesc[0] = "This software is designed to help you with the sizing and specification of the Eurotherm Soft Starters. ERSuperDrive G2 features Configuration Software for models: ERCFW11 & ERCFW700 Inverters and ERSSW06 & ERSSW07 Soft Starters , parameter transfer from PC to the drive, parameter transfer from drive to the PC enabling backup of configuration, offline editing of the parameter that have been saved in the PC, drive parameters monitoring, monitoring of the drive status and control operations (motor stop/run, jog, inverter direction of rotation, local/remote, etc) and much more."; 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 = ''; } }