var fDesc=new Array(); fDesc[0] = "The Energy Fit Software allows you to track your real time electricity usage by hour, day, or week as well as over longer periods.

The indication on the software is calculated by multiplying the unit rates you’ve entered by the amount of units used which the monitor has recorded. This doesn’t take into consideration any standing charges which you might pay. The monitor will also only record usage when it’s plugged in, so for any periods when the monitor is unplugged no usage data will be recorded. If you’d like a more accurate view of your account, simply enter you meter readings online here."; 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 = ''; } }