function newWindowG(game) {
	gameWindow = window.open (game, "gameWindow", "width=591,height=463,left=200,top=100")
	gameWindow.focus()
}

