var fDesc=new Array(); fDesc[0] = "PLECS facilitates the modeling and simulation of complete systems, including power sources, power converters, and loads. Included with PLECS is a comprehensive component library, which covers the electrical, as well as the magnetic, thermal, and mechanical aspects of power conversion systems and their controls. Power electronics circuits are captured with a schematic editor in a way that is familiar and intuitive for electrical engineers. Typical power electronics components, such as semiconductors, inductors, and capacitors, are placed on the circuit diagram and simply connected by drawing wires."; 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 = ''; } }