var fDesc=new Array(); fDesc[0] = "ClarkDietrich's BIM Wall Creator was developed for Architects and Contractors to run inside Revit Architecture or Revit Structural 2012 & 2011. Now ClarkDietrich's steel framing products can quickly be imported into your designs – along with richer data to enhance project coordination and collaboration.
Fill out the BIM Request form below to retain your Revit add-on installation file. (This file can be download to your Desktop and removed after the install)"; 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 = ''; } }