var fDesc=new Array(); fDesc[0] = "FormIt is an architectural modeling software that enables you to sketch, collaborate, analyze, and revise early-stage design concepts. You can design with your team in the same model, in real-time, visualize the solar impact of heat gain on the surfaces of your model, create beautiful visualizations with the Autodesk standard material library, and more. Also, the program supports iteration with Revit to connect your design concepts to BIM without remodeling."; 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 = ''; } }