var fDesc=new Array(); fDesc[0] = "CadTools is developed for Civil Engineers using AutoCAD.
With CadTools you can create your own surface models based on objects in the drawing or import triangles from DWG (other civil software). You can create profiles and cross-sections of multiple surfaces, calculate volumes and plot contours.
For minor design work the program can be very useful, it contains more than 50 commands mostly in real 3D to support your work."; 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 = ''; } }