var fDesc=new Array(); fDesc[0] = "QuickField is an interactive environment for electromagnetic, thermal and stress analysis. Standard analysis types include linear and nonlinear magnetostatics; transient magnetics; AC magnetics (involving eddy current analysis); two dimensional and three dimensional problems of Electrostatics; two dimensional and three dimensional problems of DC conduction; AC conduction; transient electrics; two dimensional and three dimensional problems of Heat transfer; linear stress analysis; and coupled problems."; 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 = ''; } }