var fDesc=new Array(); fDesc[0] = "STF Exporter is an add-in for Revit that exports Spaces along with Light fixtures within those spaces out to the .STF file format used by DIALux software for photometry calculations. Work is being performed to bring changes back into Revit to continue the design workflow."; 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 = ''; } }