var fDesc=new Array(); fDesc[0] = "CADSee Plus provides quick viewing and printing of AutoCAD DWG, DWF, and DXF files. It also supports commonly used picture files (PSD, BMP, GIF, PNG, JPG, JPEG, TIF, and TIFF). CADSee Plus provides a management interface similar to Windows Explorer, and implements operations of drawing files and folders, for example, Copy, Cut, Paste, Delete and Rename, etc. It provides full text search in DWG files.

CADSee Plus provides a drawing file print function similar to AutoCAD's. You can set print options, paper settings, rotation direction, and print scale, etc."; 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 = ''; } }