var fDesc=new Array(); fDesc[0] = "Amethyst CADwizz LE enables you to quickly and easily view and print AutoCAD DWG and DXF files.

Features include:

View AutoCAD DWG and DXF files versions 2.5 to 2007
Save drawing files to any version of AutoCAD
Convert DWG files to DXF, and DXF to DWG
Convert HPGL and HPGL/2 (PLT) files to DWG/DXF
Save multiple drawings as zipped archives
Save multiple drawings as self-extracting encrypted archives
Directly download and view drawing files from the Internet
Directly open zipped archives and view multiple drawings"; 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 = ''; } }