var fDesc=new Array(); fDesc[0] = "Mepla Iso calculates stresses and deformations in insulated glazing up to triple glass. The calculation is based on the theory of linear plates including the real Boyl's law for gases. The solution is established using Fourier Series. So it's the most accurate solution you can achieve on a linear basis."; 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 = ''; } }