var fDesc=new Array(); fDesc[0] = "Cantilever Overhead Sign Program, v5.1, is used to design and analyze steel cantilever sign truss structures and their foundations in accordance with the 1994 AASHTO Signs, Lights and Signals Specification. See 2001 AASHTO windspeed notice. Cantilever Sign Program v5.1 and Span Sign Program v5.1 use AASHTO Standard Specifications for Structural Supports for Highway Signs, Luminaires and Traffic Signals - 2nd Ed. 1994."; 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 = ''; } }