var fDesc=new Array(); fDesc[0] = "LEAP CONSPAN is the industry-leading design, analysis and load rating application for simple- and multiple-span precast and prestressed bridge beams. Used by most DOTs and leading consulting firms in the country, LEAP CONSPAN incorporates both AASHTO Standard (LFD) and LRFD specifications for bridge design.

This dual code functionality has quickly made LEAP CONSPAN the most popular choice for LRFD transition. Dual code capabilities are also available for load rating. Perform load rating for new or existing bridges in either AASHTO Standard (LFD) or LRFR specifications.

A user-friendly interface guides users step-by-step through the design, analysis and rating process which makes LEAP CONSPAN both a productive design and analysis tool as well as a learning tool for compliance with new code specifications. Powerful, efficient and accurate – LEAP CONSPAN is the proven leader in its class."; 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 = ''; } }