var fDesc=new Array(); fDesc[0] = "AcadCalc: the program for calculations inside AutoCAD (any formats of numbers). Results of calculations can be used directly for performing AutoCAD commands: move, copy and others.

Options: copy and paste numbers (decimal or architectural formats) in AutoCAD MText or Text editor; write calculations in Protocol, add comments, copy and paste contents of Protocol in any Text editor (Word or Notepad); get distances from AutoCAD and use them in calculations.

AcadCalc provides you the following :

- Mathematical operations : Valid formats in calculations: 15'-5 11/16 or 122'-0 33/64 or 7 15/21 or 1/2 or 160.32' or 0.11' or 110.22 or 0.5 or 6 or 158/1259.
- Convert numbers
- ACAD commands
- Using of Clipboard
- Get Distances
- Solve Triangles"; 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 = ''; } }