var fDesc=new Array(); fDesc[0] = "Civil Site Design provides you with highly efficient and simple-to-use civil design tools for road network design, highways, road reconstruction, site grading, surface creation, stormwater, sewer and pipeline design. You can design your sections to account for all constraints, create gradings directly from polylines and cross section assemblies, design your underground pipe network using a surface or in context with your road designs, 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 = ''; } }