var fDesc=new Array(); fDesc[0] = "Tedds can help you create, review, compile, and archive all of your structural calculations electronically. Whether you choose to use Tedds’ library of pre-written templates or create your own custom calculations, you can easily create professional and transparent project documentation every time; write, store, and distribute your own custom calculations; analyze frames, such as trusses, cranked beams and portal frames, and more."; 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 = ''; } }