var fDesc=new Array(); fDesc[0] = "SPC2000 speeds the selection of water, steam, and refrigerant coils. The program tells you the size of the optimum heat exchanger for your design data - and provides you with an accurate product cost.

The latest version of the software allows you to store and print all the on-screen data as multiple selections. It also includes add-ons for generating data sheets in Microsoft Word (you must have Microsoft Word installed on your system), psychrometric data and fluid properties."; 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 = ''; } }