var fDesc=new Array(); fDesc[0] = "The software FEMFAT performs fatigue analyses in combination with widely used finite element programs such as NASTRAN, ABAQUS, ANSYS, I-DEAS, MEDINA, PATRAN, PRO/MECHANICA,..
To ensure full and convenient integration into the customers' CAE processes, commonly used interfaces to multi-body, optimization and measurement systems are integrated as well (ADAMS, SIMPACK, TOSCA, RPC, LMS-TecMath, DIAdem)."; 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 = ''; } }