var fDesc=new Array(); fDesc[0] = "PRF/RTF generator is for Windows is designed to calculate Periodic Response Factor (PRF), Conduction Time Series (CTS) and Conduction Transfer Function (CTF) or Radiant Time Factor (RTF) using the ASHRAE loads toolkit algorithm.

PRF/RTF generator is a graphic user interface program. It calls a dynamic link library (.dll) file and displays output data on either spreadsheet or notepad. The dll files are the core of the program, which is to compute the PRFs or RTFs from the construction data in the input file."; 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 = ''; } }