var fDesc=new Array(); fDesc[0] = "By using the ‘BIMProject to Autodesk Revit Bi-Directional Link’ users of Autodesk Revit can quickly and easily link their models to the BIMProject BIM content management tool via simple to use tools installed into Autodesk Revit. BIM models from Autodesk® Revit® can be imported into BIMProject and data extracted for all downstream supply management including tendering and purchasing to the construction site."; 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 = ''; } }