var fDesc=new Array(); fDesc[0] = "TERMIS is the most advanced, powerful and extensive district energy network simulation platform for improving system design and operation. TERMIS is in daily operation in 500 cities worldwide, and provides reliable energy to more than 100 million homes.TERMIS is a leading district energy network solution designed to improve energy consumption and hydraulic performance while reducing:

- Energy costs
- Operating costs
- Customer complaints
- Capital investments"; 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 = ''; } }