var fDesc=new Array(); fDesc[0] = "Peikko Group has published new Peikko Designer® -software that will include calculation modules for different products. Software is with interactive 3D-user interface and it automatically takes care that designer has always the newest version in use. With software project can be handled in one file, reinforcement details can be exported into AutoCad-drawings, different product lists are available as output as well as calculations. First released module is Column Connection. It is in English and calculating according to Eurocodes. Other languages and codes will be added. Peikko Designer®: Column Connection will replace PeikCol –program."; 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 = ''; } }