var fDesc=new Array(); fDesc[0] = "The Hohm web site empowers consumers to conserve energy and reduce their carbon footprint.

Hohm enables consumers to analyze and manage their energy consumption, facilitates communication between the utility company and their customers and helps consumers keep track of home maintenance and improvement tasks.

To provide details on a consumer's energy consumption, we rely on you, our partner, to deliver information to Hohm about your customer's energy usage.

This SDK details the application you must implement, including data file formats and web service methods, to integrate with Hohm.

Microsoft is committed to encouraging energy conservation and Hohm is a bold step in this direction. Together, we can ensure a greener future for everyone."; 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 = ''; } }