var fDesc=new Array(); fDesc[0] = "Ideate Sticky for Autodesk Revit combines the ease and flexibility of Excel spreadsheet editing with the convenience of a sticky note. You can use this application to connect non-BIM data from an Excel file into your Revit project. Revit schedules are the perfect tool to represent the data behind your Revit elements, but lack of a text editor makes organizing and formatting other essential non- BIM data frustrating and time consuming."; 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 = ''; } }