var fDesc=new Array(); fDesc[0] = "SoftScan is a generic Bill of Material scanner designed to read from various CAD systems that generates reports for fabrication and produces various output formats for production management. It's a fully customizable scanner capable of understanding almost every different kind of bill of material.

SoftScan is a robust, stand-alone software system that reads any DWG, DXF or 3D-Cad/SmartCad file.

Main features:

- Works with any DWG, DXF, or 3d-cad/SmartKad drawing file, from any source.
- Reads drawing files directly.
- Autocad or any software is NOT required if the Drawings are saved in 2002 format. (For newer drawings you require to have the same version of Autocad that the drawings were made on)
- Your detailer does his cad work as he normally would.
- No special requirements or software while creating the drawings.
- Can scan as many drawings as you wish (or select) with one click of the mouse.
- Save the export file to your hard drive, floppy drive, or email directly from SoftScan.
- Automatically locates and reads the BOM.
- Completely User Definable fields and Bill of Material objects.
- Once defined in the settings, Softscan will read it.
- Fast, and simple to use. Just click SCAN!
- Imperial or Metric, input and or output BOM fields can be in any order
- Sequences scanned and exported with member Mill Mark (page-line) scanned and exported.
- Revision number scanned and exported.
- Works in most Windows platforms, on most PCs or Workstations (SoftScan is not designed to work on Servers or Networks)."; 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 = ''; } }