var fDesc=new Array(); fDesc[0] = "ACORD-Express is a modular program designed for the specialists of wood construction which have to justify their design with specific rules like Eurocodes. ACORD-Express computes all the design criteria necessary for structural check. The program uses your data to automatically generate the structural computation model and the applied loads."; 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 = ''; } }