var fDesc=new Array(); fDesc[0] = "Sigma Revit Integration is a plug-in that enables you to quickly create complex quantity extractions and cost estimates. It makes it possible to export and import your model from Revit to Sigma and it works with Revit 2009, 2010, 2011, 2012, 2013 and 2014."; 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 = ''; } }