var fDesc=new Array(); fDesc[0] = "TECLOG3 is a software tool for data logging and conducting big building air leakage tests. The program is designed to monitor and store data from up to 16 DG-1000’s, DG-700’s, DG-500’s or APT’s devices, and to provide computerized control of multiple Minneapolis Blower Door fans. You can select time periods to use in air tightness test results, and review and print test results using built-in calculation and reporting features, including a USACE compliant report."; 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 = ''; } }