var fDesc=new Array(); fDesc[0] = "AutoCAD Field can be inserted in any kind of text (except tolerances) in AutoCAD and AutoCAD LT, including text in table cells, attributes, and attribute definitions. AutoField adds many efficient fields to AutoCAD and AutoCAD LT. You can import the cells of Excel spreadsheet as fields or attributes. And you can use a field to count blocks (including AutoCAD dynamic blocks) or calculate the area and length of multiple objects."; 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 = ''; } }