var fDesc=new Array(); fDesc[0] = "MetraUw is a program for calculating of the average thermal transmittance of METRA windows according to EN-ISO 10077-1 standard. It allows the construction of the numerous types realizable by using the METRA series products, and, after the dimensions and types of glazing have been defined, allows to calculate the Uf value of any section of the structure, and therefore determines the Uw value."; 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 = ''; } }