var fDesc=new Array(); fDesc[0] = "HySelect is a computer program that helps you control your hydronic system from design stage throughout the building’s lifetime. The app makes it easy to determine the right valve size, pre-setting values and the most economical system design. The app communicates with TA Scope which makes it easy for you to upload and download system information to/from TA Scope."; 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 = ''; } }