var fDesc=new Array(); fDesc[0] = "Melcosim is an average-loss calculation program for Mitsubishi IGBT modules and IPMs in any inverter circuit. It is a simulation program designed for the power loss calculation with Mitsubishi Electric power modules under customers specific application conditions (2-level 1 and 3-level 2 inverter circuit) and for junction temperature rises as a consequence of power loss."; 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 = ''; } }