var fDesc=new Array(); fDesc[0] = "Frame Simulator, together with Frame Composer, makes windows and doors transmittance computation (applying UNI-EN ISO 10077-1 and 10077-2) an extremely easy process. With few and simple steps you will be able to apply finite elements method without the need to know anything about the theory behind it.

Features:

- get extremely accurate results with few and simple operations for every kind of frame; you don’t need to know anything about UNI EN ISO 10077;
- use finite elements methods without real efforts; the mathematical model is completely hidden to the user;
- foresee thermal behaviour of frames before producing a prototype;
- analyze and discover weak points of frames through heat flow visualization;
- import projects created with other software;
- send beautiful presentations to your clients thanks to the newest features."; 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 = ''; } }