<!--
	function energyWin01(URL,windowName,windowWidth,windowHeight){
		var WIN;
		WIN = window.open(URL,windowName,"width="+windowWidth+",height="+windowHeight+",scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=no");
		WIN.focus();
	}
// -->

<!--
	function summerWin01(URL,windowName,windowWidth,windowHeight){
		var WIN;
		WIN = window.open(URL,windowName,"width="+windowWidth+",height="+windowHeight+",scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=no");
		WIN.focus();
	}
// -->