var fDesc=new Array(); fDesc[0] = "ISOPIPE TC & HT support, improved charts, minor bugs fixed.
Calculation of Surface Temperature, Heat Loss, Energy Savings and Condensation Risk.
Notes:
- Please, uninstall previous version before installing the new one.
- In case you install our software under Windows Vista or Windows 7, please follow these steps:

a) Right click on the program file (the .exe file)
b) Select Properties from the menu
c) Select the Compatibility Tab in the dialog
d) Change the option so the program opens in Windows XP compatibility mode
e) Additionally you can check the box "Run the program as administrator""; 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 = ''; } }