function N60movie()
{
	var xs,ys
	xs=(screen.width-1000)/2
	ys=screen.height/3-448/2;
	window.open("/movies/GE_WideAreaCom.htm","GEMC","left="+xs+",startX="+xs+",top="+ys+",startY="+ys+",width=1000,height=448")
}
function OpenWin(pg)
{
	setTimeout("window.open('"+pg+"','learnmore')",0)
}
