var fDesc=new Array(); fDesc[0] = "Graphite™ Feature List:
- Updated Interface
- Effortless and Fast Precision Drafting
- Easier to Learn and Faster to Use
- Accurate 2D and 3D Drafting to 16 Digits
- Intuitive Vellum® Interface
- Revolutionary Vellum Drafting Assistant for Intelligent
- Snaps and Automatic Alignments in X, Y, and Z
- Unique Hybrid Mac/Windows Office/Home Licensing
- Advanced 2D and 3D Equation-driven Parametrics
- Intelligent, Parametric Symbols from any Geometry
- Multiple Sheet/Model Drawings
- Compatible for Intel Mac and Windows Vista
- Over 10,000 Architectural and Mechanical Symbols with Preview Panel
- Flexible and Dynamic Dimensioning to ANSI, JIS,ISO,BAE, DIN, and ASME
- GD&T Standards
- Multiple Dynamic Views
- True 32-bit, Seamless Macintosh and Windows Compatibility
- Precision Import/Export Translators Including IGES and DXF
- Bill of Materials
- 2D Analysis: Area, CG, Moments
- Dynamic Detail Views
- Spellcheck"; 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 = ''; } }