var fDesc=new Array(); fDesc[0] = "CRANEWAY is a program that analyzes cranway girders according to EN 1993‑6:2008‑09 (Eurocode 3), DIN 4132:1981‑02, and DIN 18800:1990‑11 standards. During the calculation, crane loads are generated in predefined distances as load cases of crane runway. The load increment for cranes moving across the crane runway can be set individually."; 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 = ''; } }