var fDesc=new Array(); fDesc[0] = "IMAGINiT Utilities for Civil 3D is a product that provides you three powerful tools: AutoOffset, Point Station and Offset Report, Import Maps. It calculates and labels each respective point’s information in the drawing, parallel to the selected alignment, and all in a format you design. It also generates a report of points along an alignment based on parameters you define and you can import color, georeferenced images as well as data for tin creation and terrain surfaces within Civil 3D."; 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 = ''; } }