var fDesc=new Array(); fDesc[0] = "KaderColumn is a tool for designing tied short columns. It designs columns subjected to up to six cases of loading consisted of axial load and bending moment applied about the maximum principle axis. The program constructs the column strength interaction diagram. Bending moment-Axial load curve and check if all input cases of loading being within the design curve. If the input data of the cross-section is not sufficient the program increases them starting from the Min.Roh to the cross-sectional dimensions until all input cases of loading being within the design curve. The program suggests an arrangement of ties and draws them. US and Metric units are used."; 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 = ''; } }