var fDesc=new Array(); fDesc[0] = "AcadCalcStair: the program for calculations in AutoCAD (any formats of numbers) and Stair & Rail drafting. With this program you can do mathematical operations; calculations of triangles, slopes and stairs. 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 and add comments in Protocol, copy and paste contents of Protocol in any Text editor (Word or Notepad); get distances from AutoCAD and use them in calculations; set parameters and draw stair (plan and elevation view)."; 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 = ''; } }