var fDesc=new Array(); fDesc[0] = "Project Spark is a technology preview of a simplified 3D building information modeling (BIM) solution. Using Project Spark, building professionals can create designs efficiently with real-world building objects, produce more reliable documentation faster, and share files with consultants using Revit or AutoCAD-based products.
Project Spark is not intended to support conceptual design, analysis, rendering, advanced collaboration, and API."; 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 = ''; } }