var fDesc=new Array(); fDesc[0] = "QA-CAD 12 is an essential tool in the engineering design process. If you are still plotting drawings and adding numbered stamps and revisions by hand, then QA-CAD 12 is for you! Save your valuable time and resources with our QA stamping software that overlays drawings with auto-numbered stamps and markup notes and corrections (text, sketches, boxes, lines and arrows).

Main features:

- AutoCAD 2015 support
- User-defined Time / Date / 'Checked by' stamp
- Color changer
- Overlay drawings with unlimited no. of QA stamps and Markup annotations
- Additional QA general tolerance tables
- Stamps are automatically numbered and easily configured
- Choose from 20 different stamping inks
- Alter each stamp to any size
- Rotate stamps in any direction
- Add leaders to stamps
- Alter numbering system of QA Stamps anytime during stamping process
- Field-based data or attributes may be embedded into QA stamps
- Option to configure field entry controls as a dropdown list of user defined values
- Dimensions values may be captured directly from the drawing
- Export embedded data to a spreadsheet (Excel) for revision management & inspection
- Save QA stamps and markup annotations separate to the drawing
- Save the drawing with QA stamps and markup overlays to PDF, DWG, DXF, TIFF ...
- Vector (DWG, DXF, HPGL/2, DWF), pixel (TIFF, JPG, BMP) and PDF formats can be opened and stamped"; 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 = ''; } }