var fDesc=new Array(); fDesc[0] = "The Ramset Design Calculator is a tool which allows you to calculate the tensile and shear capacity of an anchor when using a chemical or mechanical anchoring system. It also performs a “Design Check” based on the capacities calculated if you also input the “Factored Applied Loads” (otherwise known as the Design Tensile Action Effect N* and the Design Shear Action Effect V*)."; 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 = ''; } }