var fDesc=new Array(); fDesc[0] = "The software provides suggestions for components which enables the user to select the best suited component based on several deciding parameters such as cooling capacity, refrigerant, evaporation and condensation temperature, and other critical variables in common refrigeration systems. Coolselector®2 features unbiased calculations for the selection of refrigeration and air conditioning components based on the user’s requirements or based on standard operating conditions.

Coolselector®2 also includes compressors and condensing units, making it a complete selection and calculation tool for refrigeration professionals."; 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 = ''; } }