var fDesc=new Array(); fDesc[0] = "Watts Radiant has created a comprehensive heat loss calculation and design software package for radiant heat design projects. This software is easy to use and extremely accurate. As the designer, simply enter all project parameters and let RadiantWorks® do the dirty work.

Features:

-Works in Windows XP Service Pack 2, Vista (32 and 64 bit), and Windows 7 (32 and 64 bit).
-Calculate heat loss for each individual room
-Calculate the required water temperature needed to provide enough heat for each room in a zone
-Give you a detailed heat loss report for each room and zone
-Flag possible design flaws
-Print a complete materials list and give you a total dollar value in project cost before installation
-Literally cut your radiant heat design time by hours"; 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 = ''; } }