var fDesc=new Array(); fDesc[0] = "MCT31 is a PC software tool used for calculating Harmonic Distortion.
The harmonics calculation report consists of 4 sections containing the following data:
- Section 1 is containing input data
- Section 2 contains results at the transformer primary and secondary side
- Section 3 contains the results at the common bus bar
- Section 4 contains the results at the input of the drives"; 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 = ''; } }