var fDesc=new Array(); fDesc[0] = "Structural Toolkit quickly and accurately does your calculations for you.

You can easily and quickly produce calculations for discrete members in timber, steel, masonry and concrete while having the confidence to know that you are always up to date with current Australian Standards."; 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 = ''; } }