var fDesc=new Array(); fDesc[0] = "Taco designed the System Analysis Tool to save you even more time by allowing you to compare different system configurations on the fly, in the design process.

Main features:

- Selection software for HVAC Systems
- Interactive tool eliminates recalculation time for changes
- Quickly and easily compare HVAC system operating and life cycle costs at beginning of project
- System selection Wizard allows quick modeling of preconfigured systems"; 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 = ''; } }