var fDesc=new Array(); fDesc[0] = "'E Quick Sections - CAD' is a compact and powerful utility to generate sections directly in CAD from data available in drawing. Creating sections instantly or modifying the generated section as required and porting the modified values back to the original drawing is possible.
Key Features:
-Generate the Section drawings within CAD either by spot levels or by lines representing section
-Mark Elevations and Gradients along the section line
-Locate a point of specified elevation anywhere within the section
-Read any point information (chainage, elevation) on Section
-nterpolate Levels at regular interval or specified distances for the sections"; 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 = ''; } }