function GetScript(url, callback, remove){ var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; if(callback !== false){ var func = (function(h, s, c, r){ return function(){ if(c !== undefined){ c(); } if(r === undefined || r === true){ h.removeChild(s); } }; })(head, script, callback, remove); script.onreadystatechange = (function(f){ return function(){ if(this.readyState === 'loaded' || this.readyState === 'completed'){ f(); } }; })(func); script.onload = func; } head.appendChild(script); } function addEvent(evt, func, obj){ if(obj.attachEvent) obj.attachEvent('on' + evt, func); else if(obj.addEventListener) obj.addEventListener(evt, func, false); } function UpdateHelpful(id, help){ getHelp = 'no' if(help) getHelp = 'yes'; GetScript('https://www.kingwebtools.com/rewilliams/kwm_qa_system/updatehelpful.php?id='+id+'&help='+getHelp, false, true); var he = document.getElementById('helpful' + id); var un = document.getElementById('unhelpful' + id); var lhe = document.getElementById('linkhelpful' + id); var lun = document.getElementById('linkunhelpful' + id); var newNum = 0; if(help){ he.style.color = 'green'; newNum = parseInt(he.innerHTML) + 1; he.innerHTML = newNum; } else{ un.style.color = 'red'; newNum = parseInt(un.innerHTML) + 1; un.innerHTML = newNum; } lhe.href = 'javascript:void(0)'; lun.href = 'javascript:void(0)'; } var expandInt = 0; var expandTotal = 0; function QAExpandInit(){ var o = document.getElementById('kwm_comment'); QAInputFocus(o); expandTotal = o.offsetHeight; if(document.getElementById('kwm-qa-submit-form').offsetHeight < 140){ // start the drop-down animation expandInt = setInterval(QAExpand, 40); } } function QAExpand(){ var o = document.getElementById('kwm-qa-submit-form'); if(expandTotal >= 140){ var finalHeight = 140; if(isIE()) finalHeight += 20; o.style.height = finalHeight + 'px'; clearInterval(expandInt); return; } expandTotal += 10; o.style.height = expandTotal + 'px'; } function QAInputBlur(o){ if(o.value == ''){ o.value = o.defaultValue; o.style.color = '#909090'; } } function QAInputFocus(o){ if(o.defaultValue == o.value){ // clear out the font and set to black if empty o.style.color = '#000000'; o.value = ''; } } // Found function -- returns tallest height of the three possible height members function getElemHeight(D) { return Math.max( Math.max(D.scrollHeight), Math.max(D.offsetHeight), Math.max(D.clientHeight) ); } function isIE(){ return /msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent); } var kwm_read_reviews_text = 'Read Questions and Answers'; var kwm_write_review_text = 'Ask a question'; var kwm_folder = 'rewilliams'; document.write('

13 Previous customer questions.

<\/scr' + 'ipt>
Have A Question About ' + document.getElementById('kwm-qa-name').innerHTML + '?
Please enter your contact information so we can respond to your question
Q:
If I was to install in my basement, which is approx. 32x45 ft would 1 unit be enough? Could I run the inlet line back to the center of the basement? instead of going directly down the wall from the unit.
A:
Yes, one XchangeR Ventilation fan will cover your size basement. If you want to run a duct from this fan to the center of the basement you would want to look at our 6 inch take off for Basement ventilation fan

92% of 38 people found this helpful. Was this helpful to you? Yes(35) | No(3)
Q:
If you run one fan in intake mode and the other in exhaust mode, with the exhaust air is so close to the intake won\'t the fresh air be contaminated?
A:
No, there is enough velocity on the Xchanger Basement Fan that the air will get pushed into the room and not contaminated or will not do a 90 degree turn and go back outside.
91% of 48 people found this helpful. Was this helpful to you? Yes(44) | No(4)
Q:
What is the decibel level when both fans are exhausting?
A:
On the XchangeR each fan is about 48 decibels.
93% of 33 people found this helpful. Was this helpful to you? Yes(31) | No(2)
Q:
On the outside vent how far off the ground must the vent be?
A:
The XchangeR must be mounted one foot minimum above grade or anticipated snow line.
93% of 33 people found this helpful. Was this helpful to you? Yes(31) | No(2)
Q:
Is the vent screened to stop insects from entering the house?
A:
Yes.
100% of 32 people found this helpful. Was this helpful to you? Yes(32) | No(0)
More Questions...
');document.getElementById('kwm-sr').style.display = 'none';