var fDesc=new Array(); fDesc[0] = "Developed in C/C , CAEFEM is a true Windows application. Seamlessly integrated with FEMAP using Dynamic Data Exchange, CAEFEM supports a comprehensive set of analyses including stresses, natural frequencies, buckling, harmonic and transient dynamic response, metal plasticity, surface to surface contact, large deflections, and heat transfer. Virtually bug-free software and highly accurate solutions are just a few reasons for our high customer satisfaction."; 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 = ''; } }