var fDesc=new Array(); fDesc[0] = "CADstudio Anaglyph is an add-on utility for AutoCAD 2013, Inventor 2013 and Revit 2013 (both 32/64-bit). This .NET tool creates red-cyan 3D anaglyphs from current views of 3D CAD models inside the CAD applications. After you start the ANAGLYPH command, the application creates a 3D anaglyph image of the current perspective view of your CAD model. You can specify the eye distance (intensity of 3D effect), the pixel resolution of the resulting PNG image and its visual style."; 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 = ''; } }