function M60movie()
{
	var xs,ys
	xs=(screen.width-573)/2
	ys=screen.height/3-240/2;
	window.open("/movies/M60.html","GEM60","left="+xs+",startX="+xs+",top="+ys+",startY="+ys+",width=573,height=240")
}
function OpenWin(pg)
{
	setTimeout("window.open('"+pg+"','learnmore')",0)
}

