function GetQuestion() {

	var win = window.open("planet_tac_toe2.html", "Antwort", "width=400,height=350,resizeable=yes,scrollbars=yes");
}

function reset() {
	location = "planet_tac_toe.html";
}

