function energy_usage(){
	var newWin = window.open("/residential/usagetool/","usagetool","scrollbars=no,resizable=no,width=640,height=530");
	newWin.focus();
};