var fDesc=new Array(); fDesc[0] = "With COLUMN the engineer has a program interface of the new generation at hand. Based on the modules STAR3 and STUE the program offers column analysis and design according to the buckling column model procedure (DIN 1045-1) or 2nd Order Theory including non-linear material behaviour and creepage/shrinkage. Further more COLUMN offers an option for automatically drawing reinforcement plans for SOFiCAD."; 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 = ''; } }