var fDesc=new Array(); fDesc[0] = "The Consolidated Model of Fire and Smoke Transport, CFAST, is a computer program that fire investigators, safety officials, engineers, architects and builders can use to simulate the impact of past or potential fires and smoke in a specific building environment. CFAST is a two-zone fire model used to calculate the evolving distribution of smoke, fire gases and temperature throughout compartments of a building during a fire.
The latest version of the software is designed to work with Windows and has been tested with Windows XP and Windows 7. The CFAST package includes NIST’s Smokeview program, which visualizes with colored, three-dimensional animations the results of the CFAST simulation of a specific fire’s temperatures, various gas concentrations and growth and movement of smoke layers across multi-room structures."; 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 = ''; } }