var fDesc=new Array(); fDesc[0] = "Danfoss LPM has developed a computer software for dimensioning the substations and heat exchangers and for selecting the size and type of control valves and pumps. The program is used by Danfoss LPM’s representatives and sales personnel and can be obtained free of charge from Danfoss LPM by downloading it from HeatNet or on cd-rom."; 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 = ''; } }