var fDesc=new Array(); fDesc[0] = "In addition, eDrawings Viewer allows convenient viewing of supported AutoCAD® DWG and DXF files and native SolidWorks® parts, assemblies, and drawings.

The eDrawings Viewer is intended primarily for people who do not use CAD software and thus do not need to publish eDrawings files themselves.

Innovative built-in interpretation tools include 3D Pointer, Virtual Folding, Point-and-click Animation, and Hyperlinking."; 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 = ''; } }