var fDesc=new Array(); fDesc[0] = "DriveLib blocks can be used for the control of SINAMICS S/G converter systems using SIMATIC S7-300/400/1200/1500 in the TIA Portal. These standard communication blocks allow simple implementation of a cyclic or acyclic communication connection between a SIMATIC controller and an axis of a SINAMICS S/G converter system."; 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 = ''; } }