var fDesc=new Array(); fDesc[0] = "Hilti Anchor channels are available as Tekla families and can be downloaded as single files from your local Hilti website.
This software makes it quicker and easier, designed to assist planners and specifiers to make the necessary calculations and select the anchors required for applications using base plates in all basic shapes and sizes."; 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 = ''; } }