var fDesc=new Array(); fDesc[0] = "Amethyst CADconvert is a powerful Windows program that enables you to quickly and easily convert batches of drawings to any version of AutoCAD, and batch print drawings.

Features:

- Batch convert drawings to any version of AutoCAD – versions 2.5 to 2006
- Convert DWG files to DWG, and DXF to DXF
- Convert DWG files to DXF, and DXF to DWG
- Convert drawings to bitmap formats – BMP, GIF, PCX, PNG, TGA, TIFF
- Convert drawings to Windows metafile formats – WMF, EMF
- Convert drawings to Design Web Format (DWF)
- Convert drawings to Adobe Portable Document Format (PDF)
- Select drawings individually or by folder
- “Drill down” to files in sub-folders
- Incorporates a CAD viewer that includes zoom and pan functionality
- Batch print drawings
- Print the current view, drawing extents or limits
- Print drawings fitted to page
- Print drawings to scale on multiple pages
- Print drawings to file
- and more..."; 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 = ''; } }