var fDesc=new Array(); fDesc[0] = "The Aprilaire Model 8825 System Controller is the “smarts” of the Aprilaire HVAC Automation System. It works in conjunction with the Aprilaire Model 8870 Thermostat to provide the means to manage comfort and control the energy costs that heating and cooling represent.

Model 8825 System Controller Demo is a software tool which lets you to configure the Aprilaire Model 8825 System Controller.

The Configurator is the software tool you use to setup and configure your system. The Configurator is a point and click interface that you run from a computer during the installation, and later to make changes to the system. Once the system has been set up, the Viewer interface is used to manage your system on a regular basis.

The Configurator communicates from your computer to the System Controller over an Ethernet network, using either the included crossover cable or the included standard Ethernet cable."; 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 = ''; } }