var fDesc=new Array(); fDesc[0] = "EnCalcL calculates the cost of purchasing and running water using appliances, allowing two alternative items to be compared under the same conditions or the true cost of one item to be worked out simply. The results can be saved to a log file for later analysis. EnCalcL is part of the JSutils group of software utilities which have a theme of energy conservation.

Variables such as water use, number of uses per day and investment cost can be independently varied for 2 items for specified payback times and water cost to work out the true total cost of items. Requires a registration code (free for personal non commercial use)."; 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 = ''; } }