var fDesc=new Array(); fDesc[0] = "Road Estimator, a robust application will ease up the process of section creation & quantity calculations. Road Estimator has been designed for auto-generation of cross sections from survey data with detailed earthwork quantity with utmost precision.

Features:

-Inbuilt CAD editor with import export facility to other popular drawing formats along with print preview and automatic printing for cross sections and profile.
-Unlimited road templates for multilane, service roads etc. with complete integration for road elements such as drains, retaining walls, breast walls, gabions and user defined shapes such as trees, crash barriers, fence, pipes etc.
-Auto-detection of existing road for overlay construction & auto-calculation of PCC (Profile Corrective Course) with multi-layer PCC support and depth based PCC application.
-Chainage based specification for median, carriageway, shoulder, side slopes with berms and berm-top slope with automatic interpolation of slope & width for intermediate chainages."; 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 = ''; } }