var fDesc=new Array(); fDesc[0] = "BIMware MASTER EC3 Steel Connections is a program that can be used to design and verify the capacity of typical connections used in steel structures. The verification of connections is conducted in accordance with the recommendations of the EUROCODE 3 (EN 1993-1-8, EN 1993-1-1) with a possibility to consider national annexes for the following countries: United Kingdom, France, and Poland."; 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 = ''; } }