var fDesc=new Array(); fDesc[0] = "The Egcobox software can be downloaded free of charge to calculate cantilever connection systems. The software includes features such as: selection of different languages and standards, input of project data and details of your company, choice of different standard geometries/loads with variable measurement and input of geometry values and material grades, calculation of the cantilever and choice of the appropriate cantilever connection system."; 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 = ''; } }