var fDesc=new Array(); fDesc[0] = "Pairs of run-around coils are the preferred heat recovery solution when the air supply and extract ducts are separated. One coil recovers heat from the warm waste air, the other returns it to the cooler supply air.

The SPC run-around coil selection software speeds the selection and costing of coupled supply and extract coils. It also provides you with data for flow-rates, pressure drops, and fluid temperatures.

The SPC RAC program makes full use of the advanced routines developed for the SPC 2000 coil selection software. These features make this the most complete and technically proficient software available for the selection of run-around coil 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 = ''; } }