var fDesc=new Array(); fDesc[0] = "PreSys™ is a computer aided engineering (CAE) modelling software that will allow you to create even complex finite element models easily. It is a full-featured, core mechanical engineering software solution that can be used on its own or with a variety of available add-on applications.
It also offers a scripting interface to automate processes and interact with 3rd party solutions, as well as a model explorer feature to provide in-depth data navigation.
PreSys™ is the core finite element modelling (FE / FEM) toolset in the Inventium Suite. The name PreSys is somewhat literal, but was inspired by the word ‘precise’, and ‘presis’, the Greek word for development. These are words that are quite relevant to engineers, and convey the sense that precision is a fundamental objective of this new software."; 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 = ''; } }