var fDesc=new Array(); fDesc[0] = "The TECTITE programs makes it easier than ever to conduct fully automated Blower Door tests, and to analyze and store Blower Door test data. The program's built-in report generator and graphing capabilities makes it simple for you document and present the results of a Blower Door test to a homeowner or client. The program is compatible with manual Blower Door testing (i.e. manual data entry), and fully automated tests using our DG-700 or APT system.

TECTITE 4.0 Unique Features
Choice of 4 airtightness test standards: CGSB 149.10-M86 and the 3 RESNET test standards including One-Point, Multi-Point and Repeated Single-Point procedures.
Calculates estimated natural annual infiltration rate and the annual cost of air leakage.
Calculates need for mechanical ventilation based on estimated annual natural infiltration rates and ASHRAE 62.2-10 whole building ventilation guideline.
Estimated design infiltration rates can be used in Manual J load calculations.
Choice of report formats including a simple easy-to-read homeowner report, or a detailed technical report.
Compare feature generates test result comparison report for any two previously saved building files.
Built-in PDF file report generator."; 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 = ''; } }