var fDesc=new Array(); fDesc[0] = "Titus Teams is an engineering design tool allowing application-based selection of grilles, registers, diffusers, and VAV terminals for commercial HVAC systems.

The program saves selected products to a schedule which can be exported in .dxf (Autocad standard) format for applications to design drawings.

For VAV terminal selection, Teams dynamically calculates a range of terminal sizes that will operate at user-specified conditions, allowing the design engineer to pick the best fit for the application. It contains a water coil performance calculator, and an AHRI standard acoustic engine that can calculate NC levels, again based on the actual application. Teams also saves selected products to a schedule which can be exported to Excel to use in your AutoCad drawings."; 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 = ''; } }