var fDesc=new Array(); fDesc[0] = "AutoSolids A2K supports AutoCAD 2000/2000i/2002 and their vertical applications including AutoCAD Mechanical, Mechanical Desktop, and Architectural Desktop.

AutoSolids greatly extends the 3D capabilities of AutoCAD(2008 and prior), enhancing not only its solid modeling capabilities but the coordinate system (UCS), viewing, and visualization commands as well."; 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 = ''; } }