var fDesc=new Array(); fDesc[0] = "Explore concept designs and produce high-quality artwork with Autodesk® SketchBook® Designer software. Professional designers and artists from all industries can utilize the unique hybrid paint and vector workflow to create design illustrations and graphic communications. Optimized for pen and mouse interaction, the intuitive user interface supports and enhances your freedom of expression. Engineers can take advantage of Autodesk SketchBook Designer functionality directly inside of AutoCAD® software. Autodesk® SketchBook® Designer for AutoCAD® was built specifically for AutoCAD users to enhance their current workflow. It integrates illustration, painting, and manipulation capabilities directly into AutoCAD, making it a broader creative tool."; 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 = ''; } }