var fDesc=new Array(); fDesc[0] = "Autodesk Seek is a BIM (Building Information Modeling) catalog. Here, you can files, 2D drawing and product specifications ready for your active design session. The plug-in’s search and filter tools work just like they do on the Seek website, giving you streamlined access to the full Seek library.

When you find a family that works for your design, just select “Load Family to Design”; there’s no need to save and load files separately. You can access a wide range of supporting documentation for products and product families, DWG drawings, and other files."; 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 = ''; } }