var fDesc=new Array(); fDesc[0] = "ESurvey Sections is a complete section creation and management solution. The program is designed to help engineers, surveyors and designers to create industry standard drawings and to generate instant calculation reports related to Road / Railway Lines / Irrigation / Pipeline Design / Water Network project. You can generate section from CAD alignment or Excel data, design and edit multiple profiles for Irrigation,Road, Railways, Tank Bund, generate Area/Volume reports, export multiple cross section drawings in one CAD file, 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 = ''; } }