var fDesc=new Array(); fDesc[0] = "Do you often wonder which household appliances use so much power? You don't know why your water bill is so high?

This free power and water consumption calculator will allow a quick and easy calculation of the consumption of appliances.

Just after the installation, the program includes an extensive database of household appliances. Of course, you can add your own items to the list.

You will easily find out which appliances are responsible for your high bills.

The program includes many tips, which will help you reduce monthly costs of utilities."; 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 = ''; } }