var fDesc=new Array(); fDesc[0] = "Cadence® PSpice® A/D is the de-facto industry-standard Spice-based simulator for system design. It simulates complex mixed-signal designs containing both analog and digital parts, and it supports a wide range of simulation models such as IGBTs, pulse width modulators, DACs, and ADCs. Its built-in mathematical functions and behavioral modeling techniques enable fast and accurate simulation of designs with efficient debugging. PSpice A/D also allows users to design and generate simulation models for transformers and DC inductors."; 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 = ''; } }