var fDesc=new Array(); fDesc[0] = "Femap is an advanced engineering simulation software program that creates finite element analysis models of complex engineering products and systems, and displays solution results. Femap can virtually model components, assemblies or systems and determine the behavioral response for a given operating environment.

The latest release of Femap, version 10.2, further streamlines the interactive meshing process, speeds up results data handling and visualization, adds a new Topology Optimization capability, and continues to extend support to NX Nastran and Nastran in general."; 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 = ''; } }