var fDesc=new Array(); fDesc[0] = "IA-QUEST 1.1 (Indoor Air QUality Emission Simulation Tool) is both a database of material emission test results and an indoor air quality simulation program, including documentation to explain or assist in the use of the software product (the "Software"). NRC does not warrant or assume any legal liability or responsibility for the accuracy, completeness, or usefulness of the Software or any information incorporated in the database of the Software."; 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 = ''; } }