function DGTmovie()
{
	var xs,ys
	xs=Math.max((screen.width-1000)/2, 0)
	ys=screen.height/3-448/2;
	window.open("/movies/GE_DistributedGeneration.html","GEDGT","left="+xs+",startX="+xs+",top="+ys+",startY="+ys+",width=1000,height=448")
}
function OpenWin(pg)
{
	setTimeout("window.open('"+pg+"','learnmore')",0)
}

