var fDesc=new Array(); fDesc[0] = "3DAAP is a set of automated analytical tools with which planners can more effectively determine whether proposed construction projects interfere in any way with the airspace or with the navigational aids that help aircraft get in and out of the airport safely. It provides you an analytical planning tool in the AutoCAD environment. It also includes detailed digital data standards for acquisition and structure that allow the airport to leverage the cost of acquiring the data with multiple applications."; 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 = ''; } }