var fDesc=new Array(); fDesc[0] = "The simulation software WP-OPT© helps you to design heat pump heating systems. Additionally you can compare different heating system configurations concerning the operating results.
Suggestions about the operating behaviour and the efficiency of the heat pump heating system are very difficult to make without a computer-based simulation."; 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 = ''; } }