var fDesc=new Array(); fDesc[0] = "Metrix 4 extracts this information from your utility bills to identify potential problem areas, reduce utility cost overruns, and prioritize your facility management resources.
With Metrix 4, you can compare your facilities against each other, and find out which are using the energy. Once you know which facilities use the most energy, you can then concentrate your efforts on them, in order to save the most energy possible. You can also compare your facilities and determine which are meeting your projected savings targets, and which are not."; 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 = ''; } }