var fDesc=new Array(); fDesc[0] = "Ultra-Calc™ allows distributors and contractors to calculate the material required for installation of McDuffco's Radiant Floor heating system. Forced air radiant floor heating systems use an oil, gas or electric furnace to heat air which simply gets blown throughout the house via ducting. Occupants of the home experience “warmth” by coming into contact with the warm air. Radiant heat is different in that it does not heat the air, but heats the objects in the room (such as people) with invisible infrared radiant energy."; 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 = ''; } }