var fDesc=new Array(); fDesc[0] = "ANSYS Simplorer is an intuitive, multi-domain, multi-technology simulation program that enables engineers to simulate complex power electronic and electrically controlled systems. Simplorer's powerful technology allows you to analyze all aspects of large-scale systems, from detailed component analysis to system performance, in a single virtual design environment. With Simplorer, engineers working in the early stages of the design cycle can identify problems that other simulation or build-and-test methods cannot detect, allowing them to maximize product performance and reduce time-to-market."; 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 = ''; } }