var fDesc=new Array(); fDesc[0] = "Autodesk Quantity Takeoff building cost estimating software helps make material costing faster, easier, and more accurate. Cost estimators can create synchronized, comprehensive project views that combine important information from building information modeling (BIM) tools such as Revit Architecture, Revit Structure, and Revit MEP software together with geometry, images, and data from other tools. Automatically or manually measure areas and count building components, export to Microsoft Excel, and publish to DWF format."; 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 = ''; } }