var fDesc=new Array(); fDesc[0] = "COOLSTAR is a calculation tool for refrigeration and air-conditioning. This program allows calculations in different units. It also offers automatic data transfer from previous calculations; annoying data input for new calculations is minimized.

With the module master data you are able to adapt the calculations of this program to your situation. Data of piping may be adapted to your requirements, so that only the diameters you use every day will be proposed."; 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 = ''; } }