var fDesc=new Array(); fDesc[0] = "BIMobject AutoCAD app is the world’s first fully integrated BIM object solution inside a CAD system. With the AutoCAD app the whole BIMobject on-line portal is integrated inside AutoCAD, allowing BIM users to find, search, filter and browse dynamically for BIM object content on the bimobject.com portal. Users can view and use the full extent of the portal’s features (including fully rendered 3D previews) inside AutoCAD, creating an easy and flexible way to find content for their actual BIM project. The BIMobject app for AutoCAD is easy to install and will create a new ribbon, where you can reach all of the real BIM objects from real manufacturers in a easy and convenient way. AutoCAD DWG file download is seamless and fast into the actual AutoCAD project."; 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 = ''; } }